diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-06-05 12:48:58 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-06-05 12:48:58 +0000 |
commit | 5973998f5c0c08fe5954a3569b1ea5dc63e7a085 (patch) | |
tree | 5afb1d3e363efa7a23cdc66d9969668b26015e34 /emulators | |
parent | 8d85ec75d317d971edd2dea803dd8c745f01641e (diff) | |
download | pkgsrc-5973998f5c0c08fe5954a3569b1ea5dc63e7a085.tar.gz |
*: Apply revbump for graphics/giflib API change.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index decc85711b7..714a2f776b4 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.148 2020/04/23 17:45:26 nia Exp $ +# $NetBSD: Makefile,v 1.149 2020/06/05 12:49:05 jperkin Exp $ DISTNAME= vice-3.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/} diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index ba465552b79..7c49fc12cc7 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.218 2020/06/02 08:23:46 adam Exp $ +# $NetBSD: Makefile,v 1.219 2020/06/05 12:49:05 jperkin Exp $ DISTNAME= wine-4.0.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/4.0/ MASTER_SITES+= http://mirrors.ibiblio.org/wine/source/4.0/ |