[118822] trunk/dports/databases/pure-sql3/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Apr 11 00:25:58 PDT 2014


Revision: 118822
          https://trac.macports.org/changeset/118822
Author:   ryandesign at macports.org
Date:     2014-04-11 00:25:58 -0700 (Fri, 11 Apr 2014)
Log Message:
-----------
pure-sql3: update to 0.5; add pkgconfig build dependency; add gmp library dependency; smarten quotes in description

Modified Paths:
--------------
    trunk/dports/databases/pure-sql3/Portfile

Modified: trunk/dports/databases/pure-sql3/Portfile
===================================================================
--- trunk/dports/databases/pure-sql3/Portfile	2014-04-11 07:25:20 UTC (rev 118821)
+++ trunk/dports/databases/pure-sql3/Portfile	2014-04-11 07:25:58 UTC (rev 118822)
@@ -4,8 +4,7 @@
 PortSystem                      1.0
 PortGroup                       pure 1.0
 
-pure.setup                      sql3 0.4
-revision                        2
+pure.setup                      sql3 0.5
 categories                      databases
 platforms                       darwin
 maintainers                     ryandesign
@@ -13,17 +12,15 @@
 
 description                     an SQLite interface for the Pure programming language
 
-long_description                ${name} is a wrapper around SQLite's C interface \
+long_description                ${name} is a wrapper around SQLite’s C interface \
                                 that provides Pure programers access to almost \
-                                all of SQLite's features, including many that are \
-                                not available through Pure's generic ODBC interface.
+                                all of SQLite’s features, including many that are \
+                                not available through Pure’s generic ODBC interface.
 
-# 0.4 was stealth-updated 2011-10-20
-dist_subdir                     ${name}/${version}_1
+checksums                       rmd160  44d77f63a2876dd7633965be54e5cfc0ce198c98 \
+                                sha256  b9f79dd443c8ffc5cede51e2af617f24726f5c0409aab4948c9847e6adb53c37
 
-checksums                       rmd160  ae21ea9a3b3088b38b09f1c3461d2487a429bd36 \
-                                sha256  736d06f9bd21db0d1c27e7b387853aa4d8136e546ffd36c7636e9a73f7966479
+depends_build-append            port:pkgconfig
 
-depends_lib-append              port:sqlite3
-
-configure.ldflags-append        -lgmp
+depends_lib-append              port:gmp \
+                                port:sqlite3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140411/5b18c9c9/attachment-0001.html>


More information about the macports-changes mailing list