diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-01 18:10:16 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-01 18:10:16 +0800 |
commit | d41db796bd7cff9ae9552600909f5c0ae1bd9277 (patch) | |
tree | 6c28dd92d52acb619455f2ef33b5f35a668229af /archivers/linux-upx/Makefile | |
parent | 69ff18d2fc3f2fab2f37e3c338f4ac6417d56b3a (diff) | |
download | freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.tar.gz freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.tar.zst freebsd-ports-gnome-d41db796bd7cff9ae9552600909f5c0ae1bd9277.zip |
Finish repocopies of new linux-f8 infrastructure ports:
. add CONFLICTS to 47 original ports;
. bump PORTREVISIONs for all of them;
. pet portlint for 2-3 ports (misplaced PORTREVISION).
Diffstat (limited to 'archivers/linux-upx/Makefile')
-rw-r--r-- | archivers/linux-upx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/linux-upx/Makefile b/archivers/linux-upx/Makefile index e5abf413f4db..80c4b4d3e1bd 100644 --- a/archivers/linux-upx/Makefile +++ b/archivers/linux-upx/Makefile @@ -7,6 +7,7 @@ PORTNAME= upx PORTVERSION= 1.25 +PORTREVISION= 1 CATEGORIES= archivers linux MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH} DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of UPX, a high-performance executable packer +CONFLICTS= linux-f8-upx-[0-9]* + USE_LINUX_RPM= yes USE_LINUX_APPS= ucl RPMVERSION= 4 |