diff options
author | veego <veego@pkgsrc.org> | 2005-02-27 22:30:43 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2005-02-27 22:30:43 +0000 |
commit | 4488cdcf4862651f219f3309e2c48158e3d31a5d (patch) | |
tree | 9624604fc349b21032183c228420410a4aa773e9 /emulators | |
parent | d53b01d2218a9c446e167fa75883bf489e68671e (diff) | |
download | pkgsrc-4488cdcf4862651f219f3309e2c48158e3d31a5d.tar.gz |
Bumpd the PKGREVISION for the following packages:
emulators/compat13
emulators/compat14
emulators/compat14-crypto
emulators/twin
lang/blackdown-jdk13
multimedia/transcode
because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk
rev 1.1593 and fixed in rev 1.1596.
compat13 was bumped to nb2 so we don't have different package version on
different archs (alpha had an nb1 before but all other had no PKGREVISION).
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat13/Makefile | 13 | ||||
-rw-r--r-- | emulators/compat14-crypto/Makefile | 3 | ||||
-rw-r--r-- | emulators/compat14/Makefile | 3 | ||||
-rw-r--r-- | emulators/twin/Makefile | 4 |
4 files changed, 10 insertions, 13 deletions
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile index 5c9b2909a7d..d9e20ddf9b1 100644 --- a/emulators/compat13/Makefile +++ b/emulators/compat13/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2005/02/21 20:57:20 veego Exp $ +# $NetBSD: Makefile,v 1.19 2005/02/27 22:30:43 veego Exp $ # -DISTNAME= compat13-${MACHINE_ARCH}${PKGMINOR} -PKGNAME= compat13-1.3.3${PKGMINOR} +DISTNAME= compat13-${MACHINE_ARCH} +PKGNAME= compat13-1.3.3 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -39,12 +40,6 @@ LOCALBASE= /usr COMPAT_LIBDIR= lib .endif -.if ${MACHINE_ARCH} == "alpha" -PKGMINOR= nb1 -.else -PKGMINOR= -.endif - PLIST_SUBST+= COMPAT_LIBDIR=${COMPAT_LIBDIR} do-install: diff --git a/emulators/compat14-crypto/Makefile b/emulators/compat14-crypto/Makefile index e0cea61d1cb..b177a3b34de 100644 --- a/emulators/compat14-crypto/Makefile +++ b/emulators/compat14-crypto/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/02/21 20:57:20 veego Exp $ +# $NetBSD: Makefile,v 1.8 2005/02/27 22:30:43 veego Exp $ # DISTNAME= compat14-crypto-${MACHINE_ARCH}-${VERSION} PKGNAME= compat14-crypto-${VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/emulators/compat14/Makefile b/emulators/compat14/Makefile index 5c0e60888af..4d8b72d7d03 100644 --- a/emulators/compat14/Makefile +++ b/emulators/compat14/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2005/02/21 20:57:20 veego Exp $ +# $NetBSD: Makefile,v 1.11 2005/02/27 22:30:43 veego Exp $ # DISTNAME= compat14-${MACHINE_ARCH}-${VERSION} PKGNAME= compat14-${VERSION} +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 374b50719c1..7a290271b9a 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2005/02/21 20:57:20 veego Exp $ +# $NetBSD: Makefile,v 1.15 2005/02/27 22:30:43 veego Exp $ # DISTNAME= twin-src-3.1.14 PKGNAME= twin-3.1.14 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= ftp://ftp.willows.com/pub/twin/ |