[98977] trunk/dports/graphics/inkscape-devel

devans at macports.org devans at macports.org
Mon Oct 22 14:02:25 PDT 2012


Revision: 98977
          http://trac.macports.org//changeset/98977
Author:   devans at macports.org
Date:     2012-10-22 14:02:25 -0700 (Mon, 22 Oct 2012)
Log Message:
-----------
inkscape-devel: update to bzr revision 11821, fix bzr revision in version string.

Revision Links:
--------------
    http://trac.macports.org//changeset/11821

Modified Paths:
--------------
    trunk/dports/graphics/inkscape-devel/Portfile

Added Paths:
-----------
    trunk/dports/graphics/inkscape-devel/files/patch-src-Makefile.am.diff

Modified: trunk/dports/graphics/inkscape-devel/Portfile
===================================================================
--- trunk/dports/graphics/inkscape-devel/Portfile	2012-10-22 20:51:40 UTC (rev 98976)
+++ trunk/dports/graphics/inkscape-devel/Portfile	2012-10-22 21:02:25 UTC (rev 98977)
@@ -5,7 +5,7 @@
 
 name            inkscape-devel
 conflicts       inkscape
-set bzr_rev     11804
+set bzr_rev     11821
 version         0.48.99.${bzr_rev}
 epoch           1
 license         GPL-2 LGPL-2.1
@@ -57,7 +57,8 @@
     ui_msg "--->  Fetching source from bzr repository: this may take a while"
 }
 
-patchfiles      patch-autogen.sh.diff
+patchfiles      patch-autogen.sh.diff \
+                patch-src-Makefile.am.diff
 
 variant python26 conflicts python27 description {Configure to use Python version 2.6} {
     depends_lib-append \

Added: trunk/dports/graphics/inkscape-devel/files/patch-src-Makefile.am.diff
===================================================================
--- trunk/dports/graphics/inkscape-devel/files/patch-src-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/graphics/inkscape-devel/files/patch-src-Makefile.am.diff	2012-10-22 21:02:25 UTC (rev 98977)
@@ -0,0 +1,11 @@
+--- src/Makefile.am.orig	2012-10-22 10:46:59.000000000 -0700
++++ src/Makefile.am	2012-10-22 10:47:23.000000000 -0700
+@@ -237,7 +237,7 @@
+ # someone updates the BZR working directory.
+ inkscape-version.cpp: $(inkscape_version_deps)
+ 	VER_PREFIX="$(VERSION)";\
+-	VER_BZRREV=" r`bzr revno`"; \
++	VER_BZRREV=" r`bzr revno --tree`"; \
+ 	if test ! -z "`bzr status -S -V $(srcdir)`"; then \
+ 	    VER_CUSTOM=" custom"; \
+ 	fi; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121022/b3ef6c60/attachment.html>


More information about the macports-changes mailing list