diff options
author | krion <krion@FreeBSD.org> | 2003-10-06 16:16:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-06 16:16:28 +0800 |
commit | f458269d408bca10a2a7c2e223e852f9d32e14be (patch) | |
tree | 60c7af5ff186b9747d075d87cc7d7d4abf9bc22c /mail/cone | |
parent | abed2a76cec7fa471a9a8c6b7f046042b274c5e6 (diff) | |
download | freebsd-ports-gnome-f458269d408bca10a2a7c2e223e852f9d32e14be.tar.gz freebsd-ports-gnome-f458269d408bca10a2a7c2e223e852f9d32e14be.tar.zst freebsd-ports-gnome-f458269d408bca10a2a7c2e223e852f9d32e14be.zip |
- Update to version 0.54.20030928
PR: 57634
Submitted by: maintainer
Diffstat (limited to 'mail/cone')
-rw-r--r-- | mail/cone/Makefile | 5 | ||||
-rw-r--r-- | mail/cone/distinfo | 2 | ||||
-rw-r--r-- | mail/cone/pkg-message | 14 |
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. --------------------------------------------------------------------------- - |