pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/netdisco Use -[0-9]* instead of -* in dependencies...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f737d5cc6d17
branches:  trunk
changeset: 515284:f737d5cc6d17
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 30 09:54:42 2006 +0000

description:
Use -[0-9]* instead of -* in dependencies. Bump revision.

diffstat:

 net/netdisco/Makefile |  24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diffs (42 lines):

diff -r f6e18cbca109 -r f737d5cc6d17 net/netdisco/Makefile
--- a/net/netdisco/Makefile     Fri Jun 30 09:51:01 2006 +0000
+++ b/net/netdisco/Makefile     Fri Jun 30 09:54:42 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2006/04/23 00:12:40 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/06/30 09:54:42 joerg Exp $
 #
 
 DISTNAME=              netdisco-0.94_with_mibs
 PKGNAME=               netdisco-0.94
-PKGREVISION=           4
+PKGREVISION=           5
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=netdisco/}
 
@@ -11,16 +11,16 @@
 HOMEPAGE=              http://www.netdisco.org/
 COMMENT=               Open Source web-based network management tool
 
-DEPENDS+=              p5-SNMP-Info-*:../../net/p5-SNMP-Info
-DEPENDS+=              p5-Apache-DBI-*:../../databases/p5-Apache-DBI
-DEPENDS+=              p5-Apache-Session-*:../../www/p5-Apache-Session
-DEPENDS+=              p5-DBD-postgresql-*:../../databases/p5-DBD-postgresql
-DEPENDS+=              p5-DB_File-*:../../databases/p5-DB_File
-DEPENDS+=              p5-MasonX-Request-WithApacheSession-*:../../www/p5-MasonX-Request-WithApacheSession
-DEPENDS+=              p5-HTML-Parser-*:../../www/p5-HTML-Parser
-DEPENDS+=              p5-Graph-*:../../devel/p5-Graph
-DEPENDS+=              p5-GraphViz-*:../../graphics/p5-GraphViz
-DEPENDS+=              p5-Compress-Zlib-*:../../devel/p5-Compress-Zlib
+DEPENDS+=              p5-SNMP-Info-[0-9]*:../../net/p5-SNMP-Info
+DEPENDS+=              p5-Apache-DBI-[0-9]*:../../databases/p5-Apache-DBI
+DEPENDS+=              p5-Apache-Session-[0-9]*:../../www/p5-Apache-Session
+DEPENDS+=              p5-DBD-postgresql-[0-9]*:../../databases/p5-DBD-postgresql
+DEPENDS+=              p5-DB_File-[0-9]*:../../databases/p5-DB_File
+DEPENDS+=              p5-MasonX-Request-WithApacheSession-[0-9]*:../../www/p5-MasonX-Request-WithApacheSession
+DEPENDS+=              p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
+DEPENDS+=              p5-Graph-[0-9]*:../../devel/p5-Graph
+DEPENDS+=              p5-GraphViz-[0-9]*:../../graphics/p5-GraphViz
+DEPENDS+=              p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
 
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 



Home | Main Index | Thread Index | Old Index