diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-23 10:53:35 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-23 10:53:35 +0800 |
commit | ac0a4d7bfe0a935e7cc26bc4d7e35d70da6e9381 (patch) | |
tree | d45ffe0c9ed583f99e66c60febdfdda4bc0bd3a0 /mail/postfix27/Makefile | |
parent | 19a05987ca099c68e902df388f97bd89a2813d71 (diff) | |
download | freebsd-ports-gnome-ac0a4d7bfe0a935e7cc26bc4d7e35d70da6e9381.tar.gz freebsd-ports-gnome-ac0a4d7bfe0a935e7cc26bc4d7e35d70da6e9381.tar.zst freebsd-ports-gnome-ac0a4d7bfe0a935e7cc26bc4d7e35d70da6e9381.zip |
Update to pl05
Change DISTNAME to use regex
Update tls and ipv6 to pl04
Pointed out by: petef
Diffstat (limited to 'mail/postfix27/Makefile')
-rw-r--r-- | mail/postfix27/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index d1cb807573aa..1e3e94f18b80 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 20010228.3 -PORTREVISION= 3 +PORTVERSION= 20010228.5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -16,7 +15,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ ftp://ftp.samurai.com/pub/postfix/official/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} MASTER_SITE_SUBDIR= . old related/postfix -DISTNAME= postfix-20010228-pl03 +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-pl0/} DIST_SUBDIR= ${PORTNAME} MAINTAINER= dwcjr@FreeBSD.org |