mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 4.3.
This commit is contained in:
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
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= uftp
|
PORTNAME= uftp
|
||||||
PORTVERSION= 4.2
|
PORTVERSION= 4.3
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= ftp
|
CATEGORIES= ftp
|
||||||
MASTER_SITES= http://uftp-multicast.sourceforge.net/downloads/
|
MASTER_SITES= http://uftp-multicast.sourceforge.net/downloads/
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (uftp-4.2.tar) = d7c01028065387f97c05c2bdcd7afecb9fad8963f583174e26ee545d622383cc
|
SHA256 (uftp-4.3.tar) = 0dc2233389f041fef4c9ebc8cc894cd1a96926e5518df2c128d2e917d12bfb72
|
||||||
SIZE (uftp-4.2.tar) = 1198080
|
SIZE (uftp-4.3.tar) = 1208320
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- makefile.orig 2013-04-27 22:20:19.000000000 +0400
|
--- makefile.orig 2014-05-28 06:22:37.000000000 +0400
|
||||||
+++ makefile 2013-04-30 18:10:21.000000000 +0400
|
+++ makefile 2014-05-28 14:38:28.000000000 +0400
|
||||||
@@ -42,15 +42,16 @@
|
@@ -42,15 +42,16 @@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -15,8 +15,8 @@
|
||||||
|
|
||||||
# FreeBSD
|
# FreeBSD
|
||||||
ifeq ("FreeBSD", "$(UNAME_S)")
|
ifeq ("FreeBSD", "$(UNAME_S)")
|
||||||
-OPTIONS=-g -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 -DNO_MCAST_JOIN $(ENC_OPTS)
|
+OPTIONS=-Wall -DHAS_GETIFADDRS -DNO_DUAL -DSOCKADDR_LEN $(ENC_OPTS)
|
||||||
+OPENSSL=/usr
|
+OPENSSL=/usr
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue