[144064] trunk/dports/science/xtide

dstrubbe at macports.org dstrubbe at macports.org
Wed Dec 30 21:37:28 PST 2015


Revision: 144064
          https://trac.macports.org/changeset/144064
Author:   dstrubbe at macports.org
Date:     2015-12-30 21:37:28 -0800 (Wed, 30 Dec 2015)
Log Message:
-----------
xtide:
* Update to 2.14.
* Delete patch which was incorporated ("Changed GCC minimum version test to ignore Clang, which fraudulently identifies itself as an old GCC.  Bug report credit:  Ryan Schmidt.") and corresponding autoconf call.
* Update path for default data location given creation of libxtide.

Modified Paths:
--------------
    trunk/dports/science/xtide/Portfile

Removed Paths:
-------------
    trunk/dports/science/xtide/files/

Modified: trunk/dports/science/xtide/Portfile
===================================================================
--- trunk/dports/science/xtide/Portfile	2015-12-31 01:53:48 UTC (rev 144063)
+++ trunk/dports/science/xtide/Portfile	2015-12-31 05:37:28 UTC (rev 144064)
@@ -5,7 +5,7 @@
 PortGroup  compiler_blacklist_versions 1.0
 
 name			xtide
-version         2.13.2
+version         2.14
 platforms		darwin
 maintainers     dstrubbe openmaintainer
 
@@ -28,27 +28,22 @@
     license             GPL-3+
     master_sites-append http://pkgs.fedoraproject.org/repo/pkgs/${name}/${distfiles}/59de866e0684e123419d7a1c97ea23a5/
 
-    checksums           rmd160  1a6cb8885fb71361cc7ce035186a6ac627a9cb0d \
-                        sha256  fabf6b3097bb345598649ea55d1f2db269cbb651cddd73c60a9768088173d542
+    checksums           rmd160  8f319c1b6e3c3ca8b01493dd83d980778a2ad943 \
+                        sha256  b69ebd73e3798be5996a22c63b619537780ec8ed1ec5b92decf15fd4bc61320f
 
     depends_lib         port:libpng \
                         port:libtcd \
                         port:xorg-libXaw \
                         port:${name}-data
 
-    patchfiles          patch-configure.ac.diff
-
-    post-patch {
+    post-extract {
         # Make the default harmonics path conveniently point to our directory.
-        reinplace s|harmonics\\.tcd|${harmonics_dir}| ${worksrcpath}/HarmonicsPath.cc
+        reinplace s|harmonics\\.tcd|${harmonics_dir}| ${worksrcpath}/libxtide/HarmonicsPath.cc
     }
 
     # Per the configure script: "if using GCC, version 4.4 or later is required"
     compiler.blacklist  *gcc-4.2 gcc-4.0 gcc-3.3 {clang < 300}
 
-    # Regenerate configure after patching configure.ac for clang compatibility.
-    use_autoreconf      yes
-
     livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151230/b57f24e0/attachment-0001.html>


More information about the macports-changes mailing list