diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-30 08:28:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-30 08:28:14 +0800 |
commit | 2ca864109d1bc2d88ff6423989aa7c78e19400fa (patch) | |
tree | e33f52a73fa71565b527b21f49578ddf72202984 /www | |
parent | 36e34d30f4b94a92f073566180f3a1420f5db99c (diff) | |
download | freebsd-ports-graphics-2ca864109d1bc2d88ff6423989aa7c78e19400fa.tar.gz freebsd-ports-graphics-2ca864109d1bc2d88ff6423989aa7c78e19400fa.tar.zst freebsd-ports-graphics-2ca864109d1bc2d88ff6423989aa7c78e19400fa.zip |
- Update to 2.6.6
PR: 108529
Submitted by: Ondra Koutek (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/campsite/Makefile | 2 | ||||
-rw-r--r-- | www/campsite/distinfo | 6 | ||||
-rw-r--r-- | www/campsite/files/patch-Makefile | 21 | ||||
-rw-r--r-- | www/campsite/files/pkg-message.in | 6 | ||||
-rw-r--r-- | www/campsite/pkg-plist | 2 |
5 files changed, 32 insertions, 5 deletions
diff --git a/www/campsite/Makefile b/www/campsite/Makefile index a6334f2248c..7b069a37594 100644 --- a/www/campsite/Makefile +++ b/www/campsite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= campsite -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/campsite/distinfo b/www/campsite/distinfo index 50d7fff3280..865616fb979 100644 --- a/www/campsite/distinfo +++ b/www/campsite/distinfo @@ -1,3 +1,3 @@ -MD5 (campsite-2.6.4.tar.gz) = aae88ebe1daddb0d73d67ab206715de7 -SHA256 (campsite-2.6.4.tar.gz) = d8a5e5627185207cd15cf54f09e13720e0a90f9d05d01d315fa6d82f48fa1773 -SIZE (campsite-2.6.4.tar.gz) = 4422988 +MD5 (campsite-2.6.6.tar.gz) = 56f7276755af54124ab093747be0385d +SHA256 (campsite-2.6.6.tar.gz) = 43622371395a744bc365120c212036f2b23b0088d11528bd17caa263dc32a51d +SIZE (campsite-2.6.6.tar.gz) = 4434541 diff --git a/www/campsite/files/patch-Makefile b/www/campsite/files/patch-Makefile new file mode 100644 index 00000000000..8adeac371c4 --- /dev/null +++ b/www/campsite/files/patch-Makefile @@ -0,0 +1,21 @@ +--- implementation/management/Makefile.orig Fri Jan 26 19:18:44 2007 ++++ implementation/management/Makefile Mon Jan 29 23:18:49 2007 +@@ -17,12 +17,12 @@ + cp -rf javascript $(HTML_COMMON_DIR) + cp -f javascript/xinha/htmlarea-compressed.js $(HTML_COMMON_DIR)/javascript/xinha/htmlarea.js + cp -rf include $(HTML_COMMON_DIR) +- @if [ ! -f "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php" ]; then \ +- echo -n "Creating phorum settings file..."; \ +- cp -f "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php.sample" \ +- "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php" || exit 1; \ +- echo "done"; \ +- fi ++# @if [ ! -f "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php" ]; then \ ++# echo -n "Creating phorum settings file..."; \ ++# cp -f "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php.sample" \ ++# "$(HTML_COMMON_DIR)/include/phorum/portable/phorum_settings.php" || exit 1; \ ++# echo "done"; \ ++# fi + cp -rf priv $(HTML_COMMON_DIR) + cp -f *.php $(HTML_COMMON_DIR) + $(MAKE) -C bin install diff --git a/www/campsite/files/pkg-message.in b/www/campsite/files/pkg-message.in index 339e3004bde..22e749774b8 100644 --- a/www/campsite/files/pkg-message.in +++ b/www/campsite/files/pkg-message.in @@ -9,6 +9,12 @@ See /var/cron/tabs/root for details --------------------------------------------------------------------------------- + +To have this port functional, you need manually create phorum configuration file. +cp %%PREFIX%%/campsite/www-common/html/include/phorum/portable/phorum_settings.php.sample \ +%%PREFIX%%/campsite/www-common/html/include/phorum/portable/phorum_settings.php + +--------------------------------------------------------------------------------- This ports requires pear libraries properly set in PHP See include_path in php.ini diff --git a/www/campsite/pkg-plist b/www/campsite/pkg-plist index f3d6475881f..be6c36f997b 100644 --- a/www/campsite/pkg-plist +++ b/www/campsite/pkg-plist @@ -794,7 +794,7 @@ campsite/www-common/html/include/phorum/pm.php campsite/www-common/html/include/phorum/portable/.htaccess campsite/www-common/html/include/phorum/portable/phorum.php campsite/www-common/html/include/phorum/portable/phorum_admin.php -campsite/www-common/html/include/phorum/portable/phorum_settings.php +campsite/www-common/html/include/phorum/portable/phorum_settings.php.sample campsite/www-common/html/include/phorum/posting.php campsite/www-common/html/include/phorum/profile.php campsite/www-common/html/include/phorum/read.php |