[122100] trunk/dports/science/funtools
devans at macports.org
devans at macports.org
Mon Jul 14 10:15:32 PDT 2014
Revision: 122100
https://trac.macports.org/changeset/122100
Author: devans at macports.org
Date: 2014-07-14 10:15:32 -0700 (Mon, 14 Jul 2014)
Log Message:
-----------
funtools: update to version 1.4.4 (#29374).
Modified Paths:
--------------
trunk/dports/science/funtools/Portfile
trunk/dports/science/funtools/files/patch-funtools
Modified: trunk/dports/science/funtools/Portfile
===================================================================
--- trunk/dports/science/funtools/Portfile 2014-07-14 16:57:10 UTC (rev 122099)
+++ trunk/dports/science/funtools/Portfile 2014-07-14 17:15:32 UTC (rev 122100)
@@ -4,7 +4,7 @@
PortSystem 1.0
name funtools
-version 1.4.0
+version 1.4.4
categories science
platforms darwin
maintainers nomaintainer
@@ -28,10 +28,10 @@
homepage http://www.cfa.harvard.edu/~john/funtools/
master_sites ${homepage}
-checksums md5 8079d723e1424141c3f2bc4ea9b323db \
- sha1 cf24c89acd4a4e6815336e0cbc4d445998d89db3 \
- rmd160 f566ac1dfd5724171f46507ccbdec6f80a168f5b
+checksums rmd160 26f4a7395045f25c70286cbc5b384666470c8d3a \
+ sha256 f47a00e774b557931a7ff00ddd0852e32ae5d2a2f0d3a227f8ba81d3db1e863b
+
depends_run port:xpa
patch.pre_args -p1
Modified: trunk/dports/science/funtools/files/patch-funtools
===================================================================
--- trunk/dports/science/funtools/files/patch-funtools 2014-07-14 16:57:10 UTC (rev 122099)
+++ trunk/dports/science/funtools/files/patch-funtools 2014-07-14 17:15:32 UTC (rev 122100)
@@ -50,32 +50,19 @@
# There are just too many different versions of "install" around;
# better to use the install-sh script that comes with the distribution,
-diff -Naur funtools-1.4.0.orig/util/Makefile funtools-1.4.0/util/Makefile
---- funtools-1.4.0.orig/util/Makefile 2007-08-03 19:12:00.000000000 +0200
-+++ funtools-1.4.0/util/Makefile 2009-12-23 17:01:56.000000000 +0200
-@@ -129,7 +129,7 @@
+--- funtools-1.4.0.orig/wcs/Makefile.in 2006-11-30 20:46:29.000000000 +0200
++++ funtools-1.4.0/wcs/Makefile.in 2009-12-23 17:01:56.000000000 +0200
+@@ -43,7 +43,7 @@
+ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
- TESTPROGS = tparse
+ # Directory in which to install the include file wcs.h:
+-INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include
++INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/funtools
--PROGS = gcat
-+PROGS = fungcat
-
- all: $(LIB) $(PROGS)
-
-@@ -180,8 +180,8 @@
-
- gcat.o: gcat.c gio.h
-
--gcat: gcat.o $(LIB)
-- $(CC) $(LDFLAGS) gcat.o -o gcat $(LIB) $(LIBS) $(EXTRA_LIBS)
-+fungcat: gcat.o $(LIB)
-+ $(CC) $(LDFLAGS) gcat.o -o fungcat $(LIB) $(LIBS) $(EXTRA_LIBS)
-
- tparse.o: tparse.c
-
-diff -Naur funtools-1.4.0.orig/util/Makefile.in funtools-1.4.0/util/Makefile.in
---- funtools-1.4.0.orig/util/Makefile.in 2007-05-22 20:37:01.000000000 +0200
-+++ funtools-1.4.0/util/Makefile.in 2009-12-23 17:02:55.000000000 +0200
+ # To change the compiler switches, for example to change from -O
+ # to -g, change the following line:
+--- funtools-1.4.4/util/Makefile.in.orig 2009-03-30 05:59:34.000000000 -0700
++++ funtools-1.4.4/util/Makefile.in 2014-07-14 10:08:51.000000000 -0700
@@ -44,7 +44,7 @@
BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
@@ -87,7 +74,7 @@
INCLUDES =
@@ -129,7 +129,7 @@
- TESTPROGS = tparse
+ TESTPROGS = tparse tlaunch tlaunch2
-PROGS = gcat
+PROGS = fungcat
@@ -105,24 +92,12 @@
tparse.o: tparse.c
-@@ -219,7 +219,7 @@
+@@ -230,7 +230,7 @@
fi; \
done;
- @for i in NaN.h conf.h file.h find.h gio.h launch.h longlong.h \
+ @for i in NaN.h conf.h file.h find.h gio.h xlaunch.h longlong.h \
- macro.h mainlib.h tclmainlib.h mkrtemp.h parse.h prsetup.h \
+ macro.h mainlib.h tclmainlib.h mkrtemp.h parse.h \
- xalloc.h strtod.h swap.h word.h xport.h xfileio.h zprocess.h; \
+ xalloc.h strtod.h swap.h word.h xport.h winprocess.h xfileio.h \
+ zprocess.h; \
do \
- if [ -f $$i ] ; then \
-diff -Naur funtools-1.4.0.orig/wcs/Makefile.in funtools-1.4.0/wcs/Makefile.in
---- funtools-1.4.0.orig/wcs/Makefile.in 2006-11-30 20:46:29.000000000 +0200
-+++ funtools-1.4.0/wcs/Makefile.in 2009-12-23 17:01:56.000000000 +0200
-@@ -43,7 +43,7 @@
- BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
-
- # Directory in which to install the include file wcs.h:
--INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include
-+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/funtools
-
- # To change the compiler switches, for example to change from -O
- # to -g, change the following line:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140714/bc3adb65/attachment.html>
More information about the macports-changes
mailing list