pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg Update for change of location of site...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c1b8967fac45
branches: trunk
changeset: 514471:c1b8967fac45
user: reed <reed%pkgsrc.org@localhost>
date: Mon Jun 12 17:02:23 2006 +0000
description:
Update for change of location of sites.mk.
diffstat:
pkgtools/url2pkg/Makefile | 4 ++--
pkgtools/url2pkg/files/url2pkg | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 731fb080bc9f -r c1b8967fac45 pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Mon Jun 12 16:57:06 2006 +0000
+++ b/pkgtools/url2pkg/Makefile Mon Jun 12 17:02:23 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2006/02/24 20:27:50 reed Exp $
+# $NetBSD: Makefile,v 1.43 2006/06/12 17:02:23 reed Exp $
#
-DISTNAME= url2pkg-1.33
+DISTNAME= url2pkg-1.34
CATEGORIES= pkgtools sysutils
MASTER_SITES= # Nothing
DISTFILES= # Nothing
diff -r 731fb080bc9f -r c1b8967fac45 pkgtools/url2pkg/files/url2pkg
--- a/pkgtools/url2pkg/files/url2pkg Mon Jun 12 16:57:06 2006 +0000
+++ b/pkgtools/url2pkg/files/url2pkg Mon Jun 12 17:02:23 2006 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: url2pkg,v 1.37 2006/01/25 05:10:00 xtraeme Exp $
+# $NetBSD: url2pkg,v 1.38 2006/06/12 17:02:23 reed Exp $
#
# url2pkg
# (c) 1999-2002 Hubert Feyrer <hubert%feyrer.de@localhost>
@@ -40,7 +40,7 @@
fi
found=0
- for A in `cat ../../mk/bsd.sites.mk`; do
+ for A in `cat ../../mk/fetch/sites.mk`; do
if [ "`expr "$A" : ".*+="`" -gt 0 ]; then
master_site="`echo $A|cut -f1 -d +`"
fi
Home |
Main Index |
Thread Index |
Old Index