[104252] trunk/dports/devel/cppunit

ryandesign at macports.org ryandesign at macports.org
Fri Mar 22 01:01:10 PDT 2013


Revision: 104252
          https://trac.macports.org/changeset/104252
Author:   ryandesign at macports.org
Date:     2013-03-22 01:01:10 -0700 (Fri, 22 Mar 2013)
Log Message:
-----------
cppunit: rename configure.in to configure.ac for automake 1.14 compatibility

Modified Paths:
--------------
    trunk/dports/devel/cppunit/Portfile
    trunk/dports/devel/cppunit/files/automake.patch

Modified: trunk/dports/devel/cppunit/Portfile
===================================================================
--- trunk/dports/devel/cppunit/Portfile	2013-03-22 07:55:01 UTC (rev 104251)
+++ trunk/dports/devel/cppunit/Portfile	2013-03-22 08:01:10 UTC (rev 104252)
@@ -19,6 +19,10 @@
                     rmd160  c5f38b1d201afcba7913f2b53fb7558add3d21f5 \
                     sha256  ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a
 
+post-extract {
+    move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
+}
+
 configure.args      --mandir=${prefix}/share/man \
                     --disable-doxygen \
                     --disable-dot

Modified: trunk/dports/devel/cppunit/files/automake.patch
===================================================================
--- trunk/dports/devel/cppunit/files/automake.patch	2013-03-22 07:55:01 UTC (rev 104251)
+++ trunk/dports/devel/cppunit/files/automake.patch	2013-03-22 08:01:10 UTC (rev 104252)
@@ -1,6 +1,6 @@
---- configure.in.orig	2013-01-05 10:38:28.000000000 -0800
-+++ configure.in	2013-01-05 10:38:49.000000000 -0800
-@@ -37,7 +37,7 @@ AC_SUBST(LT_REVISION)
+--- configure.ac.orig	2008-02-19 23:59:25.000000000 -0600
++++ configure.ac	2013-03-22 02:56:33.000000000 -0500
+@@ -37,7 +37,7 @@
  AC_SUBST(LT_AGE)
  
  AC_CONFIG_AUX_DIR(config)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130322/fab268b8/attachment.html>


More information about the macports-changes mailing list