[123041] trunk/dports/gnome/linsmith

devans at macports.org devans at macports.org
Sun Aug 3 21:26:39 PDT 2014


Revision: 123041
          https://trac.macports.org/changeset/123041
Author:   devans at macports.org
Date:     2014-08-03 21:26:39 -0700 (Sun, 03 Aug 2014)
Log Message:
-----------
linsmith: update to version 0.99.28, dependencies, remove discontinued macro AM_PROG_CC_STDC and autoreconf.

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

Added Paths:
-----------
    trunk/dports/gnome/linsmith/files/patch-configure.in.diff

Modified: trunk/dports/gnome/linsmith/Portfile
===================================================================
--- trunk/dports/gnome/linsmith/Portfile	2014-08-04 04:06:45 UTC (rev 123040)
+++ trunk/dports/gnome/linsmith/Portfile	2014-08-04 04:26:39 UTC (rev 123041)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            linsmith
-version         0.99.26
+version         0.99.28
 license         GPL-2+
 description     linSmith is a Smith Charting program.
 
@@ -19,17 +19,19 @@
 homepage        http://jcoppens.com/soft/linsmith/index.en.php
 master_sites    sourceforge
 
-checksums       md5 d963f88f5dc0010ede1598506da35535 \
-                sha1 58ee547c05d8598e0dd24ccb0737ace18e1aca67 \
-                rmd160 b0c07d8390565775cb0cd06b96aec037ebecd627
+checksums       rmd160  99e22981a1ebebb30316c236c9757a4d3b18457e \
+                sha256  22196edb6e4c72a45a3d0a794a0bb140ab5932a5e59a40e2e9ee143b53c4235d
 
-depends_build   port:pkgconfig \
-                port:intltool
+depends_build   port:pkgconfig
 
 depends_lib     port:libxml2 \
                 port:libgnomeui
 
-patchfiles      return-types.diff
+patchfiles      patch-configure.in.diff \
+                return-types.diff
 
+use_autoreconf  yes
+autoreconf.args -fvi
+
 livecheck.url   http://sourceforge.net/projects/${name}/files/
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

Added: trunk/dports/gnome/linsmith/files/patch-configure.in.diff
===================================================================
--- trunk/dports/gnome/linsmith/files/patch-configure.in.diff	                        (rev 0)
+++ trunk/dports/gnome/linsmith/files/patch-configure.in.diff	2014-08-04 04:26:39 UTC (rev 123041)
@@ -0,0 +1,10 @@
+--- configure.in.orig	2014-08-03 21:12:30.000000000 -0700
++++ configure.in	2014-08-03 21:13:05.000000000 -0700
+@@ -10,7 +10,6 @@
+ 
+ AC_SEARCH_LIBS([strerror],[cposix])
+ AC_PROG_CC
+-AM_PROG_CC_STDC
+ AC_HEADER_STDC
+ 
+ dnl MAKE_SUBDIRS="src po"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140803/0400cd5d/attachment.html>


More information about the macports-changes mailing list