[144181] trunk/dports/devel/librets/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Jan 3 17:56:13 PST 2016


Revision: 144181
          https://trac.macports.org/changeset/144181
Author:   khindenburg at macports.org
Date:     2016-01-03 17:56:12 -0800 (Sun, 03 Jan 2016)
Log Message:
-----------
librets: update to 1.6.1; move to github

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

Modified: trunk/dports/devel/librets/Portfile
===================================================================
--- trunk/dports/devel/librets/Portfile	2016-01-04 00:56:17 UTC (rev 144180)
+++ trunk/dports/devel/librets/Portfile	2016-01-04 01:56:12 UTC (rev 144181)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup       github 1.0
+PortGroup       active_variants 1.1
 
-name            librets
-version         1.4.0
-revision        1
+github.setup    NationalAssociationOfRealtors libRETS 1.6.1
+set name        librets
 categories      devel
 platforms       darwin
 maintainers     josephholsten.com:joseph
@@ -18,21 +19,29 @@
     concentrate on their application, saving them time and money in \
     the process.
 
-homepage        http://www.crt.realtors.org/projects/rets/librets/
-master_sites    ${homepage}/files/
+checksums       rmd160  bcd74544b2a23814f5437ed4cdcc0fcb64e9b7bd \
+                sha256  0e64b5058bddc5a410cb9d81dd21ea508112a854f1ffb94a18b085fdf39504ff
 
-checksums       md5 e8c5bde8897d6f3d979b5415c4392961 \
-                sha1 b398098efce28b4afbe7020bfa070f6aeb8baac2 \
-                rmd160 28673dc8e60b782ad5def9a388490befd013a7d3
+depends_build   port:autoconf \
+                port:automake \
+                port:libtool
 
 depends_lib     port:boost port:curl port:swig
 
-configure.args-append --disable-perl \
-               --disable-php \
-               --disable-ruby \
-               --disable-java \
-               --disable-python
+# Requires boost static, hence forbids boost +no_static
+require_active_variants boost {} no_static
 
+pre-configure {
+    system -W ${worksrcpath} "./autogen.sh"
+}
+
+configure.args-append   --disable-perl \
+                        --disable-php \
+                        --disable-ruby \
+                        --disable-java \
+                        --disable-python \
+                        --disable-dotnet
+
 variant java description {Build Java bindings} {
     depends_lib-append port:swig-java
     configure.args-delete --disable-java
@@ -62,7 +71,3 @@
     depends_lib port:antlr
     configure.args-append --enable-sql-compiler
 }
-
-livecheck.type  regex
-livecheck.url   http://www.crt.realtors.org/projects/rets/librets/downloads/
-livecheck.regex ${name}-(\\d+(?:\\.\\d+)+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160103/171fec69/attachment.html>


More information about the macports-changes mailing list