[93097] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Tue May 15 01:32:23 PDT 2012


Revision: 93097
          https://trac.macports.org/changeset/93097
Author:   ryandesign at macports.org
Date:     2012-05-15 01:32:23 -0700 (Tue, 15 May 2012)
Log Message:
-----------
php-yaz: unified port; add modeline

Modified Paths:
--------------
    trunk/dports/php/php-yaz/Portfile

Added Paths:
-----------
    trunk/dports/php/php-yaz/

Modified: trunk/dports/php/php-yaz/Portfile
===================================================================
--- trunk/dports/php/php5-yaz/Portfile	2012-05-15 07:47:25 UTC (rev 93094)
+++ trunk/dports/php/php-yaz/Portfile	2012-05-15 08:32:23 UTC (rev 93097)
@@ -1,9 +1,11 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem              1.0
-PortGroup               php5extension 1.0
+PortGroup               php 1.0
 
-php5extension.setup     yaz 1.1.1 pecl
+php.setup               yaz 1.1.1 pecl
+php.branches            5.3
 categories-append       net databases devel
 platforms               darwin
 maintainers             nomaintainer
@@ -16,4 +18,6 @@
 checksums               sha1    c9c6ad3158886f08bd5dc26842206cfcb4b7ecd2 \
                         rmd160  af6a8c3e54617cf782f539de24a5797d3c3b58c4
 
-depends_lib-append      port:re2c port:yaz
+if {${name} != ${subport}} {
+    depends_lib-append  port:re2c port:yaz
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120515/a06724c8/attachment-0001.html>


More information about the macports-changes mailing list