diff options
-rw-r--r-- | devel/gdb53-act/Makefile | 5 | ||||
-rw-r--r-- | devel/pcsc-lite/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix-current/Makefile | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/gdb53-act/Makefile b/devel/gdb53-act/Makefile index e7f3ce7..4ff1ae5 100644 --- a/devel/gdb53-act/Makefile +++ b/devel/gdb53-act/Makefile @@ -5,8 +5,10 @@ # $FreeBSD$ PORTNAME= gdb -PORTVERSION= 5.3-act +PORTVERSION= 5.3 +PORTEPOCH= 1 CATEGORIES= devel +PKGNAMESUFFIX= -act MAINTAINER= john@johnrshannon.com COMMENT= GDB 5.3 modified by ACT for Ada programming language @@ -56,7 +58,6 @@ do-fetch: fi; \ fi; - do-extract: ${MKDIR} ${WRKSRC} cd ${DISTDIR}/${DIST_SUBDIR}/gdb-5.3 ; pax -pe -rwt . ${WRKSRC} diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 2d2ef0c..402e284 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -6,10 +6,11 @@ # PORTNAME= pcsc-lite -PORTVERSION= 1.2.0-rc1 -PORTEPOCH= 1 +PORTVERSION= 1.2.0.r1 +PORTEPOCH= 2 CATEGORIES= devel security MASTER_SITES= http://alioth.debian.org/download.php/373/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= toni@soth.at COMMENT= A smartcard development library diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index c404016..5d13d2e 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 |