aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2018-08-21 10:25:31 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2018-08-21 10:25:31 +0000
commit8950e0e96943dd73a5322e0622a1adf63ad849f3 (patch)
tree5ad19759d677ef46a444bf8337d8add78ca8dae7 /ftp
parent7d6f6d7c9b31bf5ba9771dc9cb44632f8bdd513e (diff)
downloadports-8950e0e96943dd73a5322e0622a1adf63ad849f3.tar.gz
ports-8950e0e96943dd73a5322e0622a1adf63ad849f3.zip
Update to 4.8.4 and remove obsolete patches
Notes
Notes: svn path=/head/; revision=477715
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile11
-rw-r--r--ftp/lftp/distinfo6
-rw-r--r--ftp/lftp/files/patch-lib-cdefs.h18
3 files changed, 4 insertions, 31 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 5199325f8608..3e74c23abe1f 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -2,8 +2,7 @@
# $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/ \
@@ -26,14 +25,6 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
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
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index 5b09f7c7d6ad..1af0922a42c2 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -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
diff --git a/ftp/lftp/files/patch-lib-cdefs.h b/ftp/lftp/files/patch-lib-cdefs.h
deleted file mode 100644
index cba973c609b5..000000000000
--- a/ftp/lftp/files/patch-lib-cdefs.h
+++ /dev/null
@@ -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. */