diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 13:13:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-08 13:13:29 +0000 |
commit | 5b721b6172f0b02b0d3421aa9e919fb500e789dc (patch) | |
tree | a63245c54661cd01fbdf5617c8baaf5d49aa12c6 /graphics | |
parent | 993f024255eacf1896ff8dfc00fd3e333097b5f8 (diff) | |
download | freebsd-ports-5b721b6172f0b02b0d3421aa9e919fb500e789dc.zip |
Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.
This puts all version information together in the port Makefiles.
Diffstat (limited to 'graphics')
24 files changed, 24 insertions, 24 deletions
diff --git a/graphics/linux-c6-cairo/Makefile b/graphics/linux-c6-cairo/Makefile index 079461ff583e..d5a03114bc92 100644 --- a/graphics/linux-c6-cairo/Makefile +++ b/graphics/linux-c6-cairo/Makefile @@ -3,6 +3,7 @@ PORTNAME= cairo PORTVERSION= 1.8.8 +DISTVERSIONSUFFIX= -6.el6_6 PORTREVISION= 8 CATEGORIES= graphics linux @@ -10,7 +11,6 @@ MAINTAINER= emulation@FreeBSD.org COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 6.el6_6 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= fontconfig pixman png xorglibs diff --git a/graphics/linux-c6-dri/Makefile b/graphics/linux-c6-dri/Makefile index b99774f77b25..a7d7809ef6c3 100644 --- a/graphics/linux-c6-dri/Makefile +++ b/graphics/linux-c6-dri/Makefile @@ -3,6 +3,7 @@ PORTNAME= dri PORTVERSION= 11.0.7 +DISTVERSIONSUFFIX= -4.el6 PORTREVISION= 5 CATEGORIES= graphics linux LIB_DISTNAMES= mesa-libGL-${DISTVERSIONFULL} \ @@ -19,7 +20,6 @@ SRC_DISTFILES= mesa-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE \ MAINTAINER= emulation@FreeBSD.org COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER}) -RPMVERSION= 4.el6 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= expat libelf libpciaccess xorglibs diff --git a/graphics/linux-c6-gdk-pixbuf2/Makefile b/graphics/linux-c6-gdk-pixbuf2/Makefile index a5e4c4526c7a..f4d892820e01 100644 --- a/graphics/linux-c6-gdk-pixbuf2/Makefile +++ b/graphics/linux-c6-gdk-pixbuf2/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdk-pixbuf2 PORTVERSION= 2.24.1 +DISTVERSIONSUFFIX= -6.el6_7 PORTREVISION= 5 CATEGORIES= graphics linux @@ -10,7 +11,6 @@ MAINTAINER= emulation@FreeBSD.org COMMENT= Graphic library for GTK+ (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 6.el6_7 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= jasper jpeg png tiff xorglibs diff --git a/graphics/linux-c6-glx-utils/Makefile b/graphics/linux-c6-glx-utils/Makefile index f27da5dbb05d..d96b8b52be02 100644 --- a/graphics/linux-c6-glx-utils/Makefile +++ b/graphics/linux-c6-glx-utils/Makefile @@ -3,6 +3,7 @@ PORTNAME= glx-utils PORTVERSION= 11.0.7 +DISTVERSIONSUFFIX= -4.el6 PORTREVISION= 3 CATEGORIES= graphics linux SRC_DISTFILES= mesa-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE @@ -10,7 +11,6 @@ SRC_DISTFILES= mesa-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE MAINTAINER= emulation@FreeBSD.org COMMENT= Mesa GLX utilities (Linux CentOS ${LINUX_DIST_VER}) -RPMVERSION= 4.el6 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= dri xorglibs diff --git a/graphics/linux-c6-jasper/Makefile b/graphics/linux-c6-jasper/Makefile index 32e186b3bd1b..7752e990c764 100644 --- a/graphics/linux-c6-jasper/Makefile +++ b/graphics/linux-c6-jasper/Makefile @@ -2,6 +2,7 @@ PORTNAME= jasper PORTVERSION= 1.900.1 +DISTVERSIONSUFFIX= -22.el6 PORTREVISION= 5 CATEGORIES= graphics linux PKGNAMESUFFIX= -libs @@ -12,7 +13,6 @@ COMMENT= JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 22.el6 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= jpeg diff --git a/graphics/linux-c6-jpeg/Makefile b/graphics/linux-c6-jpeg/Makefile index f5341edf84fe..5ce6fb7f50c3 100644 --- a/graphics/linux-c6-jpeg/Makefile +++ b/graphics/linux-c6-jpeg/Makefile @@ -3,6 +3,7 @@ PORTNAME= jpeg PORTVERSION= 1.2.1 +DISTVERSIONSUFFIX= -3.el6_5 PORTREVISION= 3 CATEGORIES= graphics linux DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL} @@ -13,7 +14,6 @@ COMMENT= SIMD-accelerated JPEG codec (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../${PORTNAME}-turbo/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= libjpeg-turbo -RPMVERSION= 3.el6_5 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX_RPM= yes diff --git a/graphics/linux-c6-png/Makefile b/graphics/linux-c6-png/Makefile index 6c5813271a7b..737628dba119 100644 --- a/graphics/linux-c6-png/Makefile +++ b/graphics/linux-c6-png/Makefile @@ -3,6 +3,7 @@ PORTNAME= libpng PORTVERSION= 1.2.49 +DISTVERSIONSUFFIX= -2.el6_7 PORTREVISION= 5 CATEGORIES= graphics linux @@ -10,7 +11,6 @@ MAINTAINER= emulation@FreeBSD.org COMMENT= Library for manipulating PNG images (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../png/pkg-descr -RPMVERSION= 2.el6_7 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX_RPM= yes diff --git a/graphics/linux-c6-sdl_image/Makefile b/graphics/linux-c6-sdl_image/Makefile index 23754012835d..bce72abaa94a 100644 --- a/graphics/linux-c6-sdl_image/Makefile +++ b/graphics/linux-c6-sdl_image/Makefile @@ -3,6 +3,7 @@ PORTNAME= sdl_image PORTVERSION= 1.2.12 +DISTVERSIONSUFFIX= -9.el6 PORTREVISION= 5 CATEGORIES= graphics linux MASTER_SITES= EPEL/s @@ -14,7 +15,6 @@ COMMENT= Simple library to load images as SDL interfaces (Linux CentOS ${LINUX_D DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= SDL_image -RPMVERSION= 9.el6 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= jpeg png sdl12 tiff diff --git a/graphics/linux-c6-sdl_ttf/Makefile b/graphics/linux-c6-sdl_ttf/Makefile index 4a37af16398f..920257831ce0 100644 --- a/graphics/linux-c6-sdl_ttf/Makefile +++ b/graphics/linux-c6-sdl_ttf/Makefile @@ -3,6 +3,7 @@ PORTNAME= sdl_ttf PORTVERSION= 2.0.11 +DISTVERSIONSUFFIX= -6.el6 PORTREVISION= 4 CATEGORIES= graphics linux MASTER_SITES= EPEL/s @@ -14,7 +15,6 @@ COMMENT= Simple library to load True Type Fonts as SDL interfaces (Linux CentOS DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= SDL_ttf -RPMVERSION= 6.el6 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= jpeg png sdl12 tiff diff --git a/graphics/linux-c6-tiff/Makefile b/graphics/linux-c6-tiff/Makefile index dece7e06968d..9fc6520534c8 100644 --- a/graphics/linux-c6-tiff/Makefile +++ b/graphics/linux-c6-tiff/Makefile @@ -3,6 +3,7 @@ PORTNAME= libtiff PORTVERSION= 3.9.4 +DISTVERSIONSUFFIX= -21.el6_8 PORTREVISION= 5 CATEGORIES= graphics linux @@ -12,7 +13,6 @@ COMMENT= Tools and library routines for working with TIFF images (Linux CentOS $ LICENSE= BSD3CLAUSE DESCR= ${.CURDIR}/../tiff/pkg-descr -RPMVERSION= 21.el6_8 USES= linux:c6 USE_LDCONFIG= yes USE_LINUX= jpeg diff --git a/graphics/linux-c7-cairo/Makefile b/graphics/linux-c7-cairo/Makefile index 8bac839adb0c..d4ea07a7a115 100644 --- a/graphics/linux-c7-cairo/Makefile +++ b/graphics/linux-c7-cairo/Makefile @@ -3,6 +3,7 @@ PORTNAME= cairo PORTVERSION= 1.15.12 +DISTVERSIONSUFFIX= -3.el7 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org @@ -11,7 +12,6 @@ COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 3.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= dri fontconfig pixman png xorglibs diff --git a/graphics/linux-c7-dri/Makefile b/graphics/linux-c7-dri/Makefile index 04786b3064c5..9949033fabae 100644 --- a/graphics/linux-c7-dri/Makefile +++ b/graphics/linux-c7-dri/Makefile @@ -3,6 +3,7 @@ PORTNAME= dri PORTVERSION= 18.0.5 +DISTVERSIONSUFFIX= -4.el7_6 CATEGORIES= graphics linux LIB_DISTNAMES= freeglut-3.0.0-8.el7 \ libdrm-2.4.91-3.el7 \ @@ -32,7 +33,6 @@ COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* -RPMVERSION= 4.el7_6 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= expat libelf libglvnd libpciaccess wayland xorglibs diff --git a/graphics/linux-c7-gdk-pixbuf2/Makefile b/graphics/linux-c7-gdk-pixbuf2/Makefile index 83eb7ffcf3a8..fba3dff5f08b 100644 --- a/graphics/linux-c7-gdk-pixbuf2/Makefile +++ b/graphics/linux-c7-gdk-pixbuf2/Makefile @@ -3,6 +3,7 @@ PORTNAME= gdk-pixbuf2 PORTVERSION= 2.36.12 +DISTVERSIONSUFFIX= -3.el7 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org @@ -11,7 +12,6 @@ COMMENT= Graphic library for GTK+ (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 3.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= jasper jpeg png tiff xorglibs diff --git a/graphics/linux-c7-glx-utils/Makefile b/graphics/linux-c7-glx-utils/Makefile index d77eb259a894..2d2cfd62c147 100644 --- a/graphics/linux-c7-glx-utils/Makefile +++ b/graphics/linux-c7-glx-utils/Makefile @@ -3,6 +3,7 @@ PORTNAME= glx-utils PORTVERSION= 8.3.0 +DISTVERSIONSUFFIX= -10.el7 CATEGORIES= graphics linux SRC_DISTFILES= mesa-demos-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE @@ -11,7 +12,6 @@ COMMENT= Mesa GLX utilities (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* -RPMVERSION= 10.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= dri xorglibs diff --git a/graphics/linux-c7-graphite2/Makefile b/graphics/linux-c7-graphite2/Makefile index d08dec0502ba..c809f9b6f71c 100644 --- a/graphics/linux-c7-graphite2/Makefile +++ b/graphics/linux-c7-graphite2/Makefile @@ -3,13 +3,13 @@ PORTNAME= graphite2 PORTVERSION= 1.3.10 +DISTVERSIONSUFFIX= -1.el7_3 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Rendering capabilities for complex non-Roman writing systems (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 1.el7_3 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes diff --git a/graphics/linux-c7-jasper/Makefile b/graphics/linux-c7-jasper/Makefile index a250bbdea23d..a5e22ba8fa6e 100644 --- a/graphics/linux-c7-jasper/Makefile +++ b/graphics/linux-c7-jasper/Makefile @@ -3,6 +3,7 @@ PORTNAME= jasper PORTVERSION= 1.900.1 +DISTVERSIONSUFFIX= -33.el7 PORTREVISION= 5 CATEGORIES= graphics linux PKGNAMESUFFIX= -libs @@ -14,7 +15,6 @@ COMMENT= JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 33.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= jpeg diff --git a/graphics/linux-c7-jbigkit/Makefile b/graphics/linux-c7-jbigkit/Makefile index f29fd7b6b6bc..21bbd5766560 100644 --- a/graphics/linux-c7-jbigkit/Makefile +++ b/graphics/linux-c7-jbigkit/Makefile @@ -3,6 +3,7 @@ PORTNAME= jbigkit PORTVERSION= 2.0 +DISTVERSIONSUFFIX= -11.el7 PORTREVISION= 2 CATEGORIES= graphics linux PKGNAMESUFFIX= -libs @@ -14,7 +15,6 @@ COMMENT= Lossless compression for bi-level images (Linux CentOS ${LINUX_DIST_VER DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 11.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes diff --git a/graphics/linux-c7-jpeg/Makefile b/graphics/linux-c7-jpeg/Makefile index 8c5b9fe757c5..9289129f47e2 100644 --- a/graphics/linux-c7-jpeg/Makefile +++ b/graphics/linux-c7-jpeg/Makefile @@ -3,6 +3,7 @@ PORTNAME= jpeg PORTVERSION= 1.2.90 +DISTVERSIONSUFFIX= -6.el7 PORTREVISION= 3 CATEGORIES= graphics linux DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL} @@ -15,7 +16,6 @@ CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}-turbo/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= libjpeg-turbo -RPMVERSION= 6.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes diff --git a/graphics/linux-c7-libglvnd/Makefile b/graphics/linux-c7-libglvnd/Makefile index 8e1a109ed94d..b79d8d8914d4 100644 --- a/graphics/linux-c7-libglvnd/Makefile +++ b/graphics/linux-c7-libglvnd/Makefile @@ -2,6 +2,7 @@ PORTNAME= libglvnd PORTVERSION= 1.0.1 +DISTVERSIONSUFFIX= -0.8.git5baa1e5.el7 CATEGORIES= graphics linux LIB_DISTNAMES= libglvnd-${DISTVERSIONFULL} \ libglvnd-egl-${DISTVERSIONFULL} \ @@ -12,7 +13,6 @@ LIB_DISTNAMES= libglvnd-${DISTVERSIONFULL} \ MAINTAINER= emulation@FreeBSD.org COMMENT= GL Vendor-Neutral Dispatch library (Linux CentOS ${LINUX_DIST_VER}) -RPMVERSION= 0.8.git5baa1e5.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= xorglibs diff --git a/graphics/linux-c7-png/Makefile b/graphics/linux-c7-png/Makefile index 9d954d63c264..b53321d2d3a0 100644 --- a/graphics/linux-c7-png/Makefile +++ b/graphics/linux-c7-png/Makefile @@ -3,6 +3,7 @@ PORTNAME= libpng PORTVERSION= 1.5.13 +DISTVERSIONSUFFIX= -7.el7_2 PORTREVISION= 2 CATEGORIES= graphics linux @@ -17,7 +18,6 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../png/pkg-descr -RPMVERSION= 7.el7_2 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes diff --git a/graphics/linux-c7-sdl_image/Makefile b/graphics/linux-c7-sdl_image/Makefile index 69353155e0f2..585b2c5d9ae1 100644 --- a/graphics/linux-c7-sdl_image/Makefile +++ b/graphics/linux-c7-sdl_image/Makefile @@ -3,6 +3,7 @@ PORTNAME= sdl_image PORTVERSION= 1.2.12 +DISTVERSIONSUFFIX= -11.el7 PORTREVISION= 2 CATEGORIES= graphics linux MASTER_SITES= EPEL7/s @@ -17,7 +18,6 @@ DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= SDL_image ONLY_FOR_ARCHS= amd64 -RPMVERSION= 11.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= jpeg png sdl12 tiff diff --git a/graphics/linux-c7-sdl_ttf/Makefile b/graphics/linux-c7-sdl_ttf/Makefile index 63a2c932f75f..1692b747bfab 100644 --- a/graphics/linux-c7-sdl_ttf/Makefile +++ b/graphics/linux-c7-sdl_ttf/Makefile @@ -3,6 +3,7 @@ PORTNAME= sdl_ttf PORTVERSION= 2.0.11 +DISTVERSIONSUFFIX= -6.el7 PORTREVISION= 2 CATEGORIES= graphics linux MASTER_SITES= EPEL7/s @@ -17,7 +18,6 @@ DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= SDL_ttf ONLY_FOR_ARCHS= amd64 -RPMVERSION= 6.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= jpeg png sdl12 tiff diff --git a/graphics/linux-c7-tiff/Makefile b/graphics/linux-c7-tiff/Makefile index 507a81e4466e..35418a40cf00 100644 --- a/graphics/linux-c7-tiff/Makefile +++ b/graphics/linux-c7-tiff/Makefile @@ -3,6 +3,7 @@ PORTNAME= libtiff PORTVERSION= 4.0.3 +DISTVERSIONSUFFIX= -27.el7_3 PORTREVISION= 3 CATEGORIES= graphics linux @@ -12,7 +13,6 @@ COMMENT= Library routines for working with TIFF images (Linux CentOS ${LINUX_DIS CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../tiff/pkg-descr -RPMVERSION= 27.el7_3 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= jbigkit jpeg diff --git a/graphics/linux-c7-wayland/Makefile b/graphics/linux-c7-wayland/Makefile index 90112ffea231..47f48f21519d 100644 --- a/graphics/linux-c7-wayland/Makefile +++ b/graphics/linux-c7-wayland/Makefile @@ -2,6 +2,7 @@ PORTNAME= wayland PORTVERSION= 1.15.0 +DISTVERSIONSUFFIX= -1.el7 CATEGORIES= graphics linux LIB_DISTNAMES= libwayland-client-${DISTVERSIONFULL} \ libwayland-cursor-${DISTVERSIONFULL} \ @@ -12,7 +13,6 @@ MAINTAINER= emulation@FreeBSD.org COMMENT= Wayland compositor libraries (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../wayland/pkg-descr -RPMVERSION= 1.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes |