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 /x11 | |
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 'x11')
-rw-r--r-- | x11/linux-xorg-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/linux-xorg-libs/Makefile b/x11/linux-xorg-libs/Makefile index d2b2f59d1a1..dba37be30ee 100644 --- a/x11/linux-xorg-libs/Makefile +++ b/x11/linux-xorg-libs/Makefile @@ -7,7 +7,7 @@ PORTNAME= xorg-libs PORTVERSION= 6.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 linux DISTFILES= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2.1.${LINUX_RPM_ARCH}.rpm \ xorg-x11-deprecated-libs-6.8.2-31.${LINUX_RPM_ARCH}.rpm @@ -15,7 +15,7 @@ DISTFILES= xorg-x11-libs-${PORTVERSION}-37.FC4.49.2.1.${LINUX_RPM_ARCH}.rpm \ MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Xorg libraries, linux binaries -CONFLICTS= linux-XFree86-libs +CONFLICTS= linux-XFree86-libs-[0-9]* linux-f8-xorg-libs-[0-9]* USE_LINUX_RPM= yes USE_LINUX_APPS= fontconfig |