pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Bumpd the PKGREVISION for the following packages:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a653dae75514
branches:  trunk
changeset: 489879:a653dae75514
user:      veego <veego%pkgsrc.org@localhost>
date:      Sun Feb 27 22:30:43 2005 +0000

description:
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:

 doc/CHANGES                        |   8 +++++++-
 emulators/compat13/Makefile        |  13 ++++---------
 emulators/compat14-crypto/Makefile |   3 ++-
 emulators/compat14/Makefile        |   3 ++-
 emulators/twin/Makefile            |   4 ++--
 lang/blackdown-jdk13/Makefile      |   4 ++--
 multimedia/transcode/Makefile      |   4 ++--
 7 files changed, 21 insertions(+), 18 deletions(-)

diffs (120 lines):

diff -r 4e7fa9b7824d -r a653dae75514 doc/CHANGES
--- a/doc/CHANGES       Sun Feb 27 22:10:25 2005 +0000
+++ b/doc/CHANGES       Sun Feb 27 22:30:43 2005 +0000
@@ -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 @@
        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 -r 4e7fa9b7824d -r a653dae75514 emulators/compat13/Makefile
--- a/emulators/compat13/Makefile       Sun Feb 27 22:10:25 2005 +0000
+++ b/emulators/compat13/Makefile       Sun Feb 27 22:30:43 2005 +0000
@@ -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 @@
 COMPAT_LIBDIR=         lib
 .endif
 
-.if ${MACHINE_ARCH} == "alpha"
-PKGMINOR=              nb1
-.else
-PKGMINOR=
-.endif
-
 PLIST_SUBST+=          COMPAT_LIBDIR=${COMPAT_LIBDIR}
 
 do-install:
diff -r 4e7fa9b7824d -r a653dae75514 emulators/compat14-crypto/Makefile
--- a/emulators/compat14-crypto/Makefile        Sun Feb 27 22:10:25 2005 +0000
+++ b/emulators/compat14-crypto/Makefile        Sun Feb 27 22:30:43 2005 +0000
@@ -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 -r 4e7fa9b7824d -r a653dae75514 emulators/compat14/Makefile
--- a/emulators/compat14/Makefile       Sun Feb 27 22:10:25 2005 +0000
+++ b/emulators/compat14/Makefile       Sun Feb 27 22:30:43 2005 +0000
@@ -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 -r 4e7fa9b7824d -r a653dae75514 emulators/twin/Makefile
--- a/emulators/twin/Makefile   Sun Feb 27 22:10:25 2005 +0000
+++ b/emulators/twin/Makefile   Sun Feb 27 22:30:43 2005 +0000
@@ -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 -r 4e7fa9b7824d -r a653dae75514 lang/blackdown-jdk13/Makefile
--- a/lang/blackdown-jdk13/Makefile     Sun Feb 27 22:10:25 2005 +0000
+++ b/lang/blackdown-jdk13/Makefile     Sun Feb 27 22:30:43 2005 +0000
@@ -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 -r 4e7fa9b7824d -r a653dae75514 multimedia/transcode/Makefile
--- a/multimedia/transcode/Makefile     Sun Feb 27 22:10:25 2005 +0000
+++ b/multimedia/transcode/Makefile     Sun Feb 27 22:30:43 2005 +0000
@@ -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/



Home | Main Index | Thread Index | Old Index