pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d46793068190
branches:  trunk
changeset: 473367:d46793068190
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Apr 19 04:39:45 2004 +0000

description:
Convert to buildlink3.

diffstat:

 www/surfraw/Makefile   |  4 ++--
 www/tinyproxy/Makefile |  6 +++---
 www/urlget/Makefile    |  4 ++--
 www/weex/Makefile      |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (79 lines):

diff -r f07a6c35e17e -r d46793068190 www/surfraw/Makefile
--- a/www/surfraw/Makefile      Mon Apr 19 04:30:03 2004 +0000
+++ b/www/surfraw/Makefile      Mon Apr 19 04:39:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/07/17 22:56:04 grant Exp $
+# $NetBSD: Makefile,v 1.24 2004/04/19 04:45:07 snj Exp $
 #
 
 DISTNAME=      surfraw-1.0.7
@@ -11,7 +11,7 @@
 
 CONFLICTS+=    surfaw-[0-9]*
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_PKGINSTALL=                YES
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
diff -r f07a6c35e17e -r d46793068190 www/tinyproxy/Makefile
--- a/www/tinyproxy/Makefile    Mon Apr 19 04:30:03 2004 +0000
+++ b/www/tinyproxy/Makefile    Mon Apr 19 04:39:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:58 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/19 04:43:18 snj Exp $
 #
 
 DISTNAME=      tinyproxy-1.6.2
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://tinyproxy.sourceforge.net/
 COMMENT=       Lightweight HTTP/SSL proxy
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_PKGINSTALL=        YES
 GNU_CONFIGURE= YES
 
@@ -54,5 +54,5 @@
        ${INSTALL_DATA} ${WRKSRC}/doc/filter-howto.txt \
                ${PREFIX}/share/doc/tinyproxy/
 
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f07a6c35e17e -r d46793068190 www/urlget/Makefile
--- a/www/urlget/Makefile       Mon Apr 19 04:30:03 2004 +0000
+++ b/www/urlget/Makefile       Mon Apr 19 04:39:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/02/15 21:01:57 kim Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/19 04:39:45 snj Exp $
 #
 
 DISTNAME=              urlget-1.4
@@ -8,7 +8,7 @@
 MAINTAINER=            kim%tac.nyc.ny.us@localhost
 COMMENT=               Simple command-line tool to retrieve an HTTP URL
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 
 .include "../../mk/bsd.prefs.mk"
 
diff -r f07a6c35e17e -r d46793068190 www/weex/Makefile
--- a/www/weex/Makefile Mon Apr 19 04:30:03 2004 +0000
+++ b/www/weex/Makefile Mon Apr 19 04:39:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/22 04:14:40 martti Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/19 04:40:51 snj Exp $
 
 DISTNAME=      weex-2.6.1
 CATEGORIES=    www
@@ -9,7 +9,7 @@
 COMMENT=       Non-interactive ftp client
 
 GNU_CONFIGURE=         yes
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 
 WEEX_DOCS=     AUTHORS BUGS BUGS.ja COPYING COPYING.ja \



Home | Main Index | Thread Index | Old Index