[103713] trunk/dports/textproc/unac

larryv at macports.org larryv at macports.org
Mon Mar 4 21:10:48 PST 2013


Revision: 103713
          https://trac.macports.org/changeset/103713
Author:   larryv at macports.org
Date:     2013-03-04 21:10:48 -0800 (Mon, 04 Mar 2013)
Log Message:
-----------
unac: Fix for Automake 1.13 (#38057); update checksums to trigger rebuilds.

Modified Paths:
--------------
    trunk/dports/textproc/unac/Portfile
    trunk/dports/textproc/unac/files/patch-configure.diff

Modified: trunk/dports/textproc/unac/Portfile
===================================================================
--- trunk/dports/textproc/unac/Portfile	2013-03-05 04:57:05 UTC (rev 103712)
+++ trunk/dports/textproc/unac/Portfile	2013-03-05 05:10:48 UTC (rev 103713)
@@ -20,8 +20,8 @@
 distname                ${name}_${version}.orig
 worksrcdir              ${name}-${version}.orig
 
-checksums               sha1    3e779bb7f3b505880ac4f43b48ee2f935ef8aa36 \
-                        rmd160  6cc899d4e55fe740ecaf96342a9904555601156b 
+checksums               rmd160  6cc899d4e55fe740ecaf96342a9904555601156b \
+                        sha256  29d316e5b74615d49237556929e95e0d68c4b77a0a0cfc346dc61cf0684b90bf
 
 patchfiles              patch-configure.diff
 

Modified: trunk/dports/textproc/unac/files/patch-configure.diff
===================================================================
--- trunk/dports/textproc/unac/files/patch-configure.diff	2013-03-05 04:57:05 UTC (rev 103712)
+++ trunk/dports/textproc/unac/files/patch-configure.diff	2013-03-05 05:10:48 UTC (rev 103713)
@@ -1,5 +1,14 @@
---- configure.ac.orig	2004-10-16 17:26:12.000000000 +0200
-+++ configure.ac	2011-05-09 13:08:24.000000000 +0200
+--- configure.ac.orig	2004-10-16 11:26:12.000000000 -0400
++++ configure.ac	2013-03-05 00:01:14.000000000 -0500
+@@ -26,7 +26,7 @@
+ AM_INIT_AUTOMAKE([unac], $VERSION, nosubst)
+ AC_PREREQ(2.50)
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ 
+ AC_PROG_MAKE_SET
+ 
 @@ -49,7 +49,8 @@
  
  AM_ICONV
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130304/f8d8b383/attachment.html>


More information about the macports-changes mailing list