[138240] trunk/dports/databases/postgresql95/Portfile

jwa at macports.org jwa at macports.org
Thu Jul 2 14:29:32 PDT 2015


Revision: 138240
          https://trac.macports.org/changeset/138240
Author:   jwa at macports.org
Date:     2015-07-02 14:29:32 -0700 (Thu, 02 Jul 2015)
Log Message:
-----------
postgresql95: removing one variant-dependent contrib missed previously

Modified Paths:
--------------
    trunk/dports/databases/postgresql95/Portfile

Modified: trunk/dports/databases/postgresql95/Portfile
===================================================================
--- trunk/dports/databases/postgresql95/Portfile	2015-07-02 21:22:28 UTC (rev 138239)
+++ trunk/dports/databases/postgresql95/Portfile	2015-07-02 21:29:32 UTC (rev 138240)
@@ -98,6 +98,7 @@
 # remove python-specific contrib, if no python27 variant
     if {![variant_isset python27]} {
         file delete -force ${worksrcpath}/contrib/hstore_plpython
+        file delete -force ${worksrcpath}/contrib/ltree_plpython
     }
     set contribdirs [glob -nocomplain -type d ${worksrcpath}/contrib/*]
     foreach d [lsort $contribdirs] {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150702/61adea67/attachment.html>


More information about the macports-changes mailing list