summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-06 08:16:28 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-06 08:16:28 +0000
commit83b900cdc100a9d1a4ec44e8aa533d9b4e01be68 (patch)
tree175a89f2a5b665caf8e5f8fd1951860951552aca /mail
parentAdd INSTALLS_SHLIB to the Makefile (diff)
- Update to version 0.54.20030928
PR: 57634 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=90397
Diffstat (limited to 'mail')
-rw-r--r--mail/cone/Makefile5
-rw-r--r--mail/cone/distinfo2
-rw-r--r--mail/cone/pkg-message14
3 files changed, 3 insertions, 18 deletions
diff --git a/mail/cone/Makefile b/mail/cone/Makefile
index 4f340089d2b7..c264cd4d3e85 100644
--- a/mail/cone/Makefile
+++ b/mail/cone/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cone
-PORTVERSION= 0.54.20030915
+PORTVERSION= 0.54.20030928
CATEGORIES= mail
# This is for beta versions, leave it in please:
MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/
@@ -29,7 +29,7 @@ USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= -C --without-db --prefix=${PREFIX} --exec-prefix=${PREFIX}
-CONFIGURE_ENV= REHASH=${SCRIPTDIR}/c_rehash LDFLAGS=-L${LOCALBASE}/lib \
+CONFIGURE_ENV= REHASH="${PERL} ${SCRIPTDIR}/c_rehash" LDFLAGS=-L${LOCALBASE}/lib \
CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= cone.1 leaf.1 mailtool.1
@@ -43,7 +43,6 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${PREFIX}/sbin/cone-sysconftool
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PORTNAME} POST-INSTALL
${RM} -f ${PREFIX}/share/cone/rootcerts/.0
- ${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
diff --git a/mail/cone/distinfo b/mail/cone/distinfo
index 943dd493394d..25ce8d453f8e 100644
--- a/mail/cone/distinfo
+++ b/mail/cone/distinfo
@@ -1 +1 @@
-MD5 (cone-0.54.20030915.tar.bz2) = 40a08952975fa52c1f935fc7e1d6b22c
+MD5 (cone-0.54.20030928.tar.bz2) = 934b9a65037a1500a80a8e9f85c568b8
diff --git a/mail/cone/pkg-message b/mail/cone/pkg-message
deleted file mode 100644
index 986552b41ede..000000000000
--- a/mail/cone/pkg-message
+++ /dev/null
@@ -1,14 +0,0 @@
-
---------------------------------------------------------------------------
-Note that Cone's CHARSET interpretation is different from FreeBSD's, so if
-you're using Cone with ISO8859* character sets, Cone may not start.
-Export a shell variable like this:
-
-setenv CHARSET ISO-8859-1 (for csh)
-
-CHARSET=ISO-8859-1
-export CHARSET (for sh/ksh/bash)
-
-Adjust the charset according to your locale, and mind the first dash.
---------------------------------------------------------------------------
-