aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2004-05-28 20:56:00 +0800
committeranders <anders@FreeBSD.org>2004-05-28 20:56:00 +0800
commitd6ee0d7466e47c99544f14a09c83bd5bc3260236 (patch)
tree7d465eacac786049384ca64e5d10c1b65a802939
parent05c61b6e14c7d1fc6b0e95e79d3c7eb3a806b25c (diff)
downloadfreebsd-ports-gnome-d6ee0d7466e47c99544f14a09c83bd5bc3260236.tar.gz
freebsd-ports-gnome-d6ee0d7466e47c99544f14a09c83bd5bc3260236.tar.zst
freebsd-ports-gnome-d6ee0d7466e47c99544f14a09c83bd5bc3260236.zip
Update to 3.0.4.
Submitted by: maintainer
-rw-r--r--ftp/lftp/Makefile4
-rw-r--r--ftp/lftp/distinfo8
-rw-r--r--ftp/lftp/files/patch-ltmain.sh16
-rw-r--r--ftp/lftp/files/patch-src::Makefile.in10
4 files changed, 9 insertions, 29 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index b234533ecb27..de16d4c045cc 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lftp
-PORTVERSION= 3.0.3
+PORTVERSION= 3.0.4
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \
ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \
@@ -33,7 +33,7 @@ MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-MAINTAINER= fm@code.org.ua
+MAINTAINER= fm@cross-road.org.ua
COMMENT= Shell-like command line ftp client
USE_BZIP2= yes
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index 142e12b646e6..1e7fe42ada1f 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -1,4 +1,4 @@
-MD5 (lftp-3.0.3.tar.bz2) = ee346d91ecd280a8e7f6ea406ceed144
-SIZE (lftp-3.0.3.tar.bz2) = 1214354
-MD5 (lftp-3.0.3.tar.bz2.asc) = 06d64b86313dd2fcf759a411fd6d38ce
-SIZE (lftp-3.0.3.tar.bz2.asc) = 185
+MD5 (lftp-3.0.4.tar.bz2) = 382a08fed9f7396971996ad1ba12aefb
+SIZE (lftp-3.0.4.tar.bz2) = 1216429
+MD5 (lftp-3.0.4.tar.bz2.asc) = c197830690cef59d02656c9869f55af6
+SIZE (lftp-3.0.4.tar.bz2.asc) = 185
diff --git a/ftp/lftp/files/patch-ltmain.sh b/ftp/lftp/files/patch-ltmain.sh
index e71718a9f08e..e48070bce0b6 100644
--- a/ftp/lftp/files/patch-ltmain.sh
+++ b/ftp/lftp/files/patch-ltmain.sh
@@ -1,16 +1,6 @@
---- ltmain.sh.orig Sat Sep 22 20:10:52 2001
-+++ ltmain.sh Tue Nov 20 21:14:55 2001
-@@ -2444,6 +2444,9 @@
- *-*-openbsd*)
- # Do not include libc due to us having libc/libc_r.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4210,10 +4213,12 @@
+--- ltmain.sh.orig Fri May 23 15:22:56 2003
++++ ltmain.sh Thu May 27 12:50:36 2004
+@@ -5425,10 +5425,12 @@
fi
# Install the pseudo-library for information purposes.
diff --git a/ftp/lftp/files/patch-src::Makefile.in b/ftp/lftp/files/patch-src::Makefile.in
index 174fe5510067..e69de29bb2d1 100644
--- a/ftp/lftp/files/patch-src::Makefile.in
+++ b/ftp/lftp/files/patch-src::Makefile.in
@@ -1,10 +0,0 @@
---- src/Makefile.in.orig Mon Dec 22 14:56:28 2003
-+++ src/Makefile.in Fri Dec 26 16:45:09 2003
-@@ -464,7 +464,6 @@
- done
- install-pkgverlibLTLIBRARIES: $(pkgverlib_LTLIBRARIES)
- @$(NORMAL_INSTALL)
-- $(mkdir_p) $(DESTDIR)$(pkgverlibdir)
- @list='$(pkgverlib_LTLIBRARIES)'; for p in $$list; do \
- if test -f $$p; then \
- f="`echo $$p | sed -e 's|^.*/||'`"; \