[102173] trunk/dports/devel/libmcs/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jan 28 23:41:17 PST 2013


Revision: 102173
          https://trac.macports.org/changeset/102173
Author:   ryandesign at macports.org
Date:     2013-01-28 23:41:17 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
libmcs: update to 0.7.2, and fetch the official distfile from the developer's homepage, instead of a custom version from the maintainer's web page as we had been doing (#25264); remove apparently unnecessary muniversal portgroup, and fix the commented-out kconfig variant as far as I know how to (#25233)

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

Modified: trunk/dports/devel/libmcs/Portfile
===================================================================
--- trunk/dports/devel/libmcs/Portfile	2013-01-29 07:34:15 UTC (rev 102172)
+++ trunk/dports/devel/libmcs/Portfile	2013-01-29 07:41:17 UTC (rev 102173)
@@ -2,18 +2,15 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               muniversal 1.0
 
 name                    libmcs
-version                 0.7.1
-revision                1
+version                 0.7.2
 categories              devel
 maintainers             nodetwo.com:jdunn
 license                 GPL-3
 homepage                http://www.atheme.org/
 platforms               darwin linux
 use_parallel_build      yes
-master_sites            http://www.nodetwo.com/macports/libmcs/
 
 description \
     A library and set of tools which abstract the storage of configuration \
@@ -27,11 +24,13 @@
     It does not impose any specific data storage requirement, nor is it tied \
     to any desktop environment or software suite.
 
-checksums \
-    md5     bff6a7e6f39c8fbcb63f1c659ea8c2c6 \
-    sha1    683f0c62aa8374f5ec1bf32e5b778a82e638ae21 \
-    rmd160  6c8e2f5afc3c4dd1c951f73131cd5d3c6751c8a0
+master_sites            http://distfiles.atheme.org/
+use_bzip2               yes
+extract.suffix          .tbz2
 
+checksums               rmd160  049dc27eccf6bbd423f08234399b200c9e942f4d \
+                        sha256  e4b0ce2c0f1d15a780418e53ea2b7a8d0e924219c6798c6ca4ad4ff1727fd5ce
+
 patchfiles \
     patch-m4-buildsys.m4.diff
 
@@ -61,8 +60,8 @@
     configure.args-append  --enable-gconf
 }
 
-#variant kconfig description {Build with kconfig support} {
-#    depends_lib-append     port:kconfig
+#variant kconfig conflicts universal description {Build with kconfig support} {
+#    depends_lib-append     port:kdelibs4
 #    configure.args-delete  --disable-kconfig
 #    configure.args-append  --enable-kconfig
 #}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130128/da943d57/attachment.html>


More information about the macports-changes mailing list