[48469] trunk/dports/devel/pure-csv
ryandesign at macports.org
ryandesign at macports.org
Sun Mar 22 18:22:54 PDT 2009
Revision: 48469
http://trac.macports.org/changeset/48469
Author: ryandesign at macports.org
Date: 2009-03-22 18:22:53 -0700 (Sun, 22 Mar 2009)
Log Message:
-----------
pure-csv: update to 0.5
Modified Paths:
--------------
trunk/dports/devel/pure-csv/Portfile
trunk/dports/devel/pure-csv/files/patch-Makefile.diff
Modified: trunk/dports/devel/pure-csv/Portfile
===================================================================
--- trunk/dports/devel/pure-csv/Portfile 2009-03-23 01:19:43 UTC (rev 48468)
+++ trunk/dports/devel/pure-csv/Portfile 2009-03-23 01:22:53 UTC (rev 48469)
@@ -3,7 +3,7 @@
PortSystem 1.0
name pure-csv
-version 0.3
+version 0.5
categories devel
platforms darwin
maintainers ryandesign
@@ -18,9 +18,9 @@
and writing functions are loosely based on \
Python's CSV module
-checksums md5 ce5bbaf838f15206d9910f9b4ce5727f \
- sha1 6648789e26e9d8a7d2629b5af54dfaa1e339151b \
- rmd160 55e5dfd25814ff74faae8c7274f2aa60d173b6dc
+checksums md5 5fc8ee79678971ac32077e100124c9f8 \
+ sha1 6540e9a9aecf36e7c53e1d550c09734f8285893e \
+ rmd160 93b29ea39964d1e2f5dd1391497493660470b17c
depends_lib-append path:lib/libpure.dylib:pure
Modified: trunk/dports/devel/pure-csv/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/pure-csv/files/patch-Makefile.diff 2009-03-23 01:19:43 UTC (rev 48468)
+++ trunk/dports/devel/pure-csv/files/patch-Makefile.diff 2009-03-23 01:22:53 UTC (rev 48469)
@@ -1,20 +1,13 @@
---- Makefile.orig 2009-01-29 18:41:39.000000000 -0600
-+++ Makefile 2009-02-02 01:35:54.000000000 -0600
-@@ -52,14 +52,14 @@
- all: csv$(DLL)
+--- Makefile.orig 2009-03-16 11:48:17.000000000 -0500
++++ Makefile 2009-03-22 20:21:57.000000000 -0500
+@@ -75,8 +75,8 @@
+ rm -r *.aux *.log *.out
- csv$(DLL): csv.c
-- gcc $(shared) -o $@ $< $(FLAGS) -lpure $(LIBS)
-+ $(CC) $(shared) -o $@ $< $(FLAGS) -lpure $(LIBS)
-
- clean:
- rm -f *$(DLL) *~ *.a *.o
-
install:
- test -d "$(DESTDIR)$(libdir)/pure" || mkdir -p "$(DESTDIR)$(libdir)/pure"
-- cp csv.pure csv$(DLL) "$(DESTDIR)$(libdir)/pure"
+- cp csv.pure csv$(DLL) pure-csv.html "$(DESTDIR)$(libdir)/pure"
+ test -d "$(DESTDIR)`readlink $(libdir)/pure`" || mkdir -p "$(DESTDIR)`readlink $(libdir)/pure`"
-+ cp csv.pure csv$(DLL) "$(DESTDIR)`readlink $(libdir)/pure`"
++ cp csv.pure csv$(DLL) pure-csv.html "$(DESTDIR)`readlink $(libdir)/pure`"
uninstall:
- rm -f "$(DESTDIR)$(libdir)/pure/csv.pure" "$(DESTDIR)$(libdir)/pure/csv$(DLL)"
+ rm -f "$(DESTDIR)$(libdir)/pure/csv.pure" "$(DESTDIR)$(libdir)/pure/csv$(DLL)" "$(DESTDIR)$(libdir)/pure/pure-csv.html"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090322/02bcb9c1/attachment.html>
More information about the macports-changes
mailing list