[142184] trunk/dports/devel/libchloride/Portfile

devans at macports.org devans at macports.org
Sat Dec 12 04:41:08 PST 2015


Revision: 142184
          https://trac.macports.org/changeset/142184
Author:   devans at macports.org
Date:     2015-11-05 15:22:44 -0800 (Thu, 05 Nov 2015)
Log Message:
-----------
libchloride: update to github master as of 20140929, github configuration, remove do-nothing test phase.

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

Modified: trunk/dports/devel/libchloride/Portfile
===================================================================
--- trunk/dports/devel/libchloride/Portfile	2015-11-05 23:07:06 UTC (rev 142183)
+++ trunk/dports/devel/libchloride/Portfile	2015-11-05 23:22:44 UTC (rev 142184)
@@ -4,9 +4,8 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        jedisct1 libchloride 20130506
-fetch.type          git
-git.branch          95543cf63c34b8ab145e95e8ed50b44392464765
+github.setup        jedisct1 libchloride e8d2570
+version             20140929
 
 categories          devel security
 platforms           darwin
@@ -17,8 +16,8 @@
 
 long_description    ${description}
 
-checksums           rmd160  08a56e5489016ca1aabd9f20c57ec975c14ce553 \
-                    sha256  4c4f66d2cc6ab6e846ff034eb2a42fa786b8b1d6c0bd435373d1be7c13250dca
+checksums           rmd160  86f801116af41f25a1beb183d87eae47d847ef6c \
+                    sha256  e1c646fc48fa82625b5705bc24bf3b337011f24130ed41f32a3c70ae58ce0f80
 
 depends_build       port:autoconf \
                     port:automake \
@@ -26,12 +25,7 @@
 
 depends_lib         port:libsodium
 
-pre-configure {
-    system -W ${worksrcpath} "./autogen.sh"
-}
+configure.cmd       ./autogen.sh && ./configure
 
-test.run            yes
-test.target         check
-
 livecheck.url       ${homepage}/commits/master.atom
 livecheck.type      moddate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/a6f02671/attachment.html>


More information about the macports-changes mailing list