Revision: 107370 https://trac.macports.org/changeset/107370 Author: hum@macports.org Date: 2013-06-26 06:30:12 -0700 (Wed, 26 Jun 2013) Log Message: ----------- pficommon: update to 20130624. Modified Paths: -------------- trunk/dports/devel/pficommon/Portfile trunk/dports/devel/pficommon/files/patch-wscript.diff Modified: trunk/dports/devel/pficommon/Portfile =================================================================== --- trunk/dports/devel/pficommon/Portfile 2013-06-26 12:25:25 UTC (rev 107369) +++ trunk/dports/devel/pficommon/Portfile 2013-06-26 13:30:12 UTC (rev 107370) @@ -4,8 +4,8 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup pfi pficommon 97700c8a4cbf506398dd9c8e6c270fe4c1055427 -version 20130603 +github.setup pfi pficommon 8cfd5a71148b25a7d357fbcab50b51905b5f403d +version 20130624 categories devel maintainers hum openmaintainer @@ -16,8 +16,8 @@ platforms darwin license BSD -checksums rmd160 936cc492d00c5aa48d9adad212c08fbb34b83513 \ - sha256 d5d152586945e84a3c937ef8d417ea9a9f8a9443cd574b3d72c0a62bf6693782 +checksums rmd160 f5ce55a8fc6d8f502e48e48ec41861d0b33d0f2e \ + sha256 dbc194e84ffb31db5183b957d0f6fc4b2ec2754c4c017342a963e481f770e8b0 patchfiles patch-wscript.diff Modified: trunk/dports/devel/pficommon/files/patch-wscript.diff =================================================================== --- trunk/dports/devel/pficommon/files/patch-wscript.diff 2013-06-26 12:25:25 UTC (rev 107369) +++ trunk/dports/devel/pficommon/files/patch-wscript.diff 2013-06-26 13:30:12 UTC (rev 107370) @@ -1,39 +1,23 @@ -*** wscript.orig Mon Jun 11 23:46:50 2012 ---- wscript Mon Jun 11 23:46:50 2012 -*************** -*** 50,56 **** - - [Modules] - FCGI module: %s -! Database module: %s - have MySQL lib: %s - have PostgreSQL lib: %s - MessagePack RPC module: %s ---- 50,56 ---- - - [Modules] - FCGI module: %s -! Database module: - have MySQL lib: %s - have PostgreSQL lib: %s - MessagePack RPC module: %s -*************** -*** 66,72 **** - Compiler version: %s - CXXFLAGS: %s - """ % (conf.env.BUILD_FCGI and 'yes' or 'no', -! (not Options.options.disable_database) and 'yes' or 'no', - conf.env.BUILD_MYSQL and 'yes' or 'no', - conf.env.BUILD_PGSQL and 'yes' or 'no', - conf.env.BUILD_MPRPC and 'yes' or 'no', ---- 66,72 ---- - Compiler version: %s - CXXFLAGS: %s - """ % (conf.env.BUILD_FCGI and 'yes' or 'no', -! # (not Options.options.disable_database) and 'yes' or 'no', - conf.env.BUILD_MYSQL and 'yes' or 'no', - conf.env.BUILD_PGSQL and 'yes' or 'no', - conf.env.BUILD_MPRPC and 'yes' or 'no', +--- wscript.orig 2013-06-25 15:51:01.000000000 +0900 ++++ wscript 2013-06-26 21:21:46.000000000 +0900 +@@ -45,7 +45,7 @@ + + [Modules] + FCGI module: %s +-Database module: %s ++Database module: + have MySQL lib: %s + have PostgreSQL lib: %s + MessagePack RPC module: %s +@@ -61,7 +61,7 @@ + Compiler version: %s + CXXFLAGS: %s + """ % (conf.env.BUILD_FCGI and 'yes' or 'no', +- (not Options.options.disable_database) and 'yes' or 'no', ++# (not Options.options.disable_database) and 'yes' or 'no', + conf.env.BUILD_MYSQL and 'yes' or 'no', + conf.env.BUILD_PGSQL and 'yes' or 'no', + conf.env.BUILD_MPRPC and 'yes' or 'no', --- src/database/wscript.orig 2013-02-18 17:40:50.000000000 +0900 +++ src/database/wscript 2013-02-20 00:40:00.000000000 +0900 @@ -2,15 +2,19 @@