Index: head/ftp/lftp/Makefile =================================================================== --- head/ftp/lftp/Makefile (revision 477714) +++ head/ftp/lftp/Makefile (revision 477715) @@ -1,72 +1,63 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= lftp -PORTVERSION= 4.8.3 -PORTREVISION= 1 +PORTVERSION= 4.8.4 CATEGORIES= ftp ipv6 MASTER_SITES= http://lftp.tech/ftp/ \ http://lftp.tech/ftp/old/ \ http://lftp.cybermirror.org/ \ http://lftp.cybermirror.org/old/ \ http://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ http://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \ http://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ MAINTAINER= martymac@FreeBSD.org COMMENT= Shell-like command line ftp client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libidn2.so:dns/libidn2 USES= charsetfix iconv libtool localbase readline shebangfix GNU_CONFIGURE= yes - -# XXX Fix readline detection with a non-standard LOCALBASE -# To remove when m4/lftp_lib_readline.m4 is fixed upstream -.if !exists(/usr/lib/libreadline.so) -CONFIGURE_ARGS+= --with-readline=${LOCALBASE} -.else -CONFIGURE_ARGS+= --with-readline=/usr -.endif PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ MIRRORS NEWS README README.debug-levels README.modules \ THANKS TODO SHEBANG_FILES= src/verify-file \ src/convert-mozilla-cookies \ src/xdg-move OPTIONS_DEFINE= DOCS NLS OPTIONS_RADIO= SSL OPTIONS_RADIO_SSL= OPENSSL GNUTLS OPTIONS_DEFAULT= SSL OPENSSL OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls OPENSSL_CONFIGURE_WITH= openssl OPENSSL_USES= ssl GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_USES= pkgconfig post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \ ${STAGEDIR}${PREFIX}/etc/lftp.conf.sample post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include .if ${ARCH} == powerpc64 USE_GCC= yes .endif .include Index: head/ftp/lftp/distinfo =================================================================== --- head/ftp/lftp/distinfo (revision 477714) +++ head/ftp/lftp/distinfo (revision 477715) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507630255 -SHA256 (lftp-4.8.3.tar.gz) = cfbbbd067c25ff9d629828a010cc700214859b02e33b2405dfe7ed045d080f0f -SIZE (lftp-4.8.3.tar.gz) = 2831712 +TIMESTAMP = 1534798272 +SHA256 (lftp-4.8.4.tar.gz) = 19f3a4236558fbdb88eec01bc9d693c51b122d23487b6bedad4cc67ae6825fc2 +SIZE (lftp-4.8.4.tar.gz) = 2899780 Index: head/ftp/lftp/files/patch-lib-cdefs.h =================================================================== --- head/ftp/lftp/files/patch-lib-cdefs.h (revision 477714) +++ head/ftp/lftp/files/patch-lib-cdefs.h (nonexistent) @@ -1,18 +0,0 @@ -Fix build on FreeBSD 11.0 - ---- lib/cdefs.h.orig 2017-09-12 16:13:24.000000000 +0200 -+++ lib/cdefs.h 2017-09-18 20:44:45.506018000 +0200 -@@ -282,13 +282,7 @@ - # define __attribute_format_strfmon__(a,b) /* Ignore */ - #endif - --/* The nonull function attribute allows to mark pointer parameters which -- must not be NULL. */ --#if __GNUC_PREREQ (3,3) --# define __nonnull(params) __attribute__ ((__nonnull__ params)) --#else - # define __nonnull(params) --#endif - - /* If fortification mode, we warn about unused results of certain - function calls which can lead to problems. */ Property changes on: head/ftp/lftp/files/patch-lib-cdefs.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property