pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Convert dependency to use -[0-9]* style instead of jus...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e673e9530af
branches: trunk
changeset: 515286:2e673e9530af
user: joerg <joerg%pkgsrc.org@localhost>
date: Fri Jun 30 10:06:36 2006 +0000
description:
Convert dependency to use -[0-9]* style instead of just -*.
Bump revision.
diffstat:
chat/cgiirc/Makefile | 5 +++--
net/smokeping/Makefile | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r 580e4d4c61e0 -r 2e673e9530af chat/cgiirc/Makefile
--- a/chat/cgiirc/Makefile Fri Jun 30 09:56:38 2006 +0000
+++ b/chat/cgiirc/Makefile Fri Jun 30 10:06:36 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2006/06/11 09:40:43 adrianp Exp $
+# $NetBSD: Makefile,v 1.12 2006/06/30 10:06:36 joerg Exp $
DISTNAME= cgiirc-0.5.9
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cgiirc/}
@@ -21,7 +22,7 @@
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && !empty(USE_INET6:M[Yy][Ee][Ss])
-DEPENDS+= p5-INET6-*:../../net/p5-INET6
+DEPENDS+= p5-INET6-[0-9]*:../../net/p5-INET6
.endif
REPLACE_PERL+= client-perl.cgi irc.cgi nph-irc.cgi docs/decode.pl \
diff -r 580e4d4c61e0 -r 2e673e9530af net/smokeping/Makefile
--- a/net/smokeping/Makefile Fri Jun 30 09:56:38 2006 +0000
+++ b/net/smokeping/Makefile Fri Jun 30 10:06:36 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2006/04/22 09:22:13 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2006/06/30 10:07:50 joerg Exp $
DISTNAME= smokeping-2.0.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/
@@ -36,11 +36,11 @@
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && ${USE_INET6} == "YES"
-DEPENDS+= p5-Socket6-*:../../net/p5-Socket6
+DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6
.endif
.if defined(USE_SPEEDY) && ${USE_SPEEDY} == "YES"
-DEPENDS+= SpeedyCGI-*:../../www/SpeedyCGI
+DEPENDS+= SpeedyCGI-[0-9]*:../../www/SpeedyCGI
INTERP= speedy
.else
INTERP= perl
Home |
Main Index |
Thread Index |
Old Index