Update to NcFTP 3.2.6. This was released half a year ago, about
six years since the previous release. We all kind of forgot it
even still existed.
I haven't used this in years and relinquish my maintainership.
This also means that I will not port forward the old KAME patch
that added IPv6 support.
If somebody else wants to take over, be my guest. Otherwise I
suggest I commit the update below:
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/ncftp/Makefile,v
retrieving revision 1.43
diff -u -p -r1.43 Makefile
--- Makefile 11 Mar 2013 11:35:49 -0000 1.43
+++ Makefile 26 May 2017 22:41:56 -0000
@@ -1,32 +1,23 @@
# $OpenBSD: Makefile,v 1.43 2013/03/11 11:35:49 espie Exp $
-COMMENT= ftp replacement with advanced user interface
+COMMENT= FTP client with advanced user interface
-DISTNAME= ncftp-3.2.5
+DISTNAME= ncftp-3.2.6
CATEGORIES= net
HOMEPAGE= http://www.ncftp.com/ncftp/
-MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
-
# Artistic
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c ncurses
-MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ \
- ftp://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/
+MASTER_SITES= https://ftp.mirrorservice.org/sites/ftp.ncftp.com/ncftp/ \
+ ftp://ftp.ncftp.com/ncftp/
MASTER_SITES:= ${MASTER_SITES} ${MASTER_SITES:=older_versions/}
-MASTER_SITES0= http://shell.uugrn.org/~naddy/
-
-DISTFILES= ${DISTNAME}-src.tar.bz2
-PATCHFILES= ncftp-325-v6.diff.gz:0 # former KAME v6 patch
-PATCH_DIST_STRIP=-p1
-AUTOCONF_VERSION=2.13
-AUTOCONF= autoconf -l autoconf_local
-AUTOHEADER= autoheader -l autoconf_local
+DISTFILES= ${DISTNAME}-src.tar.xz
-CONFIGURE_STYLE=autoconf
+CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-ccdv
CONFIGURE_ENV= TAR=/bin/tar
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/sh
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/ncftp/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo 18 Jan 2015 03:14:43 -0000 1.22
+++ distinfo 26 May 2017 22:41:56 -0000
@@ -1,4 +1,2 @@
-SHA256 (ncftp-3.2.5-src.tar.bz2) = tOviQVdhpRN80dMTyPwTUvJtiWPMnp41TilyCqIInUI=
-SHA256 (ncftp-325-v6.diff.gz) = f7lSQMM67KZ+U75Y9gFqfh3NdTsSWUD1Odq3WV4NAro=
-SIZE (ncftp-3.2.5-src.tar.bz2) = 454682
-SIZE (ncftp-325-v6.diff.gz) = 23295
+SHA256 (ncftp-3.2.6-src.tar.xz) = XyAGh8BdCAdpDZ+3cDJ7Im8C3YYVW0nnUIU/zk4xCY0=
+SIZE (ncftp-3.2.6-src.tar.xz) = 420564
--
Christian "naddy" Weisgerber naddy@mips.inka.de
No comments:
Post a Comment