diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2009-02-02 01:36:16 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2009-02-02 01:36:16 +0000 |
commit | 7c806af372979087f0f0c243eeeb28f0ae46ffdc (patch) | |
tree | 0a816a1b1ad04784f7216a5264bcd322d9989199 /graphics | |
parent | 1319a93963e675cebedbd02ed0569ee7553214e2 (diff) | |
download | ports-7c806af372979087f0f0c243eeeb28f0ae46ffdc.tar.gz ports-7c806af372979087f0f0c243eeeb28f0ae46ffdc.zip |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
Notes
Notes:
svn path=/head/; revision=227416
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dia/Makefile | 3 | ||||
-rw-r--r-- | graphics/electriceyes/Makefile | 2 | ||||
-rw-r--r-- | graphics/f-spot/Makefile | 3 | ||||
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 2 | ||||
-rw-r--r-- | graphics/imlib/Makefile | 3 | ||||
-rw-r--r-- | graphics/libart_lgpl/Makefile | 3 | ||||
-rw-r--r-- | graphics/libgnomecanvasmm26/Makefile | 3 | ||||
-rw-r--r-- | graphics/librsvg2/Makefile | 2 | ||||
-rw-r--r-- | graphics/passepartout/Makefile | 3 |
9 files changed, 9 insertions, 15 deletions
diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 6987adf17882..9c9be2d54833 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -11,8 +11,7 @@ DISTVERSION= 0.96.1 PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index a6cbd7c63abb..e6d4a65514be 100644 --- a/graphics/electriceyes/Makefile +++ b/graphics/electriceyes/Makefile @@ -9,7 +9,7 @@ PORTNAME= electriceyes PORTVERSION= 0.3.12 PORTREVISION= 6 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/ee/0.3 DISTNAME= ee-${PORTVERSION} diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index bccb47f6f9cd..d3ac289ae810 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -11,8 +11,7 @@ PORTVERSION= 0.4.0 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4 +MASTER_SITES= GNOME MAINTAINER= bsd-sharp@googlegroups.com COMMENT= Personal photo management to the GNOME desktop diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index a394428423ae..7aa06f32c176 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -9,7 +9,7 @@ PORTNAME?= gdk-pixbuf PORTVERSION= 0.22.0 PORTREVISION= 8 CATEGORIES?= graphics -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gdk-pixbuf/0.22 DISTNAME= gdk-pixbuf-${PORTVERSION} DIST_SUBDIR= gnome diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index ca00a20faed0..247053daeab1 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -10,8 +10,7 @@ PORTNAME= imlib PORTVERSION= 1.9.15 PORTREVISION= 7 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/imlib/1.9 +MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index 2a0de0f75549..6f96a67205de 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -9,8 +9,7 @@ PORTNAME= libart_lgpl PORTVERSION= 2.3.20 PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3 +MASTER_SITES= GNOME DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index 08da5ae8b8f8..8c28d25b7afa 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -9,8 +9,7 @@ PORTNAME= libgnomecanvasmm PORTVERSION= 2.23.1 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 7cacb2360025..258b607da179 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -10,7 +10,7 @@ PORTNAME= librsvg2 PORTVERSION= 2.22.3 PORTREVISION= 2 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= librsvg-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile index 832e6a8b29c1..6a88f26e62a4 100644 --- a/graphics/passepartout/Makefile +++ b/graphics/passepartout/Makefile @@ -10,8 +10,7 @@ PORTNAME= passepartout PORTVERSION= 0.7.0 PORTREVISION= 1 CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |