Update to version 4.3.

This commit is contained in:
Dmitry Sivachenko 2014-05-28 10:39:38 +00:00
parent 13cbf9c3ee
commit 02a39b6cfb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355602
3 changed files with 7 additions and 7 deletions

View file

@ -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/

View file

@ -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

View file

@ -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