diff options
| author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-14 03:31:50 +0800 | 
|---|---|---|
| committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-14 03:31:50 +0800 | 
| commit | ddd409c98abe6dc5224ebdffeb22041e698e5c55 (patch) | |
| tree | 06f7e1c866ff3a41afb3ee96e585d37c57b4fddc | |
| parent | d43cb4e97e502ba0830558dfdab1427cbd4ede69 (diff) | |
| download | marcuscom-ports-ddd409c98abe6dc5224ebdffeb22041e698e5c55.tar.gz marcuscom-ports-ddd409c98abe6dc5224ebdffeb22041e698e5c55.tar.zst marcuscom-ports-ddd409c98abe6dc5224ebdffeb22041e698e5c55.zip | |
Change the MASTER_SITE_SUBDIR from:
	sources/${PORTNAME}/${PORTVERSION:R}
To:
	 sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}
That way you don't have to tweak :R or :R:R if there has four any third
point release. Half of them have been tested.
Suggested by:	bland
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5906 df743ca5-7f9a-e211-a948-0013205c9059
95 files changed, 190 insertions, 190 deletions
| diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile index a6d82b246..cf78e4731 100644 --- a/accessibility/at-spi/Makefile +++ b/accessibility/at-spi/Makefile @@ -3,14 +3,14 @@  # Whom:				Maxim Sobolev <sobomax@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/accessibility/at-spi/Makefile,v 1.39 2006/02/28 05:00:19 marcus Exp $ +#   $MCom: ports/accessibility/at-spi/Makefile,v 1.40 2006/03/13 06:06:01 mezz Exp $  #  PORTNAME=	at-spi  PORTVERSION=	1.7.6  CATEGORIES=	accessibility x11-toolkits  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index ac366df69..89f706ee4 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,7 +3,7 @@  # Whom:					Maxim Sobolev <sobomax@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/accessibility/atk/Makefile,v 1.63 2006/03/02 20:08:30 mezz Exp $ +#   $MCom: ports/accessibility/atk/Makefile,v 1.64 2006/03/13 06:06:01 mezz Exp $  #  PORTNAME=	atk @@ -11,7 +11,7 @@ PORTVERSION=	1.11.2  PORTREVISION=	1  CATEGORIES=	accessibility devel  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 6a1cb0c83..e8f718ba4 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -3,7 +3,7 @@  # Whom:					lewiz <purple@lewiz.net>  #  # $FreeBSD$ -#   $MCom: ports/accessibility/dasher/Makefile,v 1.28 2006/03/02 20:08:31 mezz Exp $ +#   $MCom: ports/accessibility/dasher/Makefile,v 1.29 2006/03/13 06:06:01 mezz Exp $  #  PORTNAME=	dasher @@ -11,7 +11,7 @@ PORTVERSION=	3.99.5  PORTEPOCH=	1  CATEGORIES=	accessibility editors x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	lewiz@compsoc.man.ac.uk diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index 62c79ea29..796cc24bb 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/accessibility/gnopernicus/Makefile,v 1.71 2006/03/06 19:11:56 marcus Exp $ +#   $MCom: ports/accessibility/gnopernicus/Makefile,v 1.72 2006/03/13 06:06:02 mezz Exp $  #  PORTNAME=	gnopernicus  PORTVERSION=	1.0.3  CATEGORIES=	accessibility x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/accessibility/gok/Makefile b/accessibility/gok/Makefile index 8726aab13..e967b649d 100644 --- a/accessibility/gok/Makefile +++ b/accessibility/gok/Makefile @@ -3,14 +3,14 @@  # Whom:				Adam Weinberger <adamw@freebsd.org>  #  # $FreeBSD$ -#    $MCom: ports/accessibility/gok/Makefile,v 1.60 2006/03/02 20:08:31 mezz Exp $ +#    $MCom: ports/accessibility/gok/Makefile,v 1.61 2006/03/13 06:06:02 mezz Exp $  PORTNAME=	gok  PORTVERSION=	1.0.6  PORTEPOCH=	1  CATEGORIES=	accessibility sysutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 03a0dde8e..91e9bda8c 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -3,7 +3,7 @@  # Whom:					Anders Nordby <anders@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/archivers/fileroller/Makefile,v 1.88 2006/03/02 20:10:28 mezz Exp $ +#   $MCom: ports/archivers/fileroller/Makefile,v 1.89 2006/03/13 06:07:44 mezz Exp $  #  PORTNAME=	fileroller @@ -11,7 +11,7 @@ PORTVERSION=	2.13.92  PORTEPOCH=	1  CATEGORIES=	archivers gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/file-roller/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/file-roller/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	file-roller-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/archivers/fileroller/Makefile b/archivers/fileroller/Makefile index 03a0dde8e..91e9bda8c 100644 --- a/archivers/fileroller/Makefile +++ b/archivers/fileroller/Makefile @@ -3,7 +3,7 @@  # Whom:					Anders Nordby <anders@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/archivers/fileroller/Makefile,v 1.88 2006/03/02 20:10:28 mezz Exp $ +#   $MCom: ports/archivers/fileroller/Makefile,v 1.89 2006/03/13 06:07:44 mezz Exp $  #  PORTNAME=	fileroller @@ -11,7 +11,7 @@ PORTVERSION=	2.13.92  PORTEPOCH=	1  CATEGORIES=	archivers gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/file-roller/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/file-roller/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	file-roller-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index 29ae8be39..2a56afa52 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/audio/gnomemedia2/Makefile,v 1.92 2006/03/12 22:26:44 mezz Exp $ +#   $MCom: ports/audio/gnomemedia2/Makefile,v 1.93 2006/03/13 06:12:40 mezz Exp $  #  PORTNAME=	gnomemedia2  PORTVERSION=	2.14.0  CATEGORIES=	audio gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-media/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-media/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-media-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile index 29ae8be39..2a56afa52 100644 --- a/audio/gnomemedia2/Makefile +++ b/audio/gnomemedia2/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/audio/gnomemedia2/Makefile,v 1.92 2006/03/12 22:26:44 mezz Exp $ +#   $MCom: ports/audio/gnomemedia2/Makefile,v 1.93 2006/03/13 06:12:40 mezz Exp $  #  PORTNAME=	gnomemedia2  PORTVERSION=	2.14.0  CATEGORIES=	audio gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-media/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-media/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-media-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index af2046efd..f8a03f634 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -3,14 +3,14 @@  # Whom:			Alexander Nedotsukov <bland@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/audio/goobox/Makefile,v 1.11 2006/02/23 17:49:45 marcus Exp $ +#    $MCom: ports/audio/goobox/Makefile,v 1.12 2006/03/02 20:17:12 mezz Exp $  PORTNAME=	goobox  PORTVERSION=	0.9.93  PORTREVISION=	1  CATEGORIES=	audio gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 10b4e6482..6dd33cdc8 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -3,14 +3,14 @@  # Whom:			Alexander Nedotsukov <bland@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/audio/sound-juicer/Makefile,v 1.42 2006/03/02 20:17:13 mezz Exp $ +#   $MCom: ports/audio/sound-juicer/Makefile,v 1.43 2006/03/13 06:12:40 mezz Exp $  #  PORTNAME=	sound-juicer  PORTVERSION=	2.13.6  CATEGORIES=	audio gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 7b7ad006b..2eb639abe 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/databases/evolution-data-server/Makefile,v 1.78 2006/03/02 20:19:18 mezz Exp $ +#   $MCom: ports/databases/evolution-data-server/Makefile,v 1.79 2006/03/13 06:14:41 mezz Exp $  #  PORTNAME=	evolution-data-server  PORTVERSION=	1.5.92  CATEGORIES=	databases gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile index 57056483a..3d1352ecf 100644 --- a/deskutils/deskbar-applet/Makefile +++ b/deskutils/deskbar-applet/Makefile @@ -3,14 +3,14 @@  # Whom:			Michael Johnson <ahze@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.17 2006/03/12 22:28:41 marcus Exp $ +#    $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.18 2006/03/13 06:21:39 mezz Exp $  #  PORTNAME=	deskbar-applet  PORTVERSION=	2.14.0  CATEGORIES=	deskutils  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/deskutils/evolution-jescs/Makefile b/deskutils/evolution-jescs/Makefile index 6022ad612..ef9b30df1 100644 --- a/deskutils/evolution-jescs/Makefile +++ b/deskutils/evolution-jescs/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.5 2006/03/10 23:59:46 marcus Exp $ +#   $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.6 2006/03/13 06:21:39 mezz Exp $  #  PORTNAME=	jescs  PORTVERSION=	2.5.2  CATEGORIES=	deskutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  PKGNAMEPREFIX=	evolution-  DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 85b6aa7d1..f78bab56c 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.85 2006/03/04 17:50:38 mezz Exp $ +#   $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.86 2006/03/13 06:21:39 mezz Exp $  #  PORTNAME=	gnomeutils2 @@ -11,7 +11,7 @@ PORTVERSION=	2.13.95  PORTEPOCH=	1  CATEGORIES=	deskutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-utils/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-utils/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-utils-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index 85b6aa7d1..f78bab56c 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.85 2006/03/04 17:50:38 mezz Exp $ +#   $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.86 2006/03/13 06:21:39 mezz Exp $  #  PORTNAME=	gnomeutils2 @@ -11,7 +11,7 @@ PORTVERSION=	2.13.95  PORTEPOCH=	1  CATEGORIES=	deskutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-utils/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-utils/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-utils-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index e2a9331f1..1a9b8b158 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/deskutils/gucharmap/Makefile,v 1.21 2006/03/13 06:21:39 mezz Exp $ +#   $MCom: ports/deskutils/gucharmap/Makefile,v 1.22 2006/03/13 06:36:42 marcus Exp $  #  PORTNAME=	gucharmap  PORTVERSION=	1.6.0  CATEGORIES=	deskutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile index 2e079182f..ac9791370 100644 --- a/devel/ORBit2/Makefile +++ b/devel/ORBit2/Makefile @@ -3,7 +3,7 @@  # Whom:				Chia-liang Kao <clkao@CirX.ORG>  #  # $FreeBSD$ -#    $MCom: ports/devel/ORBit2/Makefile,v 1.46 2006/02/24 05:54:31 marcus Exp $ +#    $MCom: ports/devel/ORBit2/Makefile,v 1.47 2006/02/24 20:43:27 marcus Exp $  #  PORTNAME=	ORBit2 @@ -11,7 +11,7 @@ PORTVERSION=	2.13.3  PORTREVISION=	1  CATEGORIES=	devel gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile index c130bbc01..b54e44625 100644 --- a/devel/bug-buddy/Makefile +++ b/devel/bug-buddy/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/bugbuddy/Makefile,v 1.26 2006/03/12 22:32:27 mezz Exp $ +#   $MCom: ports/devel/bugbuddy/Makefile,v 1.27 2006/03/13 06:33:52 mezz Exp $  #  PORTNAME=	bugbuddy  PORTVERSION=	2.14.0  CATEGORIES=	devel gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/bug-buddy/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/bug-buddy/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	bug-buddy-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/devel/bugbuddy/Makefile b/devel/bugbuddy/Makefile index c130bbc01..b54e44625 100644 --- a/devel/bugbuddy/Makefile +++ b/devel/bugbuddy/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/bugbuddy/Makefile,v 1.26 2006/03/12 22:32:27 mezz Exp $ +#   $MCom: ports/devel/bugbuddy/Makefile,v 1.27 2006/03/13 06:33:52 mezz Exp $  #  PORTNAME=	bugbuddy  PORTVERSION=	2.14.0  CATEGORIES=	devel gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/bug-buddy/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/bug-buddy/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	bug-buddy-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 14d128f36..2bb093761 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -3,7 +3,7 @@  # Whom:					Ade Lovett <ade@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/gconf2/Makefile,v 1.68 2006/03/02 20:31:34 mezz Exp $ +#   $MCom: ports/devel/gconf2/Makefile,v 1.69 2006/03/13 06:33:52 mezz Exp $  #  PORTNAME=	gconf2 @@ -11,7 +11,7 @@ PORTVERSION=	2.13.5  PORTREVISION=	2  CATEGORIES=	devel gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/GConf/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/GConf/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	GConf-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile index b0a71cd8f..8a14ce991 100644 --- a/devel/glade3/Makefile +++ b/devel/glade3/Makefile @@ -3,7 +3,7 @@  # Whom:			Koop Mast <kwm@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/glade3/Makefile,v 1.7 2006/03/02 20:31:34 mezz Exp $ +#   $MCom: ports/devel/glade3/Makefile,v 1.8 2006/03/13 06:33:53 mezz Exp $  #  PORTNAME=	glade3 @@ -11,7 +11,7 @@ PORTVERSION=	2.91.0  PORTREVISION=	1  CATEGORIES=	devel gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/glade-3/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/glade-3/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	glade-3-${PORTVERSION}  MAINTAINER=	kwm@FreeBSD.org diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index a3e77b23c..075263feb 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -3,19 +3,19 @@  # Whom:				Vanilla I. Shu <vanilla@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/glib20/Makefile,v 1.71 2006/03/07 20:08:51 marcus Exp $ +#   $MCom: ports/devel/glib20/Makefile,v 1.72 2006/03/13 06:33:53 mezz Exp $  #  PORTNAME=	glib  PORTVERSION=	2.10.1  CATEGORIES=	devel  MASTER_SITES=	${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.10,} \ -		ftp://ftp.gtk.org/pub/gtk/v${PORTVERSION:R}/ \ +		ftp://ftp.gtk.org/pub/gtk/v${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}/ \  		ftp://ftp.gimp.org/pub/%SUBDIR%/ \  		ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \  		http://www.ameth.org/gimp/%SUBDIR%/ \  		${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR=	gtk/v${PORTVERSION:R} +MASTER_SITE_SUBDIR=	gtk/v${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile index 4111b9cbc..0abf2e9b2 100644 --- a/devel/glibmm/Makefile +++ b/devel/glibmm/Makefile @@ -3,14 +3,14 @@  # Whom:                 		Adam Weinberger <adamw@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/glibmm/Makefile,v 1.27 2006/03/02 18:22:44 mezz Exp $ +#   $MCom: ports/devel/glibmm/Makefile,v 1.28 2006/03/09 00:20:14 marcus Exp $  #  PORTNAME=	glibmm  PORTVERSION=	2.10.0  CATEGORIES=	devel  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 719947718..b9e58ce8a 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -3,14 +3,14 @@  # Whom:					Ade Lovett <ade@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/gnomevfs2/Makefile,v 1.132 2006/03/02 20:31:34 mezz Exp $ +#   $MCom: ports/devel/gnomevfs2/Makefile,v 1.133 2006/03/13 06:33:53 mezz Exp $  #  PORTNAME=	gnomevfs2  PORTVERSION=	2.13.92  CATEGORIES=	devel gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-vfs/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-vfs/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-vfs-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 719947718..b9e58ce8a 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -3,14 +3,14 @@  # Whom:					Ade Lovett <ade@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/gnomevfs2/Makefile,v 1.132 2006/03/02 20:31:34 mezz Exp $ +#   $MCom: ports/devel/gnomevfs2/Makefile,v 1.133 2006/03/13 06:33:53 mezz Exp $  #  PORTNAME=	gnomevfs2  PORTVERSION=	2.13.92  CATEGORIES=	devel gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-vfs/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-vfs/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-vfs-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index ac657dbd0..51331ad92 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -3,14 +3,14 @@  # Whom:				Maxim Sobolev <sobomax@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/devel/libbonobo/Makefile,v 1.41 2006/03/07 20:04:33 marcus Exp $ +#    $MCom: ports/devel/libbonobo/Makefile,v 1.42 2006/03/13 06:33:53 mezz Exp $  #  PORTNAME=	libbonobo  PORTVERSION=	2.13.93  CATEGORIES=	devel  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 97d19f7bf..9a75e7434 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -3,7 +3,7 @@  # Whom:					Maxim Sobolev <sobomax@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/libgsf/Makefile,v 1.17 2005/10/11 22:08:17 marcus Exp $ +#   $MCom: ports/devel/libgsf/Makefile,v 1.19 2006/03/05 21:26:55 marcus Exp $  #  PORTNAME=	libgsf @@ -11,7 +11,7 @@ PORTVERSION=	1.14.0  PORTREVISION?=	0  CATEGORIES?=	devel  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 3e095b391..d1918e88a 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -3,14 +3,14 @@  # Whom:				Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/libgtop2/Makefile,v 1.63 2006/03/02 20:31:35 mezz Exp $ +#   $MCom: ports/devel/libgtop2/Makefile,v 1.64 2006/03/13 06:33:54 mezz Exp $  #  PORTNAME=	libgtop2  PORTVERSION=	2.13.92  CATEGORIES=	devel gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	libgtop-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index 42182d343..b98863509 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/libsoup/Makefile,v 1.32 2006/03/04 20:29:39 marcus Exp $ +#   $MCom: ports/devel/libsoup/Makefile,v 1.33 2006/03/13 06:33:54 mezz Exp $  #  PORTNAME=	libsoup  PORTVERSION=	2.2.91  CATEGORIES=	devel gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index 42182d343..b98863509 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/libsoup/Makefile,v 1.32 2006/03/04 20:29:39 marcus Exp $ +#   $MCom: ports/devel/libsoup/Makefile,v 1.33 2006/03/13 06:33:54 mezz Exp $  #  PORTNAME=	libsoup  PORTVERSION=	2.2.91  CATEGORIES=	devel gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile index 6a7840548..e73158ce4 100644 --- a/devel/py-gobject/Makefile +++ b/devel/py-gobject/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/py-gobject/Makefile,v 1.2 2006/02/24 18:33:38 marcus Exp $ +#   $MCom: ports/devel/py-gobject/Makefile,v 1.3 2006/03/13 06:33:54 mezz Exp $  PORTNAME=	gobject  PORTVERSION=	2.9.1  PORTREVISION=	1  CATEGORIES=	devel python  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/pygobject/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/pygobject/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}  DISTNAME=	pygobject-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/devel/py-orbit2/Makefile b/devel/py-orbit2/Makefile index 93464f5d2..c9dc53f7d 100644 --- a/devel/py-orbit2/Makefile +++ b/devel/py-orbit2/Makefile @@ -3,13 +3,13 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/devel/py-orbit2/Makefile,v 1.8 2006/03/12 23:37:44 marcus Exp $ +#   $MCom: ports/devel/py-orbit2/Makefile,v 1.9 2006/03/13 06:33:54 mezz Exp $  PORTNAME=	orbit  PORTVERSION=	2.14.0  CATEGORIES=	devel python  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/pyorbit/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/pyorbit/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}  DISTNAME=	pyorbit-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 4bb277967..b49976553 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom$ +#   $MCom: ports/editors/gedit/Makefile,v 1.29 2006/03/13 06:37:58 mezz Exp $  #  PORTNAME=	gedit  PORTVERSION=	2.14.0  CATEGORIES=	editors gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/games/atomix/Makefile b/games/atomix/Makefile index 613a2f5f2..09ff47f87 100644 --- a/games/atomix/Makefile +++ b/games/atomix/Makefile @@ -3,14 +3,14 @@  # Whom:                Yukihiro Nakai <nakai@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/games/atomix/Makefile,v 1.5 2006/02/14 19:25:41 adamw Exp $ +#   $MCom: ports/games/atomix/Makefile,v 1.6 2006/03/02 20:36:47 mezz Exp $  #  PORTNAME=	atomix  PORTVERSION=	2.13.4  CATEGORIES=	games gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index d486eb9ca..52e2a0ee8 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/games/gnomegames2/Makefile,v 1.104 2006/03/02 20:36:47 mezz Exp $ +#   $MCom: ports/games/gnomegames2/Makefile,v 1.105 2006/03/13 06:40:33 mezz Exp $  #  PORTNAME=	gnomegames2  PORTVERSION=	2.13.8  CATEGORIES=	games gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-games/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-games/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-games-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index d486eb9ca..52e2a0ee8 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/games/gnomegames2/Makefile,v 1.104 2006/03/02 20:36:47 mezz Exp $ +#   $MCom: ports/games/gnomegames2/Makefile,v 1.105 2006/03/13 06:40:33 mezz Exp $  #  PORTNAME=	gnomegames2  PORTVERSION=	2.13.8  CATEGORIES=	games gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-games/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-games/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-games-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index f9781509b..cffd842da 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -3,14 +3,14 @@  # Whom:			Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/graphics/eog/Makefile,v 1.24 2006/03/04 18:01:59 mezz Exp $ +#   $MCom: ports/graphics/eog/Makefile,v 1.25 2006/03/13 06:44:07 mezz Exp $  #  PORTNAME=	eog  PORTVERSION=	2.13.92  CATEGORIES=	graphics gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index 426120dfc..51d86d44a 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -3,7 +3,7 @@  # Whom:					Maxim Sobolev <sobomax@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.53 2006/03/02 20:43:05 mezz Exp $ +#   $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.54 2006/03/13 06:44:07 mezz Exp $  #  PORTNAME=	libgnomecanvas @@ -11,7 +11,7 @@ PORTVERSION=	2.13.0  PORTREVISION=	1  CATEGORIES=	graphics gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index f37b1a8eb..d91148861 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,14 +3,14 @@  # Whom:                 		Ade Lovett <ade@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/graphics/librsvg2/Makefile,v 1.93 2006/03/11 18:41:56 marcus Exp $ +#    $MCom: ports/graphics/librsvg2/Makefile,v 1.94 2006/03/13 06:44:07 mezz Exp $  #  PORTNAME=	librsvg2  PORTVERSION=	2.14.2  CATEGORIES=	graphics gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	librsvg-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile index 7c812db19..8a5b256ab 100644 --- a/mail/evolution-exchange/Makefile +++ b/mail/evolution-exchange/Makefile @@ -3,14 +3,14 @@  # Whom:					Adam Weinberger, based off kiesel's ximian-exchange port  #  # $FreeBSD$ -#   $MCom: ports/mail/evolution-exchange/Makefile,v 1.53 2006/03/02 20:44:15 mezz Exp $ +#   $MCom: ports/mail/evolution-exchange/Makefile,v 1.54 2006/03/13 06:47:11 mezz Exp $  #  PORTNAME=	evolution-exchange  PORTVERSION=	2.5.92  CATEGORIES=	mail gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	kiesel@schlund.de diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 2715b1c5e..d20e7d441 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,14 +3,14 @@  # Whom:					Ade Lovett <ade@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/mail/evolution/Makefile,v 1.93 2006/02/28 02:13:22 marcus Exp $ +#   $MCom: ports/mail/evolution/Makefile,v 1.94 2006/03/13 06:47:11 mezz Exp $  #  PORTNAME=	evolution  PORTVERSION=	2.5.92  CATEGORIES=	mail gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index eaa30ad49..3861f7134 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.70 2006/02/25 22:24:40 marcus Exp $ +#   $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.71 2006/03/13 06:51:08 mezz Exp $  #  PORTNAME=	gnome-icon-theme  PORTVERSION=	2.14.1  CATEGORIES=	misc gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile index 25a24cf62..ad4895098 100644 --- a/misc/gnome-user-docs/Makefile +++ b/misc/gnome-user-docs/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/misc/gnomeuserdocs2/Makefile,v 1.19 2006/02/21 19:39:50 marcus Exp $ +#   $MCom: ports/misc/gnomeuserdocs2/Makefile,v 1.20 2006/03/13 06:57:06 mezz Exp $  #  PORTNAME=	gnomeuserdocs2  PORTVERSION=	2.13.1.1  CATEGORIES=	misc gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-user-docs/${PORTVERSION:R:R} +MASTER_SITE_SUBDIR=	sources/gnome-user-docs/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-user-docs-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/misc/gnomeuserdocs2/Makefile b/misc/gnomeuserdocs2/Makefile index 25a24cf62..ad4895098 100644 --- a/misc/gnomeuserdocs2/Makefile +++ b/misc/gnomeuserdocs2/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/misc/gnomeuserdocs2/Makefile,v 1.19 2006/02/21 19:39:50 marcus Exp $ +#   $MCom: ports/misc/gnomeuserdocs2/Makefile,v 1.20 2006/03/13 06:57:06 mezz Exp $  #  PORTNAME=	gnomeuserdocs2  PORTVERSION=	2.13.1.1  CATEGORIES=	misc gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-user-docs/${PORTVERSION:R:R} +MASTER_SITE_SUBDIR=	sources/gnome-user-docs/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-user-docs-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 9bb07e60e..e418fc6bf 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -9,7 +9,7 @@ PORTNAME=	totem  PORTVERSION=	1.3.92  CATEGORIES=	multimedia gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER?=	hendrik@scholz.net diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index 089857d7c..97043f150 100644 --- a/net/gnome-nettool/Makefile +++ b/net/gnome-nettool/Makefile @@ -3,7 +3,7 @@  # Whom:				Adam Weinberger <adamw@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/net/gnomenettool/Makefile,v 1.17 2006/03/02 20:53:10 mezz Exp $ +#   $MCom: ports/net/gnomenettool/Makefile,v 1.18 2006/03/13 06:55:51 mezz Exp $  #  PORTNAME=	gnomenettool @@ -11,7 +11,7 @@ PORTVERSION=	2.13.91  PORTEPOCH=	1  CATEGORIES=	net gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-nettool/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-nettool/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-nettool-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/net/gnomenettool/Makefile b/net/gnomenettool/Makefile index 089857d7c..97043f150 100644 --- a/net/gnomenettool/Makefile +++ b/net/gnomenettool/Makefile @@ -3,7 +3,7 @@  # Whom:				Adam Weinberger <adamw@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/net/gnomenettool/Makefile,v 1.17 2006/03/02 20:53:10 mezz Exp $ +#   $MCom: ports/net/gnomenettool/Makefile,v 1.18 2006/03/13 06:55:51 mezz Exp $  #  PORTNAME=	gnomenettool @@ -11,7 +11,7 @@ PORTVERSION=	2.13.91  PORTEPOCH=	1  CATEGORIES=	net gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-nettool/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-nettool/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-nettool-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/net/vino/Makefile b/net/vino/Makefile index 4200abad5..2d1a1e0d2 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,14 +3,14 @@  # Whom:					Tom McLaughlin <tmclaugh@sdf.lonestar.org>  #  # $FreeBSD$ -#   $MCom: ports/net/vino/Makefile,v 1.25 2006/03/02 20:53:10 mezz Exp $ +#   $MCom: ports/net/vino/Makefile,v 1.26 2006/03/13 06:55:51 mezz Exp $  #  PORTNAME=	vino  PORTVERSION=	2.13.5  CATEGORIES=	net gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  MAINTAINER=	gnome@FreeBSD.org  COMMENT=	VNC server that allows for remote access to your GNOME desktop diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile index 2501c2a5f..79a4f8397 100644 --- a/security/gnome-keyring-manager/Makefile +++ b/security/gnome-keyring-manager/Makefile @@ -3,14 +3,14 @@  # Whom:					Adam Weinberger <adamw@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/security/gnomekeyringmanager/Makefile,v 1.16 2006/03/12 22:47:39 marcus Exp $ +#   $MCom: ports/security/gnomekeyringmanager/Makefile,v 1.17 2006/03/13 06:59:12 mezz Exp $  #  PORTNAME=	gnomekeyringmanager  PORTVERSION=	2.14.0  CATEGORIES=	security gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-keyring-manager/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-keyring-manager/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-keyring-manager-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/security/gnomekeyringmanager/Makefile b/security/gnomekeyringmanager/Makefile index 2501c2a5f..79a4f8397 100644 --- a/security/gnomekeyringmanager/Makefile +++ b/security/gnomekeyringmanager/Makefile @@ -3,14 +3,14 @@  # Whom:					Adam Weinberger <adamw@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/security/gnomekeyringmanager/Makefile,v 1.16 2006/03/12 22:47:39 marcus Exp $ +#   $MCom: ports/security/gnomekeyringmanager/Makefile,v 1.17 2006/03/13 06:59:12 mezz Exp $  #  PORTNAME=	gnomekeyringmanager  PORTVERSION=	2.14.0  CATEGORIES=	security gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-keyring-manager/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-keyring-manager/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-keyring-manager-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index 03978b302..2aefbef51 100644 --- a/sysutils/gconf-editor/Makefile +++ b/sysutils/gconf-editor/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/sysutils/gconf-editor/Makefile,v 1.46 2006/03/12 22:36:45 mezz Exp $ +#   $MCom: ports/sysutils/gconf-editor/Makefile,v 1.47 2006/03/13 07:04:33 mezz Exp $  #  PORTNAME=	gconf-editor @@ -11,7 +11,7 @@ PORTVERSION=	2.14.0  PORTEPOCH=	1  CATEGORIES=	sysutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index d3d6136ff..4694d3cd4 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/sysutils/gnomecontrolcenter2/Makefile,v 1.102 2006/03/02 21:03:00 mezz Exp $ +#   $MCom: ports/sysutils/gnomecontrolcenter2/Makefile,v 1.103 2006/03/13 07:04:34 mezz Exp $  #  PORTNAME=	gnomecontrolcenter2  PORTVERSION=	2.13.93  CATEGORIES=	sysutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/control-center/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/control-center/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	control-center-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index 7e1156418..4eb1cdf86 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/sysutils/gnomesystemmonitor/Makefile,v 1.61 2006/02/28 05:13:30 marcus Exp $ +#   $MCom: ports/sysutils/gnomesystemmonitor/Makefile,v 1.62 2006/03/13 07:04:34 mezz Exp $  #  PORTNAME=	gnomesystemmonitor  PORTVERSION=	2.13.92  CATEGORIES=	sysutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-system-monitor/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-system-monitor/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-system-monitor-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile index a21a7c67f..8126cf389 100644 --- a/sysutils/gnome-system-tools/Makefile +++ b/sysutils/gnome-system-tools/Makefile @@ -3,7 +3,7 @@  # Whom:					Adam Weinberger <adamw@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/sysutils/gnomesystemtools/Makefile,v 1.36 2006/03/02 21:03:00 mezz Exp $ +#   $MCom: ports/sysutils/gnomesystemtools/Makefile,v 1.37 2006/03/13 07:04:34 mezz Exp $  #  PORTNAME=	gnomesystemtools @@ -11,7 +11,7 @@ PORTVERSION=	2.13.2  PORTREVISION=	1  CATEGORIES=	sysutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-system-tools/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-system-tools/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-system-tools-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile index d3d6136ff..4694d3cd4 100644 --- a/sysutils/gnomecontrolcenter2/Makefile +++ b/sysutils/gnomecontrolcenter2/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/sysutils/gnomecontrolcenter2/Makefile,v 1.102 2006/03/02 21:03:00 mezz Exp $ +#   $MCom: ports/sysutils/gnomecontrolcenter2/Makefile,v 1.103 2006/03/13 07:04:34 mezz Exp $  #  PORTNAME=	gnomecontrolcenter2  PORTVERSION=	2.13.93  CATEGORIES=	sysutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/control-center/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/control-center/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	control-center-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/sysutils/gnomesystemmonitor/Makefile b/sysutils/gnomesystemmonitor/Makefile index 7e1156418..4eb1cdf86 100644 --- a/sysutils/gnomesystemmonitor/Makefile +++ b/sysutils/gnomesystemmonitor/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/sysutils/gnomesystemmonitor/Makefile,v 1.61 2006/02/28 05:13:30 marcus Exp $ +#   $MCom: ports/sysutils/gnomesystemmonitor/Makefile,v 1.62 2006/03/13 07:04:34 mezz Exp $  #  PORTNAME=	gnomesystemmonitor  PORTVERSION=	2.13.92  CATEGORIES=	sysutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-system-monitor/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-system-monitor/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-system-monitor-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/sysutils/gnomesystemtools/Makefile b/sysutils/gnomesystemtools/Makefile index a21a7c67f..8126cf389 100644 --- a/sysutils/gnomesystemtools/Makefile +++ b/sysutils/gnomesystemtools/Makefile @@ -3,7 +3,7 @@  # Whom:					Adam Weinberger <adamw@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/sysutils/gnomesystemtools/Makefile,v 1.36 2006/03/02 21:03:00 mezz Exp $ +#   $MCom: ports/sysutils/gnomesystemtools/Makefile,v 1.37 2006/03/13 07:04:34 mezz Exp $  #  PORTNAME=	gnomesystemtools @@ -11,7 +11,7 @@ PORTVERSION=	2.13.2  PORTREVISION=	1  CATEGORIES=	sysutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-system-tools/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-system-tools/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-system-tools-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/sysutils/nautilus-cd-burner/Makefile b/sysutils/nautilus-cd-burner/Makefile index cb77abef0..1d8ff585f 100644 --- a/sysutils/nautilus-cd-burner/Makefile +++ b/sysutils/nautilus-cd-burner/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/sysutils/nautilus-cd-burner/Makefile,v 1.89 2006/03/02 21:03:00 mezz Exp $ +#   $MCom: ports/sysutils/nautilus-cd-burner/Makefile,v 1.90 2006/03/13 07:04:34 mezz Exp $  #  PORTNAME=	nautilus-cd-burner  PORTVERSION=	2.13.92  CATEGORIES=	sysutils gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 7639b0653..e2b4e301c 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -4,7 +4,7 @@  # Whom:				Ying-Chieh Liao <ijliao@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/textproc/libxml++26/Makefile,v 1.9 2006/02/06 07:07:25 marcus Exp $ +#   $MCom: ports/textproc/libxml++26/Makefile,v 1.10 2006/02/25 00:21:29 marcus Exp $  #  PORTNAME=	libxml++ @@ -12,7 +12,7 @@ PORTVERSION=	2.13.1  PORTREVISION=	1  CATEGORIES=	textproc  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  MAINTAINER=	bland@FreeBSD.org  COMMENT=	XML API for C++ diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 91438f2a9..8a375cf5f 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/www/epiphany-extensions/Makefile,v 1.67 2006/03/12 22:04:18 marcus Exp $ +#   $MCom: ports/www/epiphany-extensions/Makefile,v 1.68 2006/03/13 07:09:46 mezz Exp $  #  PORTNAME=	epiphany  PORTVERSION=	2.14.0.1  CATEGORIES=	www gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:R:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  PKGNAMESUFFIX=	-extensions  DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 0f14e79c5..6fecd936f 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/www/epiphany/Makefile,v 1.106 2006/03/12 21:49:14 marcus Exp $ +#   $MCom: ports/www/epiphany/Makefile,v 1.107 2006/03/13 07:09:46 mezz Exp $  #  PORTNAME=	epiphany @@ -11,7 +11,7 @@ PORTVERSION=	2.14.0  PORTREVISION=	1  CATEGORIES=	www gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile index 9aecbd723..0ee0e2310 100644 --- a/www/evolution-webcal/Makefile +++ b/www/evolution-webcal/Makefile @@ -3,14 +3,14 @@  # Whom:					Koop Mast <kwm@rainbow-runner.nl>  #  # $FreeBSD$ -#   $MCom: ports/www/evolution-webcal/Makefile,v 1.33 2006/03/02 21:09:36 mezz Exp $ +#   $MCom: ports/www/evolution-webcal/Makefile,v 1.34 2006/03/13 07:09:46 mezz Exp $  #  PORTNAME=	webcal  PORTVERSION=	2.5.90  CATEGORIES=	www gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  PKGNAMEPREFIX=	evolution-  DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index c999ac019..c5ba8b092 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/www/gtkhtml3/Makefile,v 1.72 2006/02/28 00:34:34 marcus Exp $ +#   $MCom: ports/www/gtkhtml3/Makefile,v 1.73 2006/03/13 07:09:47 mezz Exp $  #  PORTNAME=	gtkhtml3  PORTVERSION=	3.9.92  CATEGORIES=	www gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/3$//}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	${PORTNAME:S/3$//}-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index c999ac019..c5ba8b092 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/www/gtkhtml3/Makefile,v 1.72 2006/02/28 00:34:34 marcus Exp $ +#   $MCom: ports/www/gtkhtml3/Makefile,v 1.73 2006/03/13 07:09:47 mezz Exp $  #  PORTNAME=	gtkhtml3  PORTVERSION=	3.9.92  CATEGORIES=	www gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/3$//}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	${PORTNAME:S/3$//}-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index c9ca2d85a..c3913bd84 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -3,14 +3,14 @@  # Whom:                 		ade, archie  #  # $FreeBSD$ -#   $MCom: ports/x11-fm/nautilus2/Makefile,v 1.101 2006/03/13 07:24:52 mezz Exp $ +#   $MCom: ports/x11-fm/nautilus2/Makefile,v 1.102 2006/03/13 14:49:58 ahze Exp $  #  PORTNAME=	nautilus2  PORTVERSION=	2.14.0  CATEGORIES=	x11-fm gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	nautilus-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index c9ca2d85a..c3913bd84 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -3,14 +3,14 @@  # Whom:                 		ade, archie  #  # $FreeBSD$ -#   $MCom: ports/x11-fm/nautilus2/Makefile,v 1.101 2006/03/13 07:24:52 mezz Exp $ +#   $MCom: ports/x11-fm/nautilus2/Makefile,v 1.102 2006/03/13 14:49:58 ahze Exp $  #  PORTNAME=	nautilus2  PORTVERSION=	2.14.0  CATEGORIES=	x11-fm gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	nautilus-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile index 17ed27876..a724e752e 100644 --- a/x11-themes/gnome-backgrounds/Makefile +++ b/x11-themes/gnome-backgrounds/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.15 2006/03/01 02:22:25 ahze Exp $ +#    $MCom: ports/x11-themes/gnome-backgrounds/Makefile,v 1.16 2006/03/13 07:27:10 mezz Exp $  #  PORTNAME=	gnome-backgrounds  PORTVERSION=	2.13.92  CATEGORIES=	x11-themes graphics gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 7d8b2ffef..5904b6d38 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.81 2006/03/02 21:18:34 mezz Exp $ +#   $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.82 2006/03/13 07:27:10 mezz Exp $  #  PORTNAME=	gnome-themes  PORTVERSION=	2.13.92  CATEGORIES=	x11-themes gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile index 1ce5577c8..b5eb21b32 100644 --- a/x11-toolkits/eel/Makefile +++ b/x11-toolkits/eel/Makefile @@ -3,14 +3,14 @@  # Whom:                 		Ade Lovett <ade@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11-toolkits/eel/Makefile,v 1.31 2006/03/13 07:34:34 mezz Exp $ +#   $MCom: ports/x11-toolkits/eel/Makefile,v 1.32 2006/03/13 14:19:49 ahze Exp $  #  PORTNAME=	eel  PORTVERSION=	2.14.0  CATEGORIES=	x11-toolkits gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile index ee98e05f1..4739f2104 100644 --- a/x11-toolkits/gtksourceview/Makefile +++ b/x11-toolkits/gtksourceview/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.33 2006/03/12 19:34:29 marcus Exp $ +#   $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.34 2006/03/13 07:34:35 mezz Exp $  #  PORTNAME=	gtksourceview  PORTVERSION=	1.6.0  CATEGORIES=	x11-toolkits gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile index ee98e05f1..4739f2104 100644 --- a/x11-toolkits/gtksourceview2/Makefile +++ b/x11-toolkits/gtksourceview2/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.33 2006/03/12 19:34:29 marcus Exp $ +#   $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.34 2006/03/13 07:34:35 mezz Exp $  #  PORTNAME=	gtksourceview  PORTVERSION=	1.6.0  CATEGORIES=	x11-toolkits gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile index ceca4c506..945487f3a 100644 --- a/x11-toolkits/libbonoboui/Makefile +++ b/x11-toolkits/libbonoboui/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.39 2006/03/02 21:22:09 mezz Exp $ +#    $MCom: ports/x11-toolkits/libbonoboui/Makefile,v 1.40 2006/03/13 07:34:35 mezz Exp $  #  PORTNAME=	libbonoboui @@ -11,7 +11,7 @@ PORTVERSION=	2.13.1  PORTREVISION=	2  CATEGORIES=	x11-toolkits gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index fbcc9e505..9724f8222 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -3,13 +3,13 @@  # Whom:					Joe Marcus Clarke <marcus@FreBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.75 2006/03/13 07:34:35 mezz Exp $ +#    $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.76 2006/03/13 15:35:03 ahze Exp $  PORTNAME=	libgnomeui  PORTVERSION=	2.14.0  CATEGORIES=	x11-toolkits gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index 9a5abfabe..aef168fa6 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.65 2006/02/28 05:36:19 marcus Exp $ +#   $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.66 2006/03/13 07:34:35 mezz Exp $  #  PORTNAME=	libwnck  PORTVERSION=	2.13.92  CATEGORIES=	x11-toolkits gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 973c91757..9e1a45e17 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,7 +3,7 @@  # Whom:					marc@informatik.uni-bremen.de  #  # $FreeBSD$ -#   $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.33 2006/02/25 00:40:48 marcus Exp $ +#   $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.34 2006/03/13 07:34:35 mezz Exp $  #  PORTNAME=	gtk @@ -11,7 +11,7 @@ PORTVERSION=	2.8.4  PORTREVISION=	1  CATEGORIES=	x11-toolkits python  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/pygtk/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/pygtk/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}  DISTNAME=	pygtk-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index de317d026..1134b84e2 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom$ +#   $MCom: ports/x11-toolkits/vte/Makefile,v 1.44 2006/03/13 06:27:52 marcus Exp $  #  PORTNAME=	vte  PORTVERSION=	0.12.0  CATEGORIES=	x11-toolkits gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 3ec92cfcd..8153c83ff 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,14 +3,14 @@  # Whom:                Garrett Rooney <rooneg@electricjellyfish.net>  #  # $FreeBSD$ -#    $MCom: ports/x11-wm/metacity/Makefile,v 1.72 2006/02/23 19:07:11 ahze Exp $ +#    $MCom: ports/x11-wm/metacity/Makefile,v 1.73 2006/02/28 05:29:19 marcus Exp $  #  PORTNAME=	metacity  PORTVERSION=	2.13.144  CATEGORIES=	x11-wm  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11/fast-user-switch-applet/Makefile b/x11/fast-user-switch-applet/Makefile index 0a3145d35..110baac77 100644 --- a/x11/fast-user-switch-applet/Makefile +++ b/x11/fast-user-switch-applet/Makefile @@ -3,13 +3,13 @@  # Whom:			Alexander Nedotsukov <bland@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.7 2006/02/28 09:03:33 bland Exp $ +#    $MCom: ports/x11/fast-user-switch-applet/Makefile,v 1.8 2006/03/13 07:23:13 mezz Exp $  PORTNAME=	fast-user-switch-applet  PORTVERSION=	2.13.92  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 027865bfe..2f265bd9a 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -3,7 +3,7 @@  # Whom:                Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#    $MCom: ports/x11/gdm/Makefile,v 1.20 2006/03/06 02:09:27 marcus Exp $ +#    $MCom: ports/x11/gdm/Makefile,v 1.21 2006/03/13 07:23:13 mezz Exp $  #  PORTNAME=	gdm @@ -11,7 +11,7 @@ PORTVERSION=	2.13.0.10  PORTREVISION=	1  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:R:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 89712170b..c635dc158 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/gnomeapplets2/Makefile,v 1.107 2006/03/12 19:31:46 marcus Exp $ +#   $MCom: ports/x11/gnomeapplets2/Makefile,v 1.108 2006/03/13 07:23:14 mezz Exp $  #  PORTNAME=	gnomeapplets2  PORTVERSION=	2.14.0  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-applets/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-applets/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-applets-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile index fa5d6e0f1..bcbf0eeb0 100644 --- a/x11/gnome-desktop/Makefile +++ b/x11/gnome-desktop/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/gnomedesktop/Makefile,v 1.84 2006/02/28 05:34:01 marcus Exp $ +#   $MCom: ports/x11/gnomedesktop/Makefile,v 1.85 2006/03/13 07:23:14 mezz Exp $  #  PORTNAME=	gnomedesktop  PORTVERSION=	2.13.92  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-desktop/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-desktop/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-desktop-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 918b8ebf5..297262417 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#	$MCom: ports/x11/gnome-menus/Makefile,v 1.25 2006/02/23 21:58:22 ahze Exp $ +#	$MCom: ports/x11/gnome-menus/Makefile,v 1.26 2006/03/13 07:23:14 mezz Exp $  #  PORTNAME=	gnome-menus  PORTVERSION=	2.13.5  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index cd42759cc..805649b76 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/gnomepanel/Makefile,v 1.122 2006/03/05 21:48:36 mezz Exp $ +#   $MCom: ports/x11/gnomepanel/Makefile,v 1.123 2006/03/13 07:23:15 mezz Exp $  #  PORTNAME=	gnomepanel @@ -11,7 +11,7 @@ PORTVERSION=	2.13.91  PORTREVISION=	2  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-panel/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-panel/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-panel-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile index 710052a5c..9d0459a63 100644 --- a/x11/gnome-screensaver/Makefile +++ b/x11/gnome-screensaver/Makefile @@ -3,14 +3,14 @@  # Whom:			Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/gnome-screensaver/Makefile,v 1.30 2006/02/28 04:38:10 marcus Exp $ +#   $MCom: ports/x11/gnome-screensaver/Makefile,v 1.31 2006/03/13 07:23:14 mezz Exp $  #  PORTNAME=	gnome-screensaver  PORTVERSION=	2.13.92  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  MAINTAINER=	gnome@FreeBSD.org  COMMENT=	GNOME screen saver and locker diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index 8fdae505e..48ad1ee23 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/gnomesession/Makefile,v 1.75 2006/02/28 05:39:49 marcus Exp $ +#   $MCom: ports/x11/gnomesession/Makefile,v 1.76 2006/03/13 07:23:15 mezz Exp $  #  PORTNAME=	gnomesession @@ -12,7 +12,7 @@ CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} \  		${MASTER_SITE_LOCAL:S/$/:local/} \  		http://people.FreeBSD.org/~adamw/images/gnome_splashes/2.12/:local -MASTER_SITE_SUBDIR=	sources/gnome-session/${PORTVERSION:R} \ +MASTER_SITE_SUBDIR=	sources/gnome-session/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} \  		    	adamw/:local  DISTNAME=	gnome-session-${PORTVERSION}  DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \ diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 87c53a8b2..3c01a36ff 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/gnometerminal/Makefile,v 1.64 2006/03/13 01:21:05 mezz Exp $ +#   $MCom: ports/x11/gnometerminal/Makefile,v 1.65 2006/03/13 07:23:15 mezz Exp $  #  PORTNAME=	gnometerminal  PORTVERSION=	2.14.0  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-terminal/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-terminal/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-terminal-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index 89712170b..c635dc158 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/gnomeapplets2/Makefile,v 1.107 2006/03/12 19:31:46 marcus Exp $ +#   $MCom: ports/x11/gnomeapplets2/Makefile,v 1.108 2006/03/13 07:23:14 mezz Exp $  #  PORTNAME=	gnomeapplets2  PORTVERSION=	2.14.0  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-applets/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-applets/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-applets-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11/gnomedesktop/Makefile b/x11/gnomedesktop/Makefile index fa5d6e0f1..bcbf0eeb0 100644 --- a/x11/gnomedesktop/Makefile +++ b/x11/gnomedesktop/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/gnomedesktop/Makefile,v 1.84 2006/02/28 05:34:01 marcus Exp $ +#   $MCom: ports/x11/gnomedesktop/Makefile,v 1.85 2006/03/13 07:23:14 mezz Exp $  #  PORTNAME=	gnomedesktop  PORTVERSION=	2.13.92  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-desktop/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-desktop/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-desktop-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index cd42759cc..805649b76 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/gnomepanel/Makefile,v 1.122 2006/03/05 21:48:36 mezz Exp $ +#   $MCom: ports/x11/gnomepanel/Makefile,v 1.123 2006/03/13 07:23:15 mezz Exp $  #  PORTNAME=	gnomepanel @@ -11,7 +11,7 @@ PORTVERSION=	2.13.91  PORTREVISION=	2  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-panel/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-panel/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-panel-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11/gnomesession/Makefile b/x11/gnomesession/Makefile index 8fdae505e..48ad1ee23 100644 --- a/x11/gnomesession/Makefile +++ b/x11/gnomesession/Makefile @@ -3,7 +3,7 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/gnomesession/Makefile,v 1.75 2006/02/28 05:39:49 marcus Exp $ +#   $MCom: ports/x11/gnomesession/Makefile,v 1.76 2006/03/13 07:23:15 mezz Exp $  #  PORTNAME=	gnomesession @@ -12,7 +12,7 @@ CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} \  		${MASTER_SITE_LOCAL:S/$/:local/} \  		http://people.FreeBSD.org/~adamw/images/gnome_splashes/2.12/:local -MASTER_SITE_SUBDIR=	sources/gnome-session/${PORTVERSION:R} \ +MASTER_SITE_SUBDIR=	sources/gnome-session/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} \  		    	adamw/:local  DISTNAME=	gnome-session-${PORTVERSION}  DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \ diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile index 87c53a8b2..3c01a36ff 100644 --- a/x11/gnometerminal/Makefile +++ b/x11/gnometerminal/Makefile @@ -3,14 +3,14 @@  # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/gnometerminal/Makefile,v 1.64 2006/03/13 01:21:05 mezz Exp $ +#   $MCom: ports/x11/gnometerminal/Makefile,v 1.65 2006/03/13 07:23:15 mezz Exp $  #  PORTNAME=	gnometerminal  PORTVERSION=	2.14.0  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/gnome-terminal/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/gnome-terminal/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DISTNAME=	gnome-terminal-${PORTVERSION}  DIST_SUBDIR=	gnome2 diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index f295f5009..784464be2 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,14 +3,14 @@  # Whom:					Yukihiro Nakai <Nakai@technologist.com>  #  # $FreeBSD$ -#   $MCom: ports/x11/libgnome/Makefile,v 1.73 2006/03/13 07:23:16 mezz Exp $ +#   $MCom: ports/x11/libgnome/Makefile,v 1.74 2006/03/13 14:55:29 ahze Exp $  #  PORTNAME=	libgnome  PORTVERSION=	2.14.0  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index adfbf9da5..0e8d392bb 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,14 +3,14 @@  # Whom:					Maxim Sobolev <sobomax@FreeBSD.org>  #  # $FreeBSD$ -#   $MCom: ports/x11/yelp/Makefile,v 1.83 2006/03/13 05:15:07 mezz Exp $ +#   $MCom: ports/x11/yelp/Makefile,v 1.84 2006/03/13 07:23:16 mezz Exp $  #  PORTNAME=	yelp  PORTVERSION=	2.14.0  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index a8c998eae..fc0433836 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -3,14 +3,14 @@  # Whom:					Franz Klammer <klammer@webonaut.com>  #  # $FreeBSD$ -#   $MCom: ports/x11/zenity/Makefile,v 1.54 2006/03/02 21:16:03 mezz Exp $ +#   $MCom: ports/x11/zenity/Makefile,v 1.55 2006/03/13 07:23:16 mezz Exp $  #  PORTNAME=	zenity  PORTVERSION=	2.13.90  CATEGORIES=	x11 gnome  MASTER_SITES=	${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}  DIST_SUBDIR=	gnome2  MAINTAINER=	gnome@FreeBSD.org | 
