svn commit: r355602 - in head/ftp/uftp: . files

Dmitry Sivachenko demon at FreeBSD.org
Wed May 28 10:39:39 UTC 2014


Author: demon
Date: Wed May 28 10:39:38 2014
New Revision: 355602
URL: http://svnweb.freebsd.org/changeset/ports/355602
QAT: https://qat.redports.org/buildarchive/r355602/

Log:
  Update to version 4.3.

Modified:
  head/ftp/uftp/Makefile
  head/ftp/uftp/distinfo
  head/ftp/uftp/files/patch-Makefile

Modified: head/ftp/uftp/Makefile
==============================================================================
--- head/ftp/uftp/Makefile	Wed May 28 09:23:19 2014	(r355601)
+++ head/ftp/uftp/Makefile	Wed May 28 10:39:38 2014	(r355602)
@@ -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/

Modified: head/ftp/uftp/distinfo
==============================================================================
--- head/ftp/uftp/distinfo	Wed May 28 09:23:19 2014	(r355601)
+++ head/ftp/uftp/distinfo	Wed May 28 10:39:38 2014	(r355602)
@@ -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

Modified: head/ftp/uftp/files/patch-Makefile
==============================================================================
--- head/ftp/uftp/files/patch-Makefile	Wed May 28 09:23:19 2014	(r355601)
+++ head/ftp/uftp/files/patch-Makefile	Wed May 28 10:39:38 2014	(r355602)
@@ -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
  


More information about the svn-ports-all mailing list