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 | |
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).
-rw-r--r-- | doc/CHANGES | 8 | ||||
-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 | ||||
-rw-r--r-- | lang/blackdown-jdk13/Makefile | 4 | ||||
-rw-r--r-- | multimedia/transcode/Makefile | 4 |
7 files changed, 21 insertions, 18 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index ec4caad997b..463ce4fd8a3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.9341 2005/02/27 13:31:03 taya Exp $ +$NetBSD: CHANGES,v 1.9342 2005/02/27 22:30:43 veego Exp $ Changes to the packages collection and infrastructure in 2005: @@ -1177,3 +1177,9 @@ Changes to the packages collection and infrastructure in 2005: Updated firefox to 1.0.1 [taya 2005-02-27] Removed firefox-gtk2 [taya 2005-02-27] Added firefox-gtk1-1.0.1 [taya 2005-02-27] + Updated compat13 to 1.3.3nb2 [veego 2005-02-27] + Updated compat14 to 1.4.3.1nb1 [veego 2005-02-27] + Updated compat14-crypto to 1.4.3.1nb1 [veego 2005-02-27] + Updated twin to 3.1.14nb2 [veego 2005-02-27] + Updated blackdown to jdk13-1nb5 [veego 2005-02-27] + Updated transcode to 0.6.12nb5 [veego 2005-02-27] 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/ diff --git a/lang/blackdown-jdk13/Makefile b/lang/blackdown-jdk13/Makefile index d64b1cdadd3..fbd09412264 100644 --- a/lang/blackdown-jdk13/Makefile +++ b/lang/blackdown-jdk13/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2005/02/21 21:22:26 veego Exp $ +# $NetBSD: Makefile,v 1.22 2005/02/27 22:30:43 veego Exp $ # BASENAME= j2sdk DISTNAME= ${EXTNAME}-${BLACKDOWN_ARCH} PKGNAME= blackdown-jdk13-1 -PKGREVISION= 4 +PKGREVISION= 5 COMMENT= Linux port of the Blackdown Java(tm) Runtime Environment DEPENDS= blackdown-jre13>=1:../../lang/blackdown-jre13 diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 1cf5b24fb33..81a2e0e90e2 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2005/02/27 12:03:09 veego Exp $ +# $NetBSD: Makefile,v 1.10 2005/02/27 22:30:43 veego Exp $ DISTNAME= transcode-0.6.12 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= multimedia MASTER_SITES= http://dl.fkb.wormulon.net/transcode/ \ http://dl.kel.wormulon.net/transcode/ |