[105245] trunk/dports/www/http-fetcher

ryandesign at macports.org ryandesign at macports.org
Sun Apr 14 23:49:49 PDT 2013


Revision: 105245
          https://trac.macports.org/changeset/105245
Author:   ryandesign at macports.org
Date:     2013-04-14 23:49:49 -0700 (Sun, 14 Apr 2013)
Log Message:
-----------
http-fetcher: fix underquoted macro in http-fetcher.m4 (#38796); add more checksum types

Modified Paths:
--------------
    trunk/dports/www/http-fetcher/Portfile

Added Paths:
-----------
    trunk/dports/www/http-fetcher/files/
    trunk/dports/www/http-fetcher/files/patch-http-fetcher.m4.diff

Modified: trunk/dports/www/http-fetcher/Portfile
===================================================================
--- trunk/dports/www/http-fetcher/Portfile	2013-04-15 06:46:04 UTC (rev 105244)
+++ trunk/dports/www/http-fetcher/Portfile	2013-04-15 06:49:49 UTC (rev 105245)
@@ -5,6 +5,7 @@
 
 name                http-fetcher
 version             1.1.0
+revision            1
 categories          www
 platforms           darwin
 maintainers         nomaintainer
@@ -18,6 +19,10 @@
 master_sites        sourceforge:project/http-fetcher/http-fetcher/${version}
 distname            http_fetcher-${version}
 
-checksums           md5     7c4ff599b1024554e548e4bf85eee43e
+checksums           md5     7c4ff599b1024554e548e4bf85eee43e \
+                    rmd160  88464a1468da39edf7f9d2e9ed130055fb04d6bf \
+                    sha256  79c8456b8fde48644662146d1b70bc5d247416c7298599e6721d0ce9e94bd675
 
+patchfiles          patch-http-fetcher.m4.diff
+
 configure.args      --mandir=${prefix}/share/man

Added: trunk/dports/www/http-fetcher/files/patch-http-fetcher.m4.diff
===================================================================
--- trunk/dports/www/http-fetcher/files/patch-http-fetcher.m4.diff	                        (rev 0)
+++ trunk/dports/www/http-fetcher/files/patch-http-fetcher.m4.diff	2013-04-15 06:49:49 UTC (rev 105245)
@@ -0,0 +1,11 @@
+--- http-fetcher.m4.orig	2004-03-08 15:06:17.000000000 -0600
++++ http-fetcher.m4	2013-04-15 01:43:04.000000000 -0500
+@@ -10,7 +10,7 @@
+ dnl  The macro also adds the appropriate -L and -I values to CFLAGS so that
+ dnl  headers are found and libraries are linked.
+ dnl
+-AC_DEFUN(AC_PATH_HFETCHER,
++AC_DEFUN([AC_PATH_HFETCHER],
+ [dnl
+ 
+ darwin=no;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130414/93fefd05/attachment.html>


More information about the macports-changes mailing list