diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-03-06 00:11:42 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-03-06 00:11:42 +0800 |
commit | 697ce745637407268256605f823275b6321846ef (patch) | |
tree | c574487ff8f030f9f5787f0c8b064ea48ff94b63 | |
parent | 3637db8ddc2d6cdca123eea5ce70ee850991a860 (diff) | |
download | freebsd-ports-gnome-697ce745637407268256605f823275b6321846ef.tar.gz freebsd-ports-gnome-697ce745637407268256605f823275b6321846ef.tar.zst freebsd-ports-gnome-697ce745637407268256605f823275b6321846ef.zip |
Update to exim-4.01:
Quite a few bugfixes and two new features. I'm not going to try to
cover changes in commit logs for this port; the software's still
in the early stages of its release cycle, and version-chasers should
be reading the ChangeLog and NewStuff documentation.
I've also changed the way the distribution version numbers are stored
so that I don't have to modify the pkg-plist every time I update the
port.
-rw-r--r-- | mail/exim-devel/Makefile | 12 | ||||
-rw-r--r-- | mail/exim-devel/distinfo | 2 | ||||
-rw-r--r-- | mail/exim-devel/pkg-plist | 2 |
3 files changed, 11 insertions, 5 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index 3c7dfb25beca..4a6337f93fcf 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -6,12 +6,13 @@ # PORTNAME= exim -PORTVERSION= 4.00 +PORTVERSION= ${EXIM_VERSION} CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ http://www.exim.org/ftp/exim4/ \ ftp://ftp.is.co.za/networking/mail/transport/exim/exim4/ -DISTFILES= exim-4.00.tar.bz2 exim-texinfo-4.00.tar.bz2 +DISTFILES= exim-${EXIM_VERSION}.tar.bz2 \ + exim-texinfo-${EXIM_DOCVERSION}.tar.bz2 MAINTAINER= sheldonh@FreeBSD.org @@ -21,6 +22,11 @@ USE_BZIP2= yes MAN8= exim.8 +EXIM_VERSION= 4.01 +EXIM_DOCVERSION= 4.00 + +PLIST_SUB+= EXIM_VERSION="${EXIM_VERSION}" + .if defined(NOPORTDOCS) PKGMESSAGE= ${FILESDIR}/POST-INSTALL-NOTES .endif @@ -198,7 +204,7 @@ do-configure: ${MKDIR} ${WRKSRC}/Local ${SED} ${SEDLIST} < ${WRKSRC}/src/EDITME > ${WRKSRC}/Local/Makefile cd ${WRKSRC}/doc && \ - for i in ../../exim-texinfo-4.00/doc/* ; do \ + for i in ../../exim-texinfo-${EXIM_DOCVERSION}/doc/* ; do \ ${LN} -sf $$i ; \ done diff --git a/mail/exim-devel/distinfo b/mail/exim-devel/distinfo index 08269f15a4d2..d910404529e3 100644 --- a/mail/exim-devel/distinfo +++ b/mail/exim-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (exim-4.00.tar.bz2) = 4dcd226632b794a03f14bc990e350ce3 +MD5 (exim-4.01.tar.bz2) = c911c286fab6f015106667fad9024cea MD5 (exim-texinfo-4.00.tar.bz2) = c124671a94f931b977e46f8a56fbf587 diff --git a/mail/exim-devel/pkg-plist b/mail/exim-devel/pkg-plist index 9b8bd1269394..dbf832172a16 100644 --- a/mail/exim-devel/pkg-plist +++ b/mail/exim-devel/pkg-plist @@ -2,7 +2,7 @@ etc/exim/configure.default info/exim.info info/exim_filter.info sbin/exim -sbin/exim-4.00-1 +sbin/exim-%%EXIM_VERSION%%-1 sbin/exim_checkaccess sbin/exim_dumpdb sbin/exim_fixdb |