diff options
author | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-13 15:57:40 +0800 |
---|---|---|
committer | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-13 15:57:40 +0800 |
commit | d99139db682a0df94e851093755c66cef28610fd (patch) | |
tree | 3dfdbe2c6550fa83387058ca35c9030d5c509a82 /net | |
parent | 4f2c31a251e43cd91b295e9aef7fba0b7b140980 (diff) | |
download | marcuscom-ports-d99139db682a0df94e851093755c66cef28610fd.tar marcuscom-ports-d99139db682a0df94e851093755c66cef28610fd.tar.gz marcuscom-ports-d99139db682a0df94e851093755c66cef28610fd.tar.bz2 marcuscom-ports-d99139db682a0df94e851093755c66cef28610fd.tar.lz marcuscom-ports-d99139db682a0df94e851093755c66cef28610fd.tar.xz marcuscom-ports-d99139db682a0df94e851093755c66cef28610fd.tar.zst marcuscom-ports-d99139db682a0df94e851093755c66cef28610fd.zip |
Correct suboptimal regexp I suggested to mezz.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6065 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/gnome-nettool/Makefile | 4 | ||||
-rw-r--r-- | net/gnomenettool/Makefile | 4 | ||||
-rw-r--r-- | net/vino/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index 46d32931c..3cdef8521 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.20 2006/03/16 19:26:48 marcus Exp $ +# $MCom: ports/net/gnomenettool/Makefile,v 1.21 2006/04/10 17:02:59 mezz Exp $ # PORTNAME= gnomenettool @@ -11,7 +11,7 @@ PORTVERSION= 2.14.1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-nettool/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} +MASTER_SITE_SUBDIR= sources/gnome-nettool/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gnome-nettool-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/net/gnomenettool/Makefile b/net/gnomenettool/Makefile index 46d32931c..3cdef8521 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.20 2006/03/16 19:26:48 marcus Exp $ +# $MCom: ports/net/gnomenettool/Makefile,v 1.21 2006/04/10 17:02:59 mezz Exp $ # PORTNAME= gnomenettool @@ -11,7 +11,7 @@ PORTVERSION= 2.14.1 PORTEPOCH= 1 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-nettool/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} +MASTER_SITE_SUBDIR= sources/gnome-nettool/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gnome-nettool-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/net/vino/Makefile b/net/vino/Makefile index 2d1a1e0d2..25f3e1ccf 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.26 2006/03/13 06:55:51 mezz Exp $ +# $MCom: ports/net/vino/Makefile,v 1.27 2006/03/13 19:31:43 mezz Exp $ # PORTNAME= vino PORTVERSION= 2.13.5 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} MAINTAINER= gnome@FreeBSD.org COMMENT= VNC server that allows for remote access to your GNOME desktop |