Update to 3.0.4.

Submitted by:	maintainer
This commit is contained in:
Anders Nordby 2004-05-28 12:56:00 +00:00
parent bb8f925dd8
commit dbb1f41a49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110184
4 changed files with 9 additions and 29 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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|^.*/||'`"; \