[115104] trunk/dports/sysutils/vcsh

ryandesign at macports.org ryandesign at macports.org
Tue Dec 24 22:05:48 PST 2013


Revision: 115104
          https://trac.macports.org/changeset/115104
Author:   ryandesign at macports.org
Date:     2013-12-24 22:05:48 -0800 (Tue, 24 Dec 2013)
Log Message:
-----------
vcsh: use the correct name for the ronn binary (ronn-1.9; see #39247)

Modified Paths:
--------------
    trunk/dports/sysutils/vcsh/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/vcsh/files/
    trunk/dports/sysutils/vcsh/files/patch-Makefile.diff

Modified: trunk/dports/sysutils/vcsh/Portfile
===================================================================
--- trunk/dports/sysutils/vcsh/Portfile	2013-12-25 05:50:55 UTC (rev 115103)
+++ trunk/dports/sysutils/vcsh/Portfile	2013-12-25 06:05:48 UTC (rev 115104)
@@ -21,10 +21,13 @@
                     sha256  7f1913da02d94876a5fb4ad44dd41e40836dcbdf48f1f13213be958ddc7bad5b
 
 supported_archs     noarch
-use_configure       no
 
 depends_build       port:rb19-ronn
 depends_lib         port:git-core
 depends_run         port:myrepos
 
+use_configure       no
+
+patchfiles          patch-Makefile.diff
+
 destroot.post_args-append   PREFIX=${prefix}

Added: trunk/dports/sysutils/vcsh/files/patch-Makefile.diff
===================================================================
--- trunk/dports/sysutils/vcsh/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/sysutils/vcsh/files/patch-Makefile.diff	2013-12-25 06:05:48 UTC (rev 115104)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2013-07-24 15:15:09.000000000 -0500
++++ Makefile	2013-12-25 00:04:36.000000000 -0600
+@@ -20,7 +20,7 @@
+ manpages: $(manpages)
+ 
+ $(self).1: doc/$(self).1.ronn
+-	ronn < doc/$(self).1.ronn > $(self).1
++	ronn-1.9 < doc/$(self).1.ronn > $(self).1
+ 
+ clean:
+ 	rm -rf $(self).1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131224/12586df5/attachment.html>


More information about the macports-changes mailing list