[48178] trunk/dports/databases/pure-odbc

ryandesign at macports.org ryandesign at macports.org
Sun Mar 15 19:35:44 PDT 2009


Revision: 48178
          http://trac.macports.org/changeset/48178
Author:   ryandesign at macports.org
Date:     2009-03-15 19:35:44 -0700 (Sun, 15 Mar 2009)
Log Message:
-----------
pure-odbc: update to 0.2

Modified Paths:
--------------
    trunk/dports/databases/pure-odbc/Portfile
    trunk/dports/databases/pure-odbc/files/patch-Makefile.diff

Modified: trunk/dports/databases/pure-odbc/Portfile
===================================================================
--- trunk/dports/databases/pure-odbc/Portfile	2009-03-16 02:33:16 UTC (rev 48177)
+++ trunk/dports/databases/pure-odbc/Portfile	2009-03-16 02:35:44 UTC (rev 48178)
@@ -3,7 +3,7 @@
 PortSystem                      1.0
 
 name                            pure-odbc
-version                         0.1
+version                         0.2
 categories                      databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -18,9 +18,9 @@
                                 you access a large variety of open source \
                                 and commercial database systems from Pure
 
-checksums                       md5     825c7956e2aec87b874b03569c2d8d84 \
-                                sha1    2411890a13ef7a4b6ec72c834193ff9665b41ddc \
-                                rmd160  1bea7cbd12a740dd9945dfe201a6a474e3350c79
+checksums                       md5     f57b5928be8d6d499812c883a1c1cc0c \
+                                sha1    c7a748eb5d0c8290034aceb65de713e01a0382b9 \
+                                rmd160  9f563efca372ce479578d137288c729c17b39ddc
 
 depends_lib-append              path:lib/libpure.dylib:pure \
                                 path:lib/libgmp.dylib:gmp \

Modified: trunk/dports/databases/pure-odbc/files/patch-Makefile.diff
===================================================================
--- trunk/dports/databases/pure-odbc/files/patch-Makefile.diff	2009-03-16 02:33:16 UTC (rev 48177)
+++ trunk/dports/databases/pure-odbc/files/patch-Makefile.diff	2009-03-16 02:35:44 UTC (rev 48178)
@@ -1,13 +1,13 @@
---- Makefile.orig	2009-02-24 15:11:56.000000000 -0600
-+++ Makefile	2009-02-28 06:32:58.000000000 -0600
-@@ -62,8 +62,8 @@
- 	rm -f *$(DLL) *~ *.a *.o
+--- Makefile.orig	2009-03-10 15:20:12.000000000 -0500
++++ Makefile	2009-03-15 21:29:45.000000000 -0500
+@@ -79,8 +79,8 @@
+ 	rm -f *.aux *.log *.out
  
  install:
 -	test -d "$(DESTDIR)$(libdir)/pure" || mkdir -p "$(DESTDIR)$(libdir)/pure"
--	cp odbc.pure odbc$(DLL) "$(DESTDIR)$(libdir)/pure"
+-	cp odbc.pure odbc$(DLL) pure-odbc.html "$(DESTDIR)$(libdir)/pure"
 +	test -d "$(DESTDIR)`readlink $(libdir)/pure`" || mkdir -p "$(DESTDIR)`readlink $(libdir)/pure`"
-+	cp odbc.pure odbc$(DLL) "$(DESTDIR)`readlink $(libdir)/pure`"
++	cp odbc.pure odbc$(DLL) pure-odbc.html "$(DESTDIR)`readlink $(libdir)/pure`"
  
  uninstall:
- 	rm -f "$(DESTDIR)$(libdir)/pure/odbc.pure" "$(DESTDIR)$(libdir)/pure/odbc$(DLL)"
+ 	rm -f "$(DESTDIR)$(libdir)/pure/odbc.pure" "$(DESTDIR)$(libdir)/pure/odbc$(DLL)" "$(DESTDIR)$(libdir)/pure/pure-odbc.html"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090315/b88bd084/attachment.html>


More information about the macports-changes mailing list