ports/99738: [update port] games/phpua-engine
Babak Farrokhi
babak at farrokhi.net
Mon Jul 3 10:30:28 UTC 2006
>Number: 99738
>Category: ports
>Synopsis: [update port] games/phpua-engine
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Jul 03 10:30:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Babak Farrokhi
>Release: FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD 6.1-STABLE #0: Sat Jul 1 09:11:09 IRDT 2006
root at starfish.datak.net:/usr/obj/usr/src/sys/SMP
>Description:
- fixed plist
- www/data -> www
- bumped portrevision
- take maintainership
>How-To-Repeat:
>Fix:
--- phpua-engine.patch begins here ---
diff -ruN phpua-engine.orig/Makefile phpua-engine/Makefile
--- phpua-engine.orig/Makefile Mon Jul 3 12:56:48 2006
+++ phpua-engine/Makefile Mon Jul 3 12:58:37 2006
@@ -7,12 +7,12 @@
PORTNAME= phpua-engine
PORTVERSION= 1.1.0b
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpua
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= babak at farrokhi.net
COMMENT= Game server monitor & admin tool
NO_BUILD= yes
@@ -22,7 +22,7 @@
PLIST_SUB+= PHPUADIR=${PHPUADIR} PHPUA_USER=${PHPUA_USER} PHPUA_GROUP=${PHPUA_GROUP}
# Dynamic custom variables
-WWWDOC?= www/data
+WWWDOC?= www
PHPUA_USER?= ${WWWOWN}
PHPUA_GROUP?= ${WWWGRP}
APPNAME?= phpua
diff -ruN phpua-engine.orig/pkg-plist phpua-engine/pkg-plist
--- phpua-engine.orig/pkg-plist Mon Jul 3 12:56:48 2006
+++ phpua-engine/pkg-plist Mon Jul 3 13:44:36 2006
@@ -1,15 +1,10 @@
-%%PHPUADIR%%/index.php
-%%PHPUADIR%%/install.php
-%%PHPUADIR%%/phpua.cfg.php
-%%PHPUADIR%%/phpua.log.php
-%%PHPUADIR%%/rss.php
%%PHPUADIR%%/doc/CHANGELOG.txt
%%PHPUADIR%%/doc/COPYING.txt
-%%PHPUADIR%%/doc/index.html
%%PHPUADIR%%/doc/INSTALL.txt
%%PHPUADIR%%/doc/ISO-3166.txt
%%PHPUADIR%%/doc/ISO-639.txt
%%PHPUADIR%%/doc/RFC-1766.txt
+%%PHPUADIR%%/doc/index.html
%%PHPUADIR%%/images/templates/default/header.gif
%%PHPUADIR%%/images/templates/default/header_tile.gif
%%PHPUADIR%%/images/templates/default/offline.png
@@ -34,11 +29,19 @@
%%PHPUADIR%%/includes/engine/plugins.inc
%%PHPUADIR%%/includes/engine/smarty.inc
%%PHPUADIR%%/includes/smarty/BUGS
-%%PHPUADIR%%/includes/smarty/cache/empty.txt
+%%PHPUADIR%%/includes/smarty/COPYING.lib
%%PHPUADIR%%/includes/smarty/ChangeLog
-%%PHPUADIR%%/includes/smarty/configs/empty.txt
%%PHPUADIR%%/includes/smarty/Config_File.class.php
-%%PHPUADIR%%/includes/smarty/COPYING.lib
+%%PHPUADIR%%/includes/smarty/FAQ
+%%PHPUADIR%%/includes/smarty/INSTALL
+%%PHPUADIR%%/includes/smarty/NEWS
+%%PHPUADIR%%/includes/smarty/README
+%%PHPUADIR%%/includes/smarty/RELEASE_NOTES
+%%PHPUADIR%%/includes/smarty/Smarty.class.php
+%%PHPUADIR%%/includes/smarty/Smarty_Compiler.class.php
+%%PHPUADIR%%/includes/smarty/TODO
+%%PHPUADIR%%/includes/smarty/cache/empty.txt
+%%PHPUADIR%%/includes/smarty/configs/empty.txt
%%PHPUADIR%%/includes/smarty/core/core.assemble_plugin_filepath.php
%%PHPUADIR%%/includes/smarty/core/core.assign_smarty_interface.php
%%PHPUADIR%%/includes/smarty/core/core.create_dir_structure.php
@@ -53,8 +56,8 @@
%%PHPUADIR%%/includes/smarty/core/core.process_cached_inserts.php
%%PHPUADIR%%/includes/smarty/core/core.process_compiled_include.php
%%PHPUADIR%%/includes/smarty/core/core.read_cache_file.php
-%%PHPUADIR%%/includes/smarty/core/core.rmdir.php
%%PHPUADIR%%/includes/smarty/core/core.rm_auto.php
+%%PHPUADIR%%/includes/smarty/core/core.rmdir.php
%%PHPUADIR%%/includes/smarty/core/core.run_insert_handler.php
%%PHPUADIR%%/includes/smarty/core/core.smarty_include_php.php
%%PHPUADIR%%/includes/smarty/core/core.write_cache_file.php
@@ -62,9 +65,6 @@
%%PHPUADIR%%/includes/smarty/core/core.write_compiled_resource.php
%%PHPUADIR%%/includes/smarty/core/core.write_file.php
%%PHPUADIR%%/includes/smarty/debug.tpl
-%%PHPUADIR%%/includes/smarty/FAQ
-%%PHPUADIR%%/includes/smarty/INSTALL
-%%PHPUADIR%%/includes/smarty/NEWS
%%PHPUADIR%%/includes/smarty/plugins/block.textformat.php
%%PHPUADIR%%/includes/smarty/plugins/compiler.assign.php
%%PHPUADIR%%/includes/smarty/plugins/function.assign_debug_info.php
@@ -110,15 +110,15 @@
%%PHPUADIR%%/includes/smarty/plugins/outputfilter.trimwhitespace.php
%%PHPUADIR%%/includes/smarty/plugins/shared.escape_special_chars.php
%%PHPUADIR%%/includes/smarty/plugins/shared.make_timestamp.php
-%%PHPUADIR%%/includes/smarty/README
-%%PHPUADIR%%/includes/smarty/RELEASE_NOTES
-%%PHPUADIR%%/includes/smarty/Smarty.class.php
-%%PHPUADIR%%/includes/smarty/Smarty_Compiler.class.php
%%PHPUADIR%%/includes/smarty/templates_c/empty.txt
-%%PHPUADIR%%/includes/smarty/TODO
+%%PHPUADIR%%/index.php
+%%PHPUADIR%%/install.php
%%PHPUADIR%%/languages/lang_en-us.inc
+%%PHPUADIR%%/phpua.cfg.php
+%%PHPUADIR%%/phpua.log.php
%%PHPUADIR%%/plugins/shared/plugin_gs_query.inc
%%PHPUADIR%%/plugins/shared/plugin_q3_query.inc
+%%PHPUADIR%%/rss.php
%%PHPUADIR%%/templates/default/admin/log.tpl
%%PHPUADIR%%/templates/default/admin/manageadmin.tpl
%%PHPUADIR%%/templates/default/admin/manageplugins.tpl
@@ -164,30 +164,27 @@
%%PHPUADIR%%/templates/wap/index_offline.tpl
%%PHPUADIR%%/templates/wap/index_online.tpl
%%PHPUADIR%%/wap/index.php
- at exec chown -R %%PHPUA_USER%%:%%PHPUA_GROUP%% %D/%%PHPUADIR%%
-
- at dirrm %%PHPUADIR%%/doc
- at dirrm %%PHPUADIR%%/images/templates/default
- at dirrm %%PHPUADIR%%/images/templates
- at dirrm %%PHPUADIR%%/images
- at dirrm %%PHPUADIR%%/includes/content
- at dirrm %%PHPUADIR%%/includes/engine
- at dirrm %%PHPUADIR%%/includes/smarty/cache
- at dirrm %%PHPUADIR%%/includes/smarty/configs
- at dirrm %%PHPUADIR%%/includes/smarty/core
- at dirrm %%PHPUADIR%%/includes/smarty/plugins
- at dirrm %%PHPUADIR%%/includes/smarty/templates_c
- at dirrm %%PHPUADIR%%/includes/smarty
- at dirrm %%PHPUADIR%%/includes
- at dirrm %%PHPUADIR%%/languages
- at dirrm %%PHPUADIR%%/plugins/shared
- at dirrm %%PHPUADIR%%/plugins
+ at dirrm %%PHPUADIR%%/wap
+ at dirrm %%PHPUADIR%%/templates/wap
+ at dirrm %%PHPUADIR%%/templates/rss
+ at dirrm %%PHPUADIR%%/templates/javascript
@dirrm %%PHPUADIR%%/templates/default/admin
@dirrm %%PHPUADIR%%/templates/default
- at dirrm %%PHPUADIR%%/templates/javascript
- at dirrm %%PHPUADIR%%/templates/rss
- at dirrm %%PHPUADIR%%/templates/wap
@dirrm %%PHPUADIR%%/templates
- at dirrm %%PHPUADIR%%/wap
+ at dirrm %%PHPUADIR%%/plugins/shared
+ at dirrm %%PHPUADIR%%/plugins
+ at dirrm %%PHPUADIR%%/languages
+ at dirrm %%PHPUADIR%%/includes/smarty/templates_c
+ at dirrm %%PHPUADIR%%/includes/smarty/plugins
+ at dirrm %%PHPUADIR%%/includes/smarty/core
+ at dirrm %%PHPUADIR%%/includes/smarty/configs
+ at dirrm %%PHPUADIR%%/includes/smarty/cache
+ at dirrm %%PHPUADIR%%/includes/smarty
+ at dirrm %%PHPUADIR%%/includes/engine
+ at dirrm %%PHPUADIR%%/includes/content
+ at dirrm %%PHPUADIR%%/includes
+ at dirrm %%PHPUADIR%%/images/templates/default
+ at dirrm %%PHPUADIR%%/images/templates
+ at dirrm %%PHPUADIR%%/images
+ at dirrm %%PHPUADIR%%/doc
@dirrm %%PHPUADIR%%
- at dirrmtry www/data
--- phpua-engine.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list