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 /devel | |
parent | f3f151e56e67e06111f839fb2d034bef9a5eed66 (diff) | |
download | ports-cb8faeaf9d1513e2f4d184af27616bfa1b8e7035.tar.gz ports-cb8faeaf9d1513e2f4d184af27616bfa1b8e7035.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gdb53-act/Makefile | 5 | ||||
-rw-r--r-- | devel/pcsc-lite/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/gdb53-act/Makefile b/devel/gdb53-act/Makefile index e7f3ce745129..4ff1ae5d6305 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 2d2ef0cc9052..402e284bcf1f 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 |