[99147] trunk/dports/devel/tig/Portfile

cal at macports.org cal at macports.org
Sun Oct 28 06:27:00 PDT 2012


Revision: 99147
          http://trac.macports.org//changeset/99147
Author:   cal at macports.org
Date:     2012-10-28 06:27:00 -0700 (Sun, 28 Oct 2012)
Log Message:
-----------
tig:
 - split deps into build-time and lib deps
 - remove html_doc variant and always build html docs, because building it doesn't take a lot of time and not building it doesn't save any dependencies

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

Modified: trunk/dports/devel/tig/Portfile
===================================================================
--- trunk/dports/devel/tig/Portfile	2012-10-28 13:21:51 UTC (rev 99146)
+++ trunk/dports/devel/tig/Portfile	2012-10-28 13:27:00 UTC (rev 99147)
@@ -5,6 +5,7 @@
 PortGroup           github 1.0
 
 github.setup        jonas tig 1.1 tig-
+revision            1
 categories          devel
 maintainers         cal openmaintainer
 description         A text interface to git repositories
@@ -16,24 +17,21 @@
 checksums           rmd160  b2a32bba14a359115461a5ff89493d5ac0cebf60 \
                     sha256  7c55d2f5d0df6387175e7d431559d72e95b51d1dca82fa64f98b7d716e93bce5
 
-depends_lib         port:git-core \
-                    port:libiconv \
-                    port:ncurses \
+depends_build       port:automake \
                     port:autoconf \
                     port:asciidoc \
                     port:xmlto
 
+depends_lib         port:git-core \
+                    port:libiconv \
+                    port:ncurses
+
 # We need to create the configure file,
 # the github version does not contain it.
 pre-configure {
     system -W ${worksrcpath} "make configure"
 }
 
-build.target-append doc-man
+build.target-append doc-man doc-html
 destroot.target-append \
-                    install-doc-man
-
-variant html_doc description {Build HTML documentation with asciidoc} {
-    build.target-append     doc-html
-    destroot.target-append  install-doc-html
-}
+                    install-doc-man install-doc-html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121028/6afe2b96/attachment-0001.html>


More information about the macports-changes mailing list