pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/lftp Master sites update and some comments to the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/452cb9a1d89a
branches:  trunk
changeset: 394299:452cb9a1d89a
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Mon Jun 08 10:16:22 2009 +0000

description:
Master sites update and some comments to the patches from pkg/39809. Set
LICENSE.

diffstat:

 net/lftp/Makefile         |   8 +++++---
 net/lftp/distinfo         |  10 +++++-----
 net/lftp/patches/patch-aa |   5 ++++-
 net/lftp/patches/patch-ac |   4 +++-
 net/lftp/patches/patch-ad |   4 +++-
 net/lftp/patches/patch-ae |   4 +++-
 6 files changed, 23 insertions(+), 12 deletions(-)

diffs (88 lines):

diff -r e1e6bf32f994 -r 452cb9a1d89a net/lftp/Makefile
--- a/net/lftp/Makefile Mon Jun 08 09:59:58 2009 +0000
+++ b/net/lftp/Makefile Mon Jun 08 10:16:22 2009 +0000
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.85 2009/06/08 09:54:50 hasso Exp $
+# $NetBSD: Makefile,v 1.86 2009/06/08 10:16:22 hasso Exp $
 
 DISTNAME=              lftp-3.7.14
 CATEGORIES=            net
 MASTER_SITES=          http://ftp.yars.free.net/pub/source/lftp/ \
-                       ftp://ftp.iasi.roedu.net/pub/os/Linux/network/ftp/lftp/ \
-                       http://ftp.yars.free.net/pub/source/lftp/old/
+                       ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
+                       http://lftp.cybermirror.org/
+
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            salo%NetBSD.org@localhost
 HOMEPAGE=              http://lftp.yar.ru/
 COMMENT=               Powerful command line file transfer client
+LICENSE=               gnu-gpl-v3
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r e1e6bf32f994 -r 452cb9a1d89a net/lftp/distinfo
--- a/net/lftp/distinfo Mon Jun 08 09:59:58 2009 +0000
+++ b/net/lftp/distinfo Mon Jun 08 10:16:22 2009 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.43 2009/06/08 09:54:50 hasso Exp $
+$NetBSD: distinfo,v 1.44 2009/06/08 10:16:22 hasso Exp $
 
 SHA1 (lftp-3.7.14.tar.bz2) = b36819aa9624057f1c9067867579c2ac509c72e7
 RMD160 (lftp-3.7.14.tar.bz2) = b6c7bfc5d33b607203afa6784c2db5ece6d2716b
 Size (lftp-3.7.14.tar.bz2) = 1490470 bytes
-SHA1 (patch-aa) = 3b3a08589148d8ac38b6eb2373f9a88ce17cbcd0
+SHA1 (patch-aa) = 62af66bc66593164eb13fb25e63ff1b0e68f870b
 SHA1 (patch-ab) = 65c92b264873b45c69a0dfde2d2715dca0b6dc36
-SHA1 (patch-ac) = 21d2ae16a11a66f316433f0ff8983fe46b2a4b6e
-SHA1 (patch-ad) = 23f8250be519e7c2721adf27f094282d261061f5
-SHA1 (patch-ae) = 97f539b1e0d6dfb083aac5b17c29e9a0a60444e4
+SHA1 (patch-ac) = 32e1fba23d4d6bd0b06bacbe503cb9b39d2bf825
+SHA1 (patch-ad) = a8a335baf0c9a2a89c58c7395c879d2e8b0c4407
+SHA1 (patch-ae) = 3ee418b94cc1afb7b2db5bc550fd966d346368a4
diff -r e1e6bf32f994 -r 452cb9a1d89a net/lftp/patches/patch-aa
--- a/net/lftp/patches/patch-aa Mon Jun 08 09:59:58 2009 +0000
+++ b/net/lftp/patches/patch-aa Mon Jun 08 10:16:22 2009 +0000
@@ -1,4 +1,7 @@
-$NetBSD: patch-aa,v 1.12 2009/06/08 09:54:50 hasso Exp $
+$NetBSD: patch-aa,v 1.13 2009/06/08 10:16:22 hasso Exp $
+
+Do not install by default Perl scripts; they are installed via
+${INSTALL_SCRIPT} if the user set the "perl" option.
 
 --- src/Makefile.in.orig       2009-05-15 09:25:52 +0300
 +++ src/Makefile.in    2009-06-08 12:21:53 +0300
diff -r e1e6bf32f994 -r 452cb9a1d89a net/lftp/patches/patch-ac
--- a/net/lftp/patches/patch-ac Mon Jun 08 09:59:58 2009 +0000
+++ b/net/lftp/patches/patch-ac Mon Jun 08 10:16:22 2009 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ac,v 1.3 2009/06/08 09:54:50 hasso Exp $
+$NetBSD: patch-ac,v 1.4 2009/06/08 10:16:22 hasso Exp $
+
+The configuration files are handled by CONF_FILES.
 
 --- Makefile.in.orig   2009-05-15 09:25:53 +0300
 +++ Makefile.in        2009-06-08 12:23:32 +0300
diff -r e1e6bf32f994 -r 452cb9a1d89a net/lftp/patches/patch-ad
--- a/net/lftp/patches/patch-ad Mon Jun 08 09:59:58 2009 +0000
+++ b/net/lftp/patches/patch-ad Mon Jun 08 10:16:22 2009 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ad,v 1.3 2006/08/11 15:19:35 salo Exp $
+$NetBSD: patch-ad,v 1.4 2009/06/08 10:16:22 hasso Exp $
+
+strmode(3) is defined in <unistd.h>.
 
 --- src/ChmodJob.cc.orig       2006-07-24 08:50:18.000000000 +0000
 +++ src/ChmodJob.cc    2006-08-11 14:08:34.000000000 +0000
diff -r e1e6bf32f994 -r 452cb9a1d89a net/lftp/patches/patch-ae
--- a/net/lftp/patches/patch-ae Mon Jun 08 09:59:58 2009 +0000
+++ b/net/lftp/patches/patch-ae Mon Jun 08 10:16:22 2009 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ae,v 1.3 2007/04/25 18:37:38 tnn Exp $
+$NetBSD: patch-ae,v 1.4 2009/06/08 10:16:22 hasso Exp $
+
+Do not use $(SHELL), call directly @install_sh@.
 
 --- po/Makefile.in.in.orig     2007-03-26 12:25:16.000000000 +0200
 +++ po/Makefile.in.in



Home | Main Index | Thread Index | Old Index