[88586] trunk/dports/www/phpbb/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Jan 4 15:36:51 PST 2012
Revision: 88586
http://trac.macports.org/changeset/88586
Author: ryandesign at macports.org
Date: 2012-01-04 15:36:50 -0800 (Wed, 04 Jan 2012)
Log Message:
-----------
phpbb: whitespace cleanup
Modified Paths:
--------------
trunk/dports/www/phpbb/Portfile
Modified: trunk/dports/www/phpbb/Portfile
===================================================================
--- trunk/dports/www/phpbb/Portfile 2012-01-04 23:34:55 UTC (rev 88585)
+++ trunk/dports/www/phpbb/Portfile 2012-01-04 23:36:50 UTC (rev 88586)
@@ -6,9 +6,12 @@
name phpbb
version 3.0.10
categories www php
+platforms darwin freebsd
maintainers snc openmaintainer
license {GPL-2 GPL-3}
+
description A PHP-based bulletin board / discussion forum system
+
long_description phpBB is a high powered, fully scalable, and highly \
customisable open-source bulletin board package. phpBB \
has a user-friendly interface, simple and straightforward \
@@ -16,12 +19,15 @@
powerful PHP server language and your choice of MySQL, \
MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB \
is the ideal free community solution for all web sites.
-homepage http://www.phpbb.com
-platforms darwin freebsd
installs_libs no
-depends_run port:php5-web port:php5-ftp port:php5-imagick port:php5-gd
+depends_run port:php5-web \
+ port:php5-ftp \
+ port:php5-imagick \
+ port:php5-gd
+
+homepage http://www.phpbb.com/
master_sites ${homepage}/files/release/
distname phpBB-${version}
use_bzip2 yes
@@ -34,21 +40,21 @@
}
variant postgresql description {add convenient runtime dependency on postgresql} {
- depends_run-append port:php5-postgresql
+ depends_run-append port:php5-postgresql
}
-set docpath ${destroot}${prefix}/www/data
-set worksrcpath ${workpath}/phpBB3
-
-use_configure no
+set docpath ${destroot}${prefix}/www/data
+set worksrcpath ${workpath}/phpBB3
-build {}
+use_configure no
+build {}
+
destroot {
xinstall -d -m 0755 ${docpath}/phpbb
eval file copy [glob ${worksrcpath}/*] ${docpath}/phpbb
file rename ${docpath}/phpbb/config.php \
- ${docpath}/phpbb/config.php-dist
+ ${docpath}/phpbb/config.php-dist
}
livecheck.url http://www.phpbb.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120104/e513ad27/attachment-0001.html>
More information about the macports-changes
mailing list