diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 11:34:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 11:34:05 +0000 |
commit | cb8faeaf9d1513e2f4d184af27616bfa1b8e7035 (patch) | |
tree | 0e697770560e01f758e71ecdcb7445614bac4e8f /mail/postfix-current | |
parent | f3f151e56e67e06111f839fb2d034bef9a5eed66 (diff) | |
download | ports-cb8faeaf9d1513e2f4d184af27616bfa1b8e7035.tar.gz ports-cb8faeaf9d1513e2f4d184af27616bfa1b8e7035.zip |
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index c4040169345b..5d13d2e8f61d 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -15,8 +15,8 @@ # NOTE: PCRE is enabled by default unless you specifically disable it. PORTNAME= postfix -PORTVERSION= 2.0.14-20030812 -PORTEPOCH= 1 +PORTVERSION= 2.0.14.20030812 +PORTEPOCH= 2 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -25,7 +25,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ ftp://ftp.samurai.com/pub/postfix/experimental/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/experimental/&,} MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-${PORTVERSION} +DISTNAME= postfix-${PORTVERSION:S/.200/-200/} DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com |