diff options
author | reed <reed> | 2004-01-03 18:49:33 +0000 |
---|---|---|
committer | reed <reed> | 2004-01-03 18:49:33 +0000 |
commit | a06f12bdce16b588525a769c9f6a99518e6aaef5 (patch) | |
tree | 9081871bd8eb77c4940a5eca1b3c12d42386c628 /emulators | |
parent | 3ab1e667ba104f163d1528c390c82f6594e320cc (diff) | |
download | pkgsrc-a06f12bdce16b588525a769c9f6a99518e6aaef5.tar.gz |
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/blinkensim/Makefile | 3 | ||||
-rw-r--r-- | emulators/rewind/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/emulators/blinkensim/Makefile b/emulators/blinkensim/Makefile index c01159a1327..62bd00f80fd 100644 --- a/emulators/blinkensim/Makefile +++ b/emulators/blinkensim/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/27 22:44:00 salo Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/03 18:49:40 reed Exp $ # DISTNAME= blinkensim-2.2 +PKGREVISION= 1 CATEGORIES= emulators graphics MASTER_SITES= http://sven.gimp.org/blinkenlights/old/ diff --git a/emulators/rewind/Makefile b/emulators/rewind/Makefile index 463809c1385..7938125d01c 100644 --- a/emulators/rewind/Makefile +++ b/emulators/rewind/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/11/30 22:58:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/03 18:49:40 reed Exp $ DISTNAME= rewind-20020420 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index e54f4ddb7c1..1acd7f3e9a4 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.59 2003/12/26 06:06:32 grant Exp $ +# $NetBSD: Makefile,v 1.60 2004/01/03 18:49:40 reed Exp $ # DISTNAME= Wine-20031212 PKGNAME= ${DISTNAME:S/W/w/} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME:S/W/w/} CATEGORIES= emulators MASTER_SITES= http://www.ibiblio.org/Linux/ALPHA/wine/development/ \ |