pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/url2pkg Update url2pkg to 1.25. The only cha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1b3c22fb761b
branches:  trunk
changeset: 472473:1b3c22fb761b
user:      rh <rh%pkgsrc.org@localhost>
date:      Sun Apr 11 00:48:51 2004 +0000

description:
Update url2pkg to 1.25.  The only change is that this now sets
USE_BUILDLINK3 instead of USE_BUILDLINK2.

diffstat:

 pkgtools/url2pkg/Makefile      |  4 ++--
 pkgtools/url2pkg/files/url2pkg |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 39782f5798dd -r 1b3c22fb761b pkgtools/url2pkg/Makefile
--- a/pkgtools/url2pkg/Makefile Sun Apr 11 00:27:34 2004 +0000
+++ b/pkgtools/url2pkg/Makefile Sun Apr 11 00:48:51 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2004/01/20 12:23:58 agc Exp $
+# $NetBSD: Makefile,v 1.30 2004/04/11 00:48:51 rh Exp $
 #
 
-DISTNAME=      url2pkg-1.24
+DISTNAME=      url2pkg-1.25
 CATEGORIES=    pkgtools sysutils
 MASTER_SITES=  # Nothing
 DISTFILES=     # Nothing
diff -r 39782f5798dd -r 1b3c22fb761b pkgtools/url2pkg/files/url2pkg
--- a/pkgtools/url2pkg/files/url2pkg    Sun Apr 11 00:27:34 2004 +0000
+++ b/pkgtools/url2pkg/files/url2pkg    Sun Apr 11 00:48:51 2004 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: url2pkg,v 1.25 2003/07/25 09:25:00 cjep Exp $
+# $NetBSD: url2pkg,v 1.26 2004/04/11 00:48:51 rh Exp $
 #
 # url2pkg
 # (c) 1999-2002 Hubert Feyrer <hubert%feyrer.de@localhost>
@@ -151,7 +151,7 @@
                echo "WRKSRC=           $WRKSRC"
        fi
 
-       echo "USE_BUILDLINK2=           yes"
+       echo "USE_BUILDLINK3=           yes"
 
        if [ "${USE_PKGLOCALEDIR}" != "" ]; then
                echo "USE_PKGLOCALEDIR= $USE_PKGLOCALEDIR"



Home | Main Index | Thread Index | Old Index