[112677] trunk/dports/devel/pficommon/Portfile

hum at macports.org hum at macports.org
Tue Oct 29 05:51:56 PDT 2013


Revision: 112677
          https://trac.macports.org/changeset/112677
Author:   hum at macports.org
Date:     2013-10-29 05:51:56 -0700 (Tue, 29 Oct 2013)
Log Message:
-----------
pficommon: update to 20131022; enable to build on Snow Leopard or earlier.

Modified Paths:
--------------
    trunk/dports/devel/pficommon/Portfile

Modified: trunk/dports/devel/pficommon/Portfile
===================================================================
--- trunk/dports/devel/pficommon/Portfile	2013-10-29 12:34:32 UTC (rev 112676)
+++ trunk/dports/devel/pficommon/Portfile	2013-10-29 12:51:56 UTC (rev 112677)
@@ -4,8 +4,8 @@
 PortSystem          1.0
 PortGroup           github 1.0
 
-github.setup        pfi pficommon d44b82d315ecde6a713b801e81b1d7ad603539ec
-version             20130704
+github.setup        pfi pficommon 692f8f25e8cfdf7fa7054ebb1d3ec8cb3287c5ea
+version             20131022
 
 categories          devel
 maintainers         hum openmaintainer
@@ -16,11 +16,20 @@
 platforms           darwin
 license             BSD
 
-checksums           rmd160  04c9970f2ff10207758dc2b6519cc818028f22b8 \
-                    sha256  a984b3ae1637f33c2bfac53880494724338a3b64014b0dbac048115e0d0cfd40
+checksums           rmd160  673fdd0880ed1900347fc798a26dd1866b693091 \
+                    sha256  e3dec5e0d4caf94267b323f606ed3a12b38b2b83bf27a40a6a4c0cf47af1067b
 
 patchfiles          patch-wscript.diff
 
+platform darwin {
+    if {${os.major} <= 10} {
+        pre-fetch {
+            ui_error "$name does not build on Snow Leopard or earlier."
+            error "unsupported platform"
+        }
+    }
+}
+
 # optional database: my = MySQL, pg = PostgreSQL.
 set my_pkg          mysql55
 set pg_version      93
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131029/4d47d62a/attachment.html>


More information about the macports-changes mailing list