[93029] trunk/dports/php
ryandesign at macports.org
ryandesign at macports.org
Mon May 14 00:09:42 PDT 2012
Revision: 93029
https://trac.macports.org/changeset/93029
Author: ryandesign at macports.org
Date: 2012-05-14 00:09:41 -0700 (Mon, 14 May 2012)
Log Message:
-----------
php-bbcode: unified port; update to 1.0.3b1 because 1.0.2 doesn't build with php 5.4; add modeline
Modified Paths:
--------------
trunk/dports/php/php-bbcode/Portfile
Added Paths:
-----------
trunk/dports/php/php-bbcode/
Modified: trunk/dports/php/php-bbcode/Portfile
===================================================================
--- trunk/dports/php/php5-bbcode/Portfile 2012-05-14 06:54:37 UTC (rev 93028)
+++ trunk/dports/php/php-bbcode/Portfile 2012-05-14 07:09:41 UTC (rev 93029)
@@ -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 bbcode 1.0.2 pecl
+php.setup bbcode 1.0.3b1 pecl
+php.branches 5.3 5.4
license PHP
categories php devel
platforms darwin
@@ -17,16 +19,19 @@
tags in the good order, and closing terminating tags at the end of the \
string this is in order to ensure HTML Validity in all case.
-checksums md5 1fb6971b2758a50785f188964991ddf9 \
- sha1 64c21dd9c954664a0f8dd920c1e5af2841b527a6 \
- rmd160 55f3c8aa5876a24e5fdf289eaab20c057f540511
+checksums rmd160 2006e5ef2a1531d714fada2deb9f3abcd9641b8e \
+ sha256 c588adbc08b0d5b0df68d14e719202d3d4c22a8a0201b786927bec471ed61da7
use_parallel_build yes
-post-destroot {
- set docdir ${prefix}/share/doc/${name}
- xinstall -d ${destroot}${docdir}
- xinstall -m 644 -W ${worksrcpath} CREDITS LICENSE TODO ${destroot}${docdir}
+if {${name} != ${subport}} {
+ test.run yes
+
+ post-destroot {
+ set docdir ${prefix}/share/doc/${subport}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 644 -W ${worksrcpath} CREDITS LICENSE TODO ${destroot}${docdir}
+ }
}
-test.run yes
+php.pecl_livecheck_stable no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120514/b0c29dfe/attachment.html>
More information about the macports-changes
mailing list