diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-09 09:37:33 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-09 09:37:33 +0000 |
commit | 0353d50ac74f7dffc4ecdd7e6ffcf77d12284a3c (patch) | |
tree | c26f1187f5ceb8eb966252c31056f64bc54fc82b /emulators | |
parent | f9ac328fe4087357d0f6d7652c144d97ce5abf8f (diff) | |
download | ports-0353d50ac74f7dffc4ecdd7e6ffcf77d12284a3c.tar.gz ports-0353d50ac74f7dffc4ecdd7e6ffcf77d12284a3c.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-f7/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux_base-f9/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/emulators/linux_base-f7/Makefile b/emulators/linux_base-f7/Makefile index 04576affa81a..c1d85a46e0fe 100644 --- a/emulators/linux_base-f7/Makefile +++ b/emulators/linux_base-f7/Makefile @@ -6,7 +6,9 @@ # PORTNAME= f7 -PORTVERSION= 8 +PORTVERSION= 7 +PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ../releases/${PORTVERSION}/Everything/${LINUX_RPM_ARCH}/os/Fedora diff --git a/emulators/linux_base-f9/Makefile b/emulators/linux_base-f9/Makefile index 8e5fb08b66ec..5e2e59a900e2 100644 --- a/emulators/linux_base-f9/Makefile +++ b/emulators/linux_base-f9/Makefile @@ -6,7 +6,9 @@ # PORTNAME= f9 -PORTVERSION= 10 +PORTVERSION= 9 +PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= emulators linux MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX} MASTER_SITE_SUBDIR= ../updates/${PORTVERSION}/${LINUX_RPM_ARCH}.newkey \ |