aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2017-01-22 15:50:39 +0800
committerdemon <demon@FreeBSD.org>2017-01-22 15:50:39 +0800
commit9bad504c7bd4ac86cd79391d3c75ad1074175e99 (patch)
tree435e85983e1ad1e7ef46df150d2578d721d5dd4f /ftp
parentf03a3a4c5f8e1d88e39c5ffa210b0a6906347342 (diff)
downloadfreebsd-ports-gnome-9bad504c7bd4ac86cd79391d3c75ad1074175e99.tar.gz
freebsd-ports-gnome-9bad504c7bd4ac86cd79391d3c75ad1074175e99.tar.zst
freebsd-ports-gnome-9bad504c7bd4ac86cd79391d3c75ad1074175e99.zip
Update to version 4.9.3
Diffstat (limited to 'ftp')
-rw-r--r--ftp/uftp/Makefile2
-rw-r--r--ftp/uftp/distinfo5
-rw-r--r--ftp/uftp/files/patch-Makefile14
3 files changed, 8 insertions, 13 deletions
diff --git a/ftp/uftp/Makefile b/ftp/uftp/Makefile
index 95bf0ee4e561..89d807c53db5 100644
--- a/ftp/uftp/Makefile
+++ b/ftp/uftp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= uftp
-PORTVERSION= 4.9.2
+PORTVERSION= 4.9.3
PORTEPOCH= 1
CATEGORIES= ftp
MASTER_SITES= SF/uftp-multicast/source-tar
diff --git a/ftp/uftp/distinfo b/ftp/uftp/distinfo
index faf05f2b0e02..077566c1fa35 100644
--- a/ftp/uftp/distinfo
+++ b/ftp/uftp/distinfo
@@ -1,2 +1,3 @@
-SHA256 (uftp-4.9.2.tar.gz) = b95e784b0f0f93cdd3b76df2432063abeff0554a5bc4a726f64cb78caa162a5f
-SIZE (uftp-4.9.2.tar.gz) = 242377
+TIMESTAMP = 1485065410
+SHA256 (uftp-4.9.3.tar.gz) = 9e9215af0315257c6cc4f40fbc6161057e861be1fff10a38a5564f699e99c78f
+SIZE (uftp-4.9.3.tar.gz) = 241037
diff --git a/ftp/uftp/files/patch-Makefile b/ftp/uftp/files/patch-Makefile
index 880bef51cf65..b2733a2e753b 100644
--- a/ftp/uftp/files/patch-Makefile
+++ b/ftp/uftp/files/patch-Makefile
@@ -1,23 +1,17 @@
---- makefile.orig 2014-05-28 06:22:37.000000000 +0400
-+++ makefile 2014-05-28 14:38:28.000000000 +0400
-@@ -42,15 +42,16 @@
- endif
+--- makefile.orig 2017-01-22 10:46:20.278794000 +0300
++++ makefile 2017-01-22 10:47:39.741756000 +0300
+@@ -43,12 +43,12 @@
# defaults
--CC = gcc
-+CC ?= gcc
OPTIONS=-g -Wall $(ENC_OPTS)
-LDLIBS=-lc -lm $(CRYPT_LIB)
--CFLAGS=
-+LDLIBS+=-lm $(CRYPT_LIB)
-+CFLAGS?=
++LDLIBS=-lm $(CRYPT_LIB)
MTFLAGS=
# FreeBSD
ifeq ("FreeBSD", "$(UNAME_S)")
-OPTIONS=-g -Wall -DHAS_GETIFADDRS -DNO_DUAL -DSOCKADDR_LEN $(ENC_OPTS)
+OPTIONS=-Wall -DHAS_GETIFADDRS -DNO_DUAL -DSOCKADDR_LEN $(ENC_OPTS)
-+OPENSSL=/usr
endif
# OSX, aka Darwin