diff options
author | bsam <bsam@FreeBSD.org> | 2009-09-09 17:37:33 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-09-09 17:37:33 +0800 |
commit | e81cf2952ed6307bff52dae3c2c932d735830541 (patch) | |
tree | b50e6765f74e3841842bca617deb32876456fc2a /emulators/linux_base-f7 | |
parent | f201e3aa1c69fc2ef9ea859c45492f9600cd1225 (diff) | |
download | freebsd-ports-gnome-e81cf2952ed6307bff52dae3c2c932d735830541.tar.gz freebsd-ports-gnome-e81cf2952ed6307bff52dae3c2c932d735830541.tar.zst freebsd-ports-gnome-e81cf2952ed6307bff52dae3c2c932d735830541.zip |
At the previous commit to emulators/linux_base-f7 and
emulators/linux_base-f9 PORTREVISIONs should have been
bumped but actually PORTVERSIONs had been, so:
. restore PORTVERSIONs;
. bump PORTREVISION and PORTEPOCH.
Reported by: pointyhat (miwi)
Diffstat (limited to 'emulators/linux_base-f7')
-rw-r--r-- | emulators/linux_base-f7/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |