Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 18:41:53 +0000 (UTC)
From:      koutek@o-k.cz
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111830: port upgrade: www/campsite 2.6.7 -> 2.6.8
Message-ID:  <20070418184153.48C4B109F461@mail.mediaturtle.com>
Resent-Message-ID: <200704181910.l3IJA2MG010395@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111830
>Category:       ports
>Synopsis:       port upgrade: www/campsite 2.6.7 -> 2.6.8
>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:   Wed Apr 18 19:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Ondra Koutek
>Release:        FreeBSD 6.2-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD mail.mediaturtle.com 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: Sat Mar 17 10:57:38 CET 2007 root@s1.mediaturtle.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	port upgrade: www/campsite 2.6.7 -> 2.6.8
			Multiple bugfixies and removing the need of phpwrapper for php in templates
>How-To-Repeat:
	
>Fix:

	

--- campsite.diff begins here ---
diff -ruN campsite.orig/Makefile campsite/Makefile
--- campsite.orig/Makefile	Wed Apr 11 13:53:13 2007
+++ campsite/Makefile	Wed Apr 18 04:41:40 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	campsite
-PORTVERSION=	2.6.7
+PORTVERSION=	2.6.8
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -ruN campsite.orig/distinfo campsite/distinfo
--- campsite.orig/distinfo	Wed Apr 11 13:53:13 2007
+++ campsite/distinfo	Wed Apr 18 05:12:57 2007
@@ -1,3 +1,3 @@
-MD5 (campsite-2.6.7.tar.gz) = 398f32665f7e51cc278ce93bc49b0e51
-SHA256 (campsite-2.6.7.tar.gz) = 3c18b28bde30ff16e9800ff9207239e2e8de52c064da51b9bc0c2266e4683754
-SIZE (campsite-2.6.7.tar.gz) = 4435866
+MD5 (campsite-2.6.8.tar.gz) = 7d25e660bc54c59d56ea9f428a8042c0
+SHA256 (campsite-2.6.8.tar.gz) = 37c3ce79ec2ea77179059938733d410941518c15dc3be516327aee633c298f66
+SIZE (campsite-2.6.8.tar.gz) = 4458960
diff -ruN campsite.orig/files/pkg-message.in campsite/files/pkg-message.in
--- campsite.orig/files/pkg-message.in	Wed Apr 11 13:53:13 2007
+++ campsite/files/pkg-message.in	Wed Apr 18 20:28:43 2007
@@ -18,3 +18,8 @@
         This ports requires pear libraries properly set in PHP
                     See include_path in php.ini
 
+---------------------------------------------------------------------------------
+
+!!! from campsite version 2.6.8 PHP in templates is parsed without need of phpwrapper.
+After upgrading to this version, please remove phpwrapper and check all your php apps
+for functionality.
diff -ruN campsite.orig/pkg-plist campsite/pkg-plist
--- campsite.orig/pkg-plist	Wed Apr 11 13:53:13 2007
+++ campsite/pkg-plist	Wed Apr 18 20:28:59 2007
@@ -92,6 +92,7 @@
 campsite/www-common/html/classes/Phorum_ban_item.php
 campsite/www-common/html/classes/Phorum_forum.php
 campsite/www-common/html/classes/Phorum_message.php
+campsite/www-common/html/classes/Phorum_setting.php
 campsite/www-common/html/classes/Phorum_user.php
 campsite/www-common/html/classes/Publication.php
 campsite/www-common/html/classes/Section.php
@@ -418,6 +419,14 @@
 campsite/www-common/html/include/pear/HTTP/Client/CookieManager.php
 campsite/www-common/html/include/pear/HTTP/Request.php
 campsite/www-common/html/include/pear/HTTP/Request/Listener.php
+campsite/www-common/html/include/pear/Mail/RFC822.php
+campsite/www-common/html/include/pear/Mail/mail.php
+campsite/www-common/html/include/pear/Mail/mime.php
+campsite/www-common/html/include/pear/Mail/mimeDecode.php
+campsite/www-common/html/include/pear/Mail/mimePart.php
+campsite/www-common/html/include/pear/Mail/null.php
+campsite/www-common/html/include/pear/Mail/sendmail.php
+campsite/www-common/html/include/pear/Mail/smtp.php
 campsite/www-common/html/include/pear/Net/Socket.php
 campsite/www-common/html/include/pear/Net/URL.php
 campsite/www-common/html/include/pear/OS/Guess.php
@@ -2761,6 +2770,7 @@
 @dirrm campsite/www-common/html/include/pear/PEAR
 @dirrm campsite/www-common/html/include/pear/OS
 @dirrm campsite/www-common/html/include/pear/Net
+@dirrm campsite/www-common/html/include/pear/Mail
 @dirrm campsite/www-common/html/include/pear/HTTP/Request
 @dirrm campsite/www-common/html/include/pear/HTTP/Client
 @dirrm campsite/www-common/html/include/pear/HTTP
--- campsite.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070418184153.48C4B109F461>