diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aranym/Makefile | 2 | ||||
-rw-r--r-- | emulators/fuse-utils/Makefile | 2 | ||||
-rw-r--r-- | emulators/mame/Makefile | 1 | ||||
-rw-r--r-- | emulators/nestopia/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 1 | ||||
-rw-r--r-- | emulators/qemu7/Makefile | 1 | ||||
-rw-r--r-- | emulators/vice/Makefile | 2 | ||||
-rw-r--r-- | emulators/xsystem35/Makefile | 2 |
9 files changed, 9 insertions, 4 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index b1f0993f9ad8..b8f26cb84adb 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,6 +1,6 @@ PORTNAME= aranym DISTVERSION= 1.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}_${DISTVERSION}.orig diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index 727967d156df..3aaeed5bf7ca 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,6 +1,6 @@ PORTNAME= fuse-utils DISTVERSION= 1.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index df69c103f508..edde8ded02fa 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,5 +1,6 @@ PORTNAME= mame DISTVERSION= 0.256 +PORTREVISION= 1 CATEGORIES= emulators games MAINTAINER= agh@riseup.net diff --git a/emulators/nestopia/Makefile b/emulators/nestopia/Makefile index a9bc31646738..af5519f5ccaf 100644 --- a/emulators/nestopia/Makefile +++ b/emulators/nestopia/Makefile @@ -1,5 +1,6 @@ PORTNAME= nestopia DISTVERSION= 1.52.0 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= mclay@astate.edu diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index d559bf37d75e..fc7152da349e 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= qemu DISTVERSION= 8.0.0.20230505 +PORTREVISION= 1 CATEGORIES= emulators PKGNAMESUFFIX= -devel DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index aee1d098ef95..32ebd91f8149 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,5 +1,6 @@ PORTNAME= qemu PORTVERSION= 8.0.3 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu7/Makefile b/emulators/qemu7/Makefile index 07bd3811b594..fffa0a3589e6 100644 --- a/emulators/qemu7/Makefile +++ b/emulators/qemu7/Makefile @@ -1,5 +1,6 @@ PORTNAME= qemu PORTVERSION= 7.2.4 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 592b9383a48a..22a6e57fca20 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,6 +1,6 @@ PORTNAME= vice PORTVERSION= 3.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/vice-emu/releases diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 3fe125c46e59..c101c34f26de 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -1,6 +1,6 @@ PORTNAME= xsystem35 DISTVERSION= 1.7.3-pre5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators games MASTER_SITES= DEBIAN DISTFILES= ${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX} |