[111275] trunk/dports/gnome/linsmith/Portfile

jmr at macports.org jmr at macports.org
Tue Sep 17 22:22:57 PDT 2013


Revision: 111275
          https://trac.macports.org/changeset/111275
Author:   jmr at macports.org
Date:     2013-09-17 22:22:57 -0700 (Tue, 17 Sep 2013)
Log Message:
-----------
linsmith: update to 0.99.26 to fix checksum mismatch (apparently the 0.99.24 tarball on sourceforge was replaced with one containing 0.99.25), correct license, add patch for return type bugs

Modified Paths:
--------------
    trunk/dports/gnome/linsmith/Portfile

Modified: trunk/dports/gnome/linsmith/Portfile
===================================================================
--- trunk/dports/gnome/linsmith/Portfile	2013-09-18 05:12:53 UTC (rev 111274)
+++ trunk/dports/gnome/linsmith/Portfile	2013-09-18 05:22:57 UTC (rev 111275)
@@ -4,8 +4,8 @@
 PortSystem      1.0
 
 name            linsmith
-version         0.99.24
-license         GPL-2
+version         0.99.26
+license         GPL-2+
 description     linSmith is a Smith Charting program.
 
 long_description \
@@ -19,8 +19,9 @@
 homepage        http://jcoppens.com/soft/linsmith/index.en.php
 master_sites    sourceforge
 
-checksums       rmd160  047051557ce5bcb712a577c4e806fdc74cf34004 \
-                sha256  f2e124240bc14cc918b8ff3336bf4579fca91770aaa8ddbef0828c48f1a90ea1
+checksums       md5 d963f88f5dc0010ede1598506da35535 \
+                sha1 58ee547c05d8598e0dd24ccb0737ace18e1aca67 \
+                rmd160 b0c07d8390565775cb0cd06b96aec037ebecd627
 
 depends_build   port:pkgconfig \
                 port:intltool
@@ -28,10 +29,7 @@
 depends_lib     port:libxml2 \
                 port:libgnomeui
 
-# TODO: Really fix this bug.  This just masks the issue
-if {[string match *clang* ${configure.compiler}]} {
-    configure.cflags-append -Wno-return-type
-}
+patchfiles      return-types.diff
 
 livecheck.url   http://sourceforge.net/projects/${name}/files/
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130917/2103626a/attachment.html>


More information about the macports-changes mailing list