Sun Apr 13 07:04:03 2014 UTC ()
Simplify regex.


(wiz)
diff -r1.1 -r1.2 pkgsrc/www/sqtop/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/www/sqtop/Makefile (expand / switch to unified diff)

--- pkgsrc/www/sqtop/Makefile 2014/04/12 12:47:39 1.1
+++ pkgsrc/www/sqtop/Makefile 2014/04/13 07:04:03 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2014/04/12 12:47:39 rodent Exp $ 1# $NetBSD: Makefile,v 1.2 2014/04/13 07:04:03 wiz Exp $
2 2
3DISTNAME= sqtop-2013-12-17 3DISTNAME= sqtop-2013-12-17
4PKGNAME= ${DISTNAME:C/([0-9]{4})-([0-9]{2})-([0-9]{2})/\1\2\3/1} 4PKGNAME= ${DISTNAME:C/([0-9])-/\1/g}
5CATEGORIES= www 5CATEGORIES= www
6MASTER_SITES= http://sqtop.googlecode.com/files/ 6MASTER_SITES= http://sqtop.googlecode.com/files/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= rodent@NetBSD.org 9MAINTAINER= rodent@NetBSD.org
10HOMEPAGE= http://code.google.com/p/sqtop/ 10HOMEPAGE= http://code.google.com/p/sqtop/
11COMMENT= Display active client connections for Squid 11COMMENT= Display active client connections for Squid
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14DEPENDS+= squid-[0-9]*:../../www/squid3 14DEPENDS+= squid-[0-9]*:../../www/squid3
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++