[104974] trunk/dports/net/fetch

afb at macports.org afb at macports.org
Sat Apr 6 06:27:06 PDT 2013


Revision: 104974
          https://trac.macports.org/changeset/104974
Author:   afb at macports.org
Date:     2013-04-06 06:27:05 -0700 (Sat, 06 Apr 2013)
Log Message:
-----------
port upgrade from 7.4.0 (2011) to 9.0.0 (2012)

Modified Paths:
--------------
    trunk/dports/net/fetch/Portfile
    trunk/dports/net/fetch/files/patch-Makefile
    trunk/dports/net/fetch/files/patch-fetch.c

Modified: trunk/dports/net/fetch/Portfile
===================================================================
--- trunk/dports/net/fetch/Portfile	2013-04-06 13:26:08 UTC (rev 104973)
+++ trunk/dports/net/fetch/Portfile	2013-04-06 13:27:05 UTC (rev 104974)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name		fetch
-version		7.4.0-RELEASE
-revision	1
+version		9.0.0-RELEASE
 categories	net
 maintainers	afb
 description	FreeBSD file fetching utility
@@ -15,9 +14,9 @@
 use_bzip2	yes
 homepage	http://www.freebsd.org/
 master_sites	macports
-checksums	md5 8625ef0e30fc922efb0da566765371c7 \
-		sha1 44ee199b6493b92aa7c56b33923c8e59c18c839f \
-		rmd160 bb44a3cac83f96626a7d9790d996fb9183913bb3
+checksums	md5 3788e294fbcf146495983a7dd6578ea3 \
+		sha1 8524a7ceff4b357068ae186de9193e7779ae2a65 \
+		rmd160 58de08f399a04b20eef4f810077c37d6566f72b9
 variant universal {}
 build.type	bsd
 build.env	CC=${configure.cc} \

Modified: trunk/dports/net/fetch/files/patch-Makefile
===================================================================
--- trunk/dports/net/fetch/files/patch-Makefile	2013-04-06 13:26:08 UTC (rev 104973)
+++ trunk/dports/net/fetch/files/patch-Makefile	2013-04-06 13:27:05 UTC (rev 104974)
@@ -1,12 +1,13 @@
---- Makefile.orig	2004-12-21 11:16:02.000000000 +0100
-+++ Makefile	2007-09-08 22:40:22.000000000 +0200
-@@ -4,7 +4,8 @@
+--- Makefile.orig	2011-11-11 05:20:22.000000000 +0100
++++ Makefile	2012-03-11 18:23:41.000000000 +0100
+@@ -4,8 +4,9 @@
  
  PROG=		fetch
  CSTD?=		c99
--WARNS?=		6
 +CFLAGS+=	-D__FBSDID=__RCSID
-+WARNS?=		2
- DPADD=		${LIBFETCH}
- LDADD=		-lfetch
+ DPADD=		${LIBFETCH} ${LIBMD}
+-LDADD=		-lfetch -lmd
++LDADD=		-lfetch
  .if ${MK_OPENSSL} != "no"
+ DPADD+=		${LIBSSL} ${LIBCRYPTO}
+ LDADD+=		-lssl -lcrypto

Modified: trunk/dports/net/fetch/files/patch-fetch.c
===================================================================
--- trunk/dports/net/fetch/files/patch-fetch.c	2013-04-06 13:26:08 UTC (rev 104973)
+++ trunk/dports/net/fetch/files/patch-fetch.c	2013-04-06 13:27:05 UTC (rev 104974)
@@ -1,4 +1,4 @@
---- fetch.c.orig	2006-01-13 10:07:49.000000000 +0100
+--- fetch.c.orig	2011-11-11 05:20:22.000000000 +0100
 +++ fetch.c	2007-09-08 23:13:26.000000000 +0200
 @@ -33,6 +33,7 @@
  #include <sys/socket.h>
@@ -8,7 +8,7 @@
  
  #include <ctype.h>
  #include <err.h>
-@@ -202,12 +202,16 @@
+@@ -204,12 +204,16 @@
  
  	fprintf(stderr, "\r%-46.46s", xs->name);
  	if (xs->size <= 0) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130406/57dc8960/attachment.html>


More information about the macports-changes mailing list