[148864] trunk/dports/devel/libbert/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri May 20 08:57:04 PDT 2016


Revision: 148864
          https://trac.macports.org/changeset/148864
Author:   ryandesign at macports.org
Date:     2016-05-20 08:57:04 -0700 (Fri, 20 May 2016)
Log Message:
-----------
libbert: update to 20131017; fetch from tarball not from git; use cmake portgroup to fix library install_names (#51335)

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

Modified: trunk/dports/devel/libbert/Portfile
===================================================================
--- trunk/dports/devel/libbert/Portfile	2016-05-20 15:46:02 UTC (rev 148863)
+++ trunk/dports/devel/libbert/Portfile	2016-05-20 15:57:04 UTC (rev 148864)
@@ -2,25 +2,26 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           cmake 1.0
 PortGroup           github 1.0
 
-github.setup        ruediger libbert 0.0.1 libbert-
+github.setup        ruediger libbert d813e7832552a3623fbdb40e7bdfff07cf5343b8
+version             20131017
 categories          devel
 platforms           darwin
 maintainers         nomaintainer
 license             zlib
 
 description         LibBERT is a BERT (Binary ERlang Term) library for C++ and C.
+
 long_description    BERT is a format for encoding binary data. You can think of it as JSON \
                     for binary formats. BERT is based on Erlang’s External Format. \
                     bert.h is the C API (you need to link -lbert_capi!). \
                     bert.hpp is the C++ API (header only).
 
-fetch.type          git
-git.branch          c552c0644301f8069b63b7d122b76fe8d0317d46
+checksums           rmd160  12d837320d49bac972a62cbd102718cb4cb46e0d \
+                    sha256  01a1e83db33a6ecdc07f260910eda8b1a9faa3dddd822fdbe479530b639696b8
 
 depends_lib         port:boost
 
-depends_build       port:cmake
-
-configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}
+cmake.out_of_source yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160520/e4a2f3dc/attachment.html>


More information about the macports-changes mailing list