[135609] trunk/dports/textproc/libebml/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 27 19:58:45 PDT 2015


Revision: 135609
          https://trac.macports.org/changeset/135609
Author:   ryandesign at macports.org
Date:     2015-04-27 19:58:45 -0700 (Mon, 27 Apr 2015)
Log Message:
-----------
libebml: update to 1.3.1; take over as maintainer

Modified Paths:
--------------
    trunk/dports/textproc/libebml/Portfile

Modified: trunk/dports/textproc/libebml/Portfile
===================================================================
--- trunk/dports/textproc/libebml/Portfile	2015-04-28 01:14:36 UTC (rev 135608)
+++ trunk/dports/textproc/libebml/Portfile	2015-04-28 02:58:45 UTC (rev 135609)
@@ -4,11 +4,11 @@
 PortSystem          1.0
 
 name                libebml
-version             1.3.0
-revision            1
+version             1.3.1
 categories          textproc
+maintainers         ryandesign openmaintainer
 license             LGPL-2.1+
-maintainers         nomaintainer
+
 description         EBML (Extensible Binary Meta Language), sort of binary version of XML.
 long_description    EBML (Extensible Binary Meta Language), a binary derivative of \
                     XML. EBML enables the Matroska Development Team to gain \
@@ -19,37 +19,9 @@
 master_sites        http://dl.matroska.org/downloads/${name}/
 use_bzip2           yes
 
-checksums           md5     efec729bf5a51e649e1d9d1f61c0ae7a \
-                    sha1    5a49ae3fddfe4b514f76d5743b29b23e0ecbc935 \
-                    rmd160  76f945a96e9950c25ccdb6c9e5cc4225dd6bd163
+checksums           rmd160  b81ee0df04fb90013d1dce3fefcae6622d6b61f9 \
+                    sha256  195894b31aaca55657c9bc157d744f23b0c25597606b97cfa5a9039c4b684295
 
-post-extract {
-    system "cd ${worksrcpath}/make && cp -R linux darwin"
-}
-
-use_configure       no
-
-variant universal {}
-if {[variant_isset universal]} {
-    set archflags ${configure.universal_cxxflags}
-} else {
-    set archflags ${configure.cxx_archflags}
-}
-
-set cxx_stdlibflags {}
-if {[string match *clang* ${configure.cxx}]} {
-    set cxx_stdlibflags -stdlib=${configure.cxx_stdlib}
-}
-
-build.dir           ${worksrcpath}/make/darwin
-build.args          prefix=${prefix} \
-                    CXX=${configure.cxx} \
-                    CXXFLAGS="${archflags} ${cxx_stdlibflags}"
-
-# We need -p for install because ld will ask for ranlib if the modification date changes.
-destroot.args       INSTALL_OPTS_LIB='-m 644 -p'
-destroot.destdir    prefix=${destroot}${prefix}
-
 livecheck.type      regex
 livecheck.url       [lindex ${master_sites} 0]
 livecheck.regex     >${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150427/bc5d685f/attachment.html>


More information about the macports-changes mailing list