diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-03 05:15:40 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-03 05:15:40 +0800 |
commit | 754f84cac51976b5a2fb4e3ccfa20a0d111f7841 (patch) | |
tree | 237d0289b53cef4a190b493cf61020462032ad7d /archivers/linux-upx | |
parent | 839b750538309ec4eabc826b959e75c1e633384e (diff) | |
download | freebsd-ports-gnome-754f84cac51976b5a2fb4e3ccfa20a0d111f7841.tar.gz freebsd-ports-gnome-754f84cac51976b5a2fb4e3ccfa20a0d111f7841.tar.zst freebsd-ports-gnome-754f84cac51976b5a2fb4e3ccfa20a0d111f7841.zip |
. add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;
. bump PORTREVISIONs.
Diffstat (limited to 'archivers/linux-upx')
-rw-r--r-- | archivers/linux-upx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/linux-upx/Makefile b/archivers/linux-upx/Makefile index 80c4b4d3e1bd..aea1d286694e 100644 --- a/archivers/linux-upx/Makefile +++ b/archivers/linux-upx/Makefile @@ -7,7 +7,7 @@ PORTNAME= upx PORTVERSION= 1.25 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers linux MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH} DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of UPX, a high-performance executable packer -CONFLICTS= linux-f8-upx-[0-9]* +CONFLICTS= linux-f8-upx-[0-9]* linux-f10-upx-[0-9]* USE_LINUX_RPM= yes USE_LINUX_APPS= ucl |