[136309] trunk/dports/graphics/poppler/Portfile

devans at macports.org devans at macports.org
Thu May 14 09:10:07 PDT 2015


Revision: 136309
          https://trac.macports.org/changeset/136309
Author:   devans at macports.org
Date:     2015-05-14 09:10:07 -0700 (Thu, 14 May 2015)
Log Message:
-----------
poppler-qt4-mac: fix git dependency, use http url (#47724).

Modified Paths:
--------------
    trunk/dports/graphics/poppler/Portfile

Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile	2015-05-14 15:34:37 UTC (rev 136308)
+++ trunk/dports/graphics/poppler/Portfile	2015-05-14 16:10:07 UTC (rev 136309)
@@ -75,12 +75,12 @@
 }
 
 if {${subport} ne ${name}} {
-    depends_build-append    port:git
+    depends_extract-append  port:git
 
     depends_lib-append      port:poppler
 
     post-extract {
-        system -W ${workpath} "${prefix}/bin/git clone --depth=1 git://git.freedesktop.org/git/poppler/test"
+        system -W ${workpath} "${prefix}/bin/git clone --depth=1 http://anongit.freedesktop.org/git/poppler/test"
     }
     
     configure.args-append   --disable-cairo-output \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150514/879d25bf/attachment.html>


More information about the macports-changes mailing list