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 /textproc/linux-libxml2 | |
parent | 69ff18d2fc3f2fab2f37e3c338f4ac6417d56b3a (diff) | |
download | freebsd-ports-graphics-d41db796bd7cff9ae9552600909f5c0ae1bd9277.tar.gz freebsd-ports-graphics-d41db796bd7cff9ae9552600909f5c0ae1bd9277.tar.zst freebsd-ports-graphics-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 'textproc/linux-libxml2')
-rw-r--r-- | textproc/linux-libxml2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/linux-libxml2/Makefile b/textproc/linux-libxml2/Makefile index 6fa129db58d..5640acf4e90 100644 --- a/textproc/linux-libxml2/Makefile +++ b/textproc/linux-libxml2/Makefile @@ -7,12 +7,15 @@ PORTNAME= libxml2 PORTVERSION= 2.6.19 +PORTREVISION= 1 CATEGORIES= textproc linux DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= tut@nhamon.com.ua COMMENT= RPM of libxml2 +CONFLICTS= linux-f8-libxml2-[0-9]* + USE_LINUX_RPM= yes LINUX_DIST_VER= 4 USE_LDCONFIG= yes |