diff options
author | pav <pav@FreeBSD.org> | 2005-10-13 06:08:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-10-13 06:08:17 +0800 |
commit | 8927d737aebc3d5928034054ef21a690d41704ae (patch) | |
tree | 9dbdb6c0b040a3bb5f7879be4c797ee41bea814b | |
parent | 6837ee4e22b3900ae27241e27c7d4835d275e530 (diff) | |
download | freebsd-ports-gnome-8927d737aebc3d5928034054ef21a690d41704ae.tar.gz freebsd-ports-gnome-8927d737aebc3d5928034054ef21a690d41704ae.tar.zst freebsd-ports-gnome-8927d737aebc3d5928034054ef21a690d41704ae.zip |
- Update to 3.3.0
- Remove all socks options, they are broken in upstream code
Submitted by: Dmitry A. Yanko <fm@cross-road.org.ua> (maintainer)
-rw-r--r-- | ftp/lftp/Makefile | 16 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 8 | ||||
-rw-r--r-- | ftp/lftp/pkg-plist | 2 |
3 files changed, 7 insertions, 19 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 4454e6425ef7..2b525a44bdd5 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTVERSION= 3.3.0 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ @@ -49,9 +48,6 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ OPTIONS= GNUTLS "With GnutTLS support" off \ OPENSSL "With OpenSSL support" on \ - SOCKS4 "With socks4 support" off \ - SOCKS5 "With socks5 support" off \ - SOCKS_DANTE "With socksdante support" off \ NLS "With i18n support" on .include <bsd.port.pre.mk> @@ -66,16 +62,6 @@ LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-openssl .endif -.if defined(WITH_SOCKS4) -CONFIGURE_ARGS+= --with-socks -.endif -.if defined(WITH_SOCKS5) -CONFIGURE_ARGS+= --with-socks5 -.endif -.if defined(WITH_SOCKS_DANTE) -CONFIGURE_ARGS+= --with-socksdante -.endif - .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index ba1df25bef78..6e5115502eb0 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1,4 +1,4 @@ -MD5 (lftp-3.2.1.tar.bz2) = d1c6749655991b5049897e6105973763 -SIZE (lftp-3.2.1.tar.bz2) = 1238136 -MD5 (lftp-3.2.1.tar.bz2.asc) = c41bc83f486194d1ee9fc803d80c1e55 -SIZE (lftp-3.2.1.tar.bz2.asc) = 185 +MD5 (lftp-3.3.0.tar.bz2) = 5f06462c88618ecd61db8e46ef494bc3 +SIZE (lftp-3.3.0.tar.bz2) = 1262865 +MD5 (lftp-3.3.0.tar.bz2.asc) = 3ac945ba9b5ae8b819ddd5e3813216ec +SIZE (lftp-3.3.0.tar.bz2.asc) = 185 diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist index addef5a6cbaa..57abbed59141 100644 --- a/ftp/lftp/pkg-plist +++ b/ftp/lftp/pkg-plist @@ -12,8 +12,10 @@ etc/lftp.conf.sample %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/FEATURES +%%DATADIR%%/convert-netscape-cookies %%DATADIR%%/import-ncftp %%DATADIR%%/import-netscape +%%DATADIR%%/verify-file %%NLS%%share/locale/de/LC_MESSAGES/lftp.mo %%NLS%%share/locale/es/LC_MESSAGES/lftp.mo %%NLS%%share/locale/fr/LC_MESSAGES/lftp.mo |