aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2014-05-28 18:39:38 +0800
committerdemon <demon@FreeBSD.org>2014-05-28 18:39:38 +0800
commit72a64b63a3b539988fdbd9f347fb59c1af71e0e5 (patch)
tree0019f1c0d37d46ed17f7306830b419e426298e9d
parent12937abe7693668adbeae5f8f1b3cdc852ab275e (diff)
downloadfreebsd-ports-gnome-72a64b63a3b539988fdbd9f347fb59c1af71e0e5.tar.gz
freebsd-ports-gnome-72a64b63a3b539988fdbd9f347fb59c1af71e0e5.tar.zst
freebsd-ports-gnome-72a64b63a3b539988fdbd9f347fb59c1af71e0e5.zip
Update to version 4.3.
-rw-r--r--ftp/uftp/Makefile2
-rw-r--r--ftp/uftp/distinfo4
-rw-r--r--ftp/uftp/files/patch-Makefile8
3 files changed, 7 insertions, 7 deletions
diff --git a/ftp/uftp/Makefile b/ftp/uftp/Makefile
index bfd73d16f667..a37a76c0e776 100644
--- a/ftp/uftp/Makefile
+++ b/ftp/uftp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= uftp
-PORTVERSION= 4.2
+PORTVERSION= 4.3
PORTEPOCH= 1
CATEGORIES= ftp
MASTER_SITES= http://uftp-multicast.sourceforge.net/downloads/
diff --git a/ftp/uftp/distinfo b/ftp/uftp/distinfo
index 1ca8049596c6..47ecae60b2de 100644
--- a/ftp/uftp/distinfo
+++ b/ftp/uftp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (uftp-4.2.tar) = d7c01028065387f97c05c2bdcd7afecb9fad8963f583174e26ee545d622383cc
-SIZE (uftp-4.2.tar) = 1198080
+SHA256 (uftp-4.3.tar) = 0dc2233389f041fef4c9ebc8cc894cd1a96926e5518df2c128d2e917d12bfb72
+SIZE (uftp-4.3.tar) = 1208320
diff --git a/ftp/uftp/files/patch-Makefile b/ftp/uftp/files/patch-Makefile
index af946dcb707d..d0fb840a88d0 100644
--- a/ftp/uftp/files/patch-Makefile
+++ b/ftp/uftp/files/patch-Makefile
@@ -1,5 +1,5 @@
---- makefile.orig 2013-04-27 22:20:19.000000000 +0400
-+++ makefile 2013-04-30 18:10:21.000000000 +0400
+--- makefile.orig 2014-05-28 06:22:37.000000000 +0400
++++ makefile 2014-05-28 14:38:28.000000000 +0400
@@ -42,15 +42,16 @@
endif
@@ -15,8 +15,8 @@
# FreeBSD
ifeq ("FreeBSD", "$(UNAME_S)")
--OPTIONS=-g -Wall -DHAS_GETIFADDRS -DNO_DUAL -DNO_MCAST_JOIN $(ENC_OPTS)
-+OPTIONS=-Wall -DHAS_GETIFADDRS -DNO_DUAL -DNO_MCAST_JOIN $(ENC_OPTS)
+-OPTIONS=-g -O0 -Wall -DHAS_GETIFADDRS -DNO_DUAL -DSOCKADDR_LEN $(ENC_OPTS)
++OPTIONS=-Wall -DHAS_GETIFADDRS -DNO_DUAL -DSOCKADDR_LEN $(ENC_OPTS)
+OPENSSL=/usr
endif