diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-02 04:10:34 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-02 04:10:34 +0800 |
commit | ca0408624dea3f822d73940e4c45a09ce59c316a (patch) | |
tree | dd05f73aea080cc90c0c92c3d144fc417e62fa5f /ftp | |
parent | ce05ca0fb7ec72237820db33195902dd7c6dc54a (diff) | |
download | freebsd-ports-gnome-ca0408624dea3f822d73940e4c45a09ce59c316a.tar.gz freebsd-ports-gnome-ca0408624dea3f822d73940e4c45a09ce59c316a.tar.zst freebsd-ports-gnome-ca0408624dea3f822d73940e4c45a09ce59c316a.zip |
update to 2.2.0a
PR: 17730
Submitted by: maintainer
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 7 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/lftp/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index df3eb1d69fdc..0ac5703159b9 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: lftp -# Version required: 2.1.9 +# Version required: 2.2.0a # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # # $FreeBSD$ # -DISTNAME= lftp-2.1.9 +DISTNAME= lftp-2.2.0a CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ${MASTER_SITE_SUNSITE} @@ -15,9 +15,10 @@ MASTER_SITE_SUBDIR= system/network/file-transfer MAINTAINER= calle.madestrand@norrgarden.se USE_LIBTOOL= yes +USE_BZIP2= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" -MAN1= lftp.1 ftpget.1 +MAN1= lftp.1 post-extract: @ ${CP} ${FILESDIR}/nameser.h ${WRKSRC}/src diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 536a0d479011..0b4a55e3e848 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-2.1.9.tar.gz) = 13bf205b4a7dadfd50129709feb2e82e +MD5 (lftp-2.2.0a.tar.bz2) = 7d3e1977b945a394b36b006acbadb773 diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist index 773d9c53fcbc..f15ce11ef204 100644 --- a/ftp/lftp/pkg-plist +++ b/ftp/lftp/pkg-plist @@ -1,5 +1,4 @@ bin/lftp -bin/ftpget bin/lftpget etc/lftp.conf.sample share/doc/lftp/COPYING |