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/twin | |
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/twin')
-rw-r--r-- | emulators/twin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |