pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc bl3ify IglooFTP, s/USE_X11BASE/USE_X11, bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dbbc9851f536
branches:  trunk
changeset: 471805:dbbc9851f536
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Mar 31 07:20:20 2004 +0000

description:
bl3ify IglooFTP, s/USE_X11BASE/USE_X11, bump PKGREVISION.

diffstat:

 doc/CHANGES           |   3 ++-
 net/IglooFTP/Makefile |  10 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r f10c278be697 -r dbbc9851f536 doc/CHANGES
--- a/doc/CHANGES       Wed Mar 31 07:12:31 2004 +0000
+++ b/doc/CHANGES       Wed Mar 31 07:20:20 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5390 2004/03/31 07:07:14 cube Exp $
+$NetBSD: CHANGES,v 1.5391 2004/03/31 07:20:20 xtraeme Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -1631,3 +1631,4 @@
        Updated sqlite to 2.8.13 [snj 2004-03-31]
        Updated py-sqlite to 0.5.0 [snj 2004-03-31]
        Updated ethereal to 0.10.3 [cube 2004-03-31]
+       Updated IglooFTP to 0.6.1nb3 [xtraeme 2004-03-31]
diff -r f10c278be697 -r dbbc9851f536 net/IglooFTP/Makefile
--- a/net/IglooFTP/Makefile     Wed Mar 31 07:12:31 2004 +0000
+++ b/net/IglooFTP/Makefile     Wed Mar 31 07:20:20 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:22:18 agc Exp $
+# $NetBSD: Makefile,v 1.8 2004/03/31 07:20:21 xtraeme Exp $
 
 DISTNAME=      IglooFTP-0.6.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SUNSITE:=system/network/file-transfer/} \
                ftp://littleigloo.org/pub/iglooftp/
@@ -12,11 +12,11 @@
 COMMENT=       Easy to use FTP client for X Window System
 
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
-USE_BUILDLINK2=        yes
-USE_X11BASE=   yes
+USE_BUILDLINK3=        yes
+USE_X11=       yes
 
 post-extract:
        ${RM} ${WRKSRC}/../share/docs/LICENSE~
 
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index