diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
commit | 7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6 (patch) | |
tree | 0b883044e43a8529699bff24a4e0487e663a0177 /textproc/linux-libxml/Makefile | |
parent | 7bd0b24591110e2807f5cf55230131f5669a3dbd (diff) |
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).
Notes
Notes:
svn path=/head/; revision=231432
Diffstat (limited to 'textproc/linux-libxml/Makefile')
-rw-r--r-- | textproc/linux-libxml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/linux-libxml/Makefile b/textproc/linux-libxml/Makefile index d826d1a9e74c..17b3f338f3bd 100644 --- a/textproc/linux-libxml/Makefile +++ b/textproc/linux-libxml/Makefile @@ -7,13 +7,15 @@ PORTNAME= libxml PORTVERSION= 1.8.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc linux DISTNAME= ${PORTNAME}-${PORTVERSION}-13 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of libxml +CONFLICTS= linux-f8-libxml-[0-9]* + USE_LINUX_RPM= yes LINUX_DIST_VER= 4 USE_LDCONFIG= yes |