diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-03 04:14:36 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-03 04:14:36 +0800 |
commit | 9a443b130b2484dd7e28b54d71748ce7d8ec8f2d (patch) | |
tree | 0fe6f4482a72e9d25636afc6a0d57dcb51e19c2d /archivers | |
parent | e40d48ddb4b8eeb3f1e61eee3899767b5987d239 (diff) | |
download | freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.tar.gz freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.tar.zst freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.zip |
. add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/linux-f8-ucl/Makefile | 3 | ||||
-rw-r--r-- | archivers/linux-f8-upx/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/archivers/linux-f8-ucl/Makefile b/archivers/linux-f8-ucl/Makefile index 14ef5f64bead..e7af44ddeef7 100644 --- a/archivers/linux-f8-ucl/Makefile +++ b/archivers/linux-f8-ucl/Makefile @@ -7,6 +7,7 @@ PORTNAME= ucl PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= archivers linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= UCL, a lossless data compression library (Linux Fedora 8) +CONFLICTS= linux-ucl-[0-9]* linux-f10-ucl-[0-9]* + USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 7.fc8 diff --git a/archivers/linux-f8-upx/Makefile b/archivers/linux-f8-upx/Makefile index a681d2679b28..bfa2b01e4888 100644 --- a/archivers/linux-f8-upx/Makefile +++ b/archivers/linux-f8-upx/Makefile @@ -7,6 +7,7 @@ PORTNAME= upx PORTVERSION= 3.02 +PORTREVISION= 1 CATEGORIES= archivers linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= UPX, a high-performance executable packer (Linux Fedora 8) +CONFLICTS= linux-upx-[0-9]* linux-f10-upx-[0-9]* + USE_LINUX_RPM= yes USE_LINUX_APPS= ucl LINUX_DIST_VER= 8 |