[86605] trunk/dports/devel/stgit

jmr at macports.org jmr at macports.org
Sat Oct 29 08:50:12 PDT 2011


Revision: 86605
          http://trac.macports.org/changeset/86605
Author:   jmr at macports.org
Date:     2011-10-29 08:50:08 -0700 (Sat, 29 Oct 2011)
Log Message:
-----------
stgit: fix build with +html_man_docs (#27778)

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

Added Paths:
-----------
    trunk/dports/devel/stgit/files/
    trunk/dports/devel/stgit/files/tutorial.txt.patch

Modified: trunk/dports/devel/stgit/Portfile
===================================================================
--- trunk/dports/devel/stgit/Portfile	2011-10-29 15:31:52 UTC (rev 86604)
+++ trunk/dports/devel/stgit/Portfile	2011-10-29 15:50:08 UTC (rev 86605)
@@ -35,6 +35,9 @@
 
 depends_run         port:git-core
 
+# ticket #27778
+patchfiles          tutorial.txt.patch
+
 set stgdocs         "${worksrcpath}/Documentation/\\\[a-z\\\]*.txt"
 set stgman          ""
 
@@ -61,7 +64,6 @@
 
 variant html_man_docs \
     description {Build and install documentation in HTML and manpage format} {
-    #upvar stgdocs stgman
     # Need to add post-destroot addition of extra docs...
     lappend stgdocs ${worksrcpath}/Documentation/*.html
     lappend stgman ${worksrcpath}/Documentation/*.1

Added: trunk/dports/devel/stgit/files/tutorial.txt.patch
===================================================================
--- trunk/dports/devel/stgit/files/tutorial.txt.patch	                        (rev 0)
+++ trunk/dports/devel/stgit/files/tutorial.txt.patch	2011-10-29 15:50:08 UTC (rev 86605)
@@ -0,0 +1,9 @@
+--- Documentation/tutorial.txt.orig
++++ Documentation/tutorial.txt
+@@ -1,5 +1,5 @@
+ StGit tutorial
+-##############
++==============
+ 
+ StGit is a command-line application that provides functionality
+ similar to link:http://savannah.nongnu.org/projects/quilt/[Quilt]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111029/d8936d92/attachment.html>


More information about the macports-changes mailing list