ports/108529: Port update: www/campsite 2.6.4 -> 2.6.6
koutek at o-k.cz
koutek at o-k.cz
Mon Jan 29 23:40:13 UTC 2007
>Number: 108529
>Category: ports
>Synopsis: Port update: www/campsite 2.6.4 -> 2.6.6
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 29 23:40:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Ondra Koutek
>Release: FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD mail.mediaturtle.com 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #2: Thu Jan 11 21:40:39 CET 2007 root at s1.mediaturtle.com:/usr/obj/usr/src/sys/S1 i386
>Description:
This port update handles the pkg-list correctly. Replacing previous pr (pr=ports/108508)
>How-To-Repeat:
>Fix:
--- campsite.diff begins here ---
diff -ruN campsite.orig/Makefile campsite/Makefile
--- campsite.orig/Makefile Wed Jan 10 21:55:08 2007
+++ campsite/Makefile Mon Jan 29 07:55:13 2007
@@ -2,11 +2,11 @@
# Date created: 5 August 2005
# Whom: Ondra Koutek <koutek at o-k.cz>
#
-# $FreeBSD: ports/www/campsite/Makefile,v 1.14 2006/11/23 23:28:14 miwi Exp $
+# $FreeBSD: ports/www/campsite/Makefile,v 1.15 2007/01/23 08:13:05 miwi Exp $
#
PORTNAME= campsite
-PORTVERSION= 2.6.4
+PORTVERSION= 2.6.6
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff -ruN campsite.orig/distinfo campsite/distinfo
--- campsite.orig/distinfo Thu Jan 18 20:07:43 2007
+++ campsite/distinfo Mon Jan 29 07:55:24 2007
@@ -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 -ruN campsite.orig/files/patch-Makefile campsite/files/patch-Makefile
--- campsite.orig/files/patch-Makefile Thu Jan 1 00:00:00 1970
+++ campsite/files/patch-Makefile Mon Jan 29 23:19:37 2007
@@ -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 -ruN campsite.orig/files/pkg-message.in campsite/files/pkg-message.in
--- campsite.orig/files/pkg-message.in Sat Nov 19 20:48:03 2005
+++ campsite/files/pkg-message.in Mon Jan 29 23:23:48 2007
@@ -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 -ruN campsite.orig/pkg-plist campsite/pkg-plist
--- campsite.orig/pkg-plist Wed Jan 10 22:17:14 2007
+++ campsite/pkg-plist Mon Jan 29 08:03:21 2007
@@ -794,7 +794,7 @@
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
--- campsite.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list