[152815] trunk/dports/devel/libconfuse/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 18 21:18:12 PDT 2016


Revision: 152815
          https://trac.macports.org/changeset/152815
Author:   ryandesign at macports.org
Date:     2016-09-18 21:18:11 -0700 (Sun, 18 Sep 2016)
Log Message:
-----------
libconfuse: update to 2.8

3.0 changes the API so I'm playing it safe and not updating to that yet.

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

Modified: trunk/dports/devel/libconfuse/Portfile
===================================================================
--- trunk/dports/devel/libconfuse/Portfile	2016-09-19 04:11:00 UTC (rev 152814)
+++ trunk/dports/devel/libconfuse/Portfile	2016-09-19 04:18:11 UTC (rev 152815)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               github 1.0
 
-name                    libconfuse
-version                 2.7
+github.setup            martinh libconfuse 2.8 v
 categories              devel
 license                 ISC
 platforms               darwin
@@ -12,15 +12,14 @@
 long_description        ${description}
 
 homepage                http://www.nongnu.org/confuse/
-master_sites            http://savannah.nongnu.org/download/confuse/ \
-                        http://bzero.se/confuse/
+github.tarball_from     releases
 distname                confuse-${version}
+use_xz                  yes
 
-checksums               md5     45932fdeeccbb9ef4228f1c1a25e9c8f \
-                        sha1    b3f74f9763e6c9012476dbd323d083af4be34cad \
-                        rmd160  adff129b2fd078b0e233386541dd83f7b0c567a4
+checksums               rmd160  ac9cda327650b795690b9070f9cdbad6214fee89 \
+                        sha256  2a8102bfa3ccc846c14d94a81b0abfb4f5e855809f89ff3722aca1a9f314ea0d
 
-depends_build           path:bin/pkg-config:pkgconfig
+depends_build           port:pkgconfig
 
 post-destroot {
     xinstall -m 644 -W ${worksrcpath}/doc/man/man3 \
@@ -30,7 +29,3 @@
         confuse.h.3 \
         ${destroot}${prefix}/share/man/man3
 }
-
-livecheck.type          regex
-livecheck.url           [lindex ${master_sites} 0]
-livecheck.regex         {confuse-([0-9.]+)\.tar}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160918/f5504766/attachment.html>


More information about the macports-changes mailing list