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 /graphics/linux-libGLU | |
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 'graphics/linux-libGLU')
-rw-r--r-- | graphics/linux-libGLU/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/linux-libGLU/Makefile b/graphics/linux-libGLU/Makefile index e3e972565ee..ca950b16f56 100644 --- a/graphics/linux-libGLU/Makefile +++ b/graphics/linux-libGLU/Makefile @@ -7,6 +7,7 @@ PORTNAME= libGLU PORTVERSION= 6.8.2 +PORTREVISION= 1 CATEGORIES= graphics linux DISTNAME= xorg-x11-Mesa-libGLU-${PORTVERSION}-${RPMVERSION} SRC_DISTFILES= xorg-x11-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} @@ -14,7 +15,7 @@ SRC_DISTFILES= xorg-x11-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL utility library (Linux version) -CONFLICTS= linux_dri-[0-9]* +CONFLICTS= linux_dri-[0-9]* linux-f8-libGLU-[0-9]* RPMVERSION= 37.FC4.49.2.1 ONLY_FOR_ARCHS= i386 amd64 |