[147450] trunk/dports/games/frobtads/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Apr 3 16:49:07 PDT 2016


Revision: 147450
          https://trac.macports.org/changeset/147450
Author:   khindenburg at macports.org
Date:     2016-04-03 16:49:07 -0700 (Sun, 03 Apr 2016)
Log Message:
-----------
frobtads: update to 1.2.3; add license; maintainer timeout #41087

Modified Paths:
--------------
    trunk/dports/games/frobtads/Portfile

Modified: trunk/dports/games/frobtads/Portfile
===================================================================
--- trunk/dports/games/frobtads/Portfile	2016-04-03 23:19:31 UTC (rev 147449)
+++ trunk/dports/games/frobtads/Portfile	2016-04-03 23:49:07 UTC (rev 147450)
@@ -4,10 +4,10 @@
 PortSystem          1.0
 
 name                frobtads
-version             0.13
-revision            1
+version             1.2.3
 categories          games
 maintainers         josephholsten.com:joseph
+license             {Restrictive/Distributable}
 description         FrobTADS is a new version of TADS for Unix
 long_description    FrobTADS is a complete rewrite of the Unix version. It \
 adds support for a number of relatively recent TADS features that were \
@@ -20,27 +20,13 @@
 
 platforms           darwin freebsd
 master_sites        http://www.tads.org/frobtads/
-checksums           ${distname}${extract.suffix} \
-                    md5 b6f25787b9ff7b89931d765046c68642 \
-                    sha1 2a03ebba5a0332dda6e2413ff950b9c079437f96 \
-                    rmd160 016c2d0af44560802d8ed8822b4599af1d68e20f
 
-depends_lib         port:ncurses
+checksums           rmd160  3e22c7db6dabc0544c84a09edbde618a18b35e1e \
+                    sha256  88c6a987813d4be1420a1c697e99ecef4fa9dd9bc922be4acf5a3054967ee788
 
-configure.cxxflags-append -fno-strict-aliasing
+depends_lib         port:curl \
+                    port:ncurses
 
-variant tads3 description {Adds TADS3 Compiler} {
-    set tads3file ${name}-t3compiler-${version}${extract.suffix}
-    distfiles-append    ${tads3file}
-    
-    checksums-append    ${tads3file} \
-                        md5 231d359f389be3d28e8134a2b832dd70 \
-                        sha1 1c46bf86ae19297fadb2e95fdf621489b5a7465a \
-                        rmd160 df2bbe12c3a28ffea1f0eb132d72879f2218a48b
-
-    extract.only-delete ${tads3file}
-    post-extract    {
-        set tads3file ${name}-t3compiler-${version}${extract.suffix}
-        system "tar xfz ${distpath}/${tads3file} -C ${worksrcpath}"
-    }
-}
+livecheck.type      regex
+livecheck.regex     FrobTADS (\[0-9.\]+)
+livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160403/8a587ea0/attachment.html>


More information about the macports-changes mailing list