[111280] trunk/dports/devel/aqbanking5

mk at macports.org mk at macports.org
Wed Sep 18 00:18:39 PDT 2013


Revision: 111280
          https://trac.macports.org/changeset/111280
Author:   mk at macports.org
Date:     2013-09-18 00:18:39 -0700 (Wed, 18 Sep 2013)
Log Message:
-----------
aqbanking5-svn: patch Makefile.am during patch phase instead of Makefile in post-configure phase

Modified Paths:
--------------
    trunk/dports/devel/aqbanking5/Portfile

Added Paths:
-----------
    trunk/dports/devel/aqbanking5/files/patch-Makefile.am.diff

Removed Paths:
-------------
    trunk/dports/devel/aqbanking5/files/patch-Makefile.diff

Modified: trunk/dports/devel/aqbanking5/Portfile
===================================================================
--- trunk/dports/devel/aqbanking5/Portfile	2013-09-18 06:53:57 UTC (rev 111279)
+++ trunk/dports/devel/aqbanking5/Portfile	2013-09-18 07:18:39 UTC (rev 111280)
@@ -76,13 +76,8 @@
 
     use_autoreconf      yes
     autoreconf.args     -fvi
-    # The following is a workaround, since patching Makefile.am didn't do the job:
-    post-configure {
-        system "cd ${worksrcpath}; patch -p0 <${filespath}/patch-Makefile.diff"
-    }
+    patchfiles          patch-Makefile.am.diff
 
-# Do we actually need to require SVN?
-#    depends_fetch         port:subversion
     depends_lib-delete    port:gwenhywfar4
     depends_lib-append    port:gwenhywfar4-devel
 }

Added: trunk/dports/devel/aqbanking5/files/patch-Makefile.am.diff
===================================================================
--- trunk/dports/devel/aqbanking5/files/patch-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/devel/aqbanking5/files/patch-Makefile.am.diff	2013-09-18 07:18:39 UTC (rev 111280)
@@ -0,0 +1,11 @@
+--- Makefile.am.old	2013-09-18 09:06:35.000000000 +0200
++++ Makefile.am	2013-09-18 09:07:04.000000000 +0200
+@@ -245,7 +245,7 @@
+ 	for f in `find . -name \*.c -o -name \*.cpp`; do cppcheck $$f; done
+ 
+ ChangeLog:
+-	git log -n 100 --pretty="format:------------------------------------------------------------------%n%ai %an%n%s%n%b" >ChangeLog
++	echo "Skipping ChangeLog creation on MacPorts" >ChangeLog
+ 
+ dist-hook:
+ 	rm -f ChangeLog 2>/dev/null

Deleted: trunk/dports/devel/aqbanking5/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/aqbanking5/files/patch-Makefile.diff	2013-09-18 06:53:57 UTC (rev 111279)
+++ trunk/dports/devel/aqbanking5/files/patch-Makefile.diff	2013-09-18 07:18:39 UTC (rev 111280)
@@ -1,12 +0,0 @@
---- Makefile.old	2013-09-18 08:32:05.000000000 +0200
-+++ Makefile	2013-09-18 08:33:14.000000000 +0200
-@@ -1365,7 +1365,8 @@
- 	for f in `find . -name \*.c -o -name \*.cpp`; do cppcheck $$f; done
- 
- ChangeLog:
--	git log -n 100 --pretty="format:------------------------------------------------------------------%n%ai %an%n%s%n%b" >ChangeLog
-+#	git log -n 100 --pretty="format:------------------------------------------------------------------%n%ai %an%n%s%n%b" >ChangeLog
-+	echo "Skipped ChangeLog creation on MacPorts." >ChangeLog
- 
- dist-hook:
- 	rm -f ChangeLog 2>/dev/null
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130918/5846a39f/attachment.html>


More information about the macports-changes mailing list