Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2002 15:31:12 -0400 (EDT)
From:      Vladimir Savichev <vlad@ariel.phys.wesleyan.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41124: www/phpbb 2.0.0 -> 2.0.1 up
Message-ID:  <20020726193112.EAA571EA303@ariel.phys.wesleyan.edu>

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

>Number:         41124
>Category:       ports
>Synopsis:       www/phpbb 2.0.0 -> 2.0.1 up
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 29 07:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Savichev
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD ariel.phys.wesleyan.edu 4.6-STABLE FreeBSD 4.6-STABLE #34: Sun Jul 21 13:08:33 EDT 2002 root@ariel.phys.wesleyan.edu:/usr/obj/usr/src/sys/ARIEL i386


	
>Description:
         cosmetics corrections www/phpbb 2.0.0 -> 2.0.1 up
	
>How-To-Repeat:
	
>Fix:

	

--- diff.phpbb begins here ---
diff -ruN phpbb/Makefile phpbb.new/Makefile
--- phpbb/Makefile	Fri May 10 05:54:02 2002
+++ phpbb.new/Makefile	Fri Jul 26 15:25:55 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phpbb
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.1
 PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -31,7 +31,7 @@
 PKGMESSAGE=	${WRKDIR}/pkg-message
 PKGOPTS=	${FILESDIR}/pkg-opts
 PLIST_SUB+=	PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN}
-EXCEPTFILES=	install.php upgrade.php update_to_FINAL.php
+EXCEPTFILES=	install.php upgrade.php update_to_201.php
 
 options:
 	@ ${ECHO_MSG} "===>  Build options for ${PKGNAME}:"
@@ -74,7 +74,7 @@
 .if !defined(NOPORTOCS)
 	@ ${MKDIR} ${DOCSDIR}
 .for docfile in AUTHORS FAQ.html INSTALL.html README.html \
-                coding-guidelines.txt codingstandards.htm
+	coding-guidelines.txt codingstandards.htm
 	@ ${INSTALL_DATA} ${WRKSRC}/docs/${docfile} ${DOCSDIR}
 .endfor
 .if !defined(BATCH)
diff -ruN phpbb/distinfo phpbb.new/distinfo
--- phpbb/distinfo	Thu Apr 25 10:20:18 2002
+++ phpbb.new/distinfo	Fri Jul 26 15:15:57 2002
@@ -1 +1 @@
-MD5 (phpBB-2.0.0.tar.gz) = 3147f8c10f89e58c7bcc7cc304c111ff
+MD5 (phpBB-2.0.1.tar.gz) = f852e3c024eb8651aa9d7af5999e5a69
diff -ruN phpbb/pkg-message phpbb.new/pkg-message
--- phpbb/pkg-message	Fri May 10 05:54:03 2002
+++ phpbb.new/pkg-message	Fri Jul 26 15:15:57 2002
@@ -21,5 +21,5 @@
 
   %%PREFIX%%/%%PHPBBDIR%%/install.php
   %%PREFIX%%/%%PHPBBDIR%%/upgrade.php
-  %%PREFIX%%/%%PHPBBDIR%%/update_to_FINAL.php
+  %%PREFIX%%/%%PHPBBDIR%%/update_to_201.php
 ----------------------------------------------------------------------------
diff -ruN phpbb/pkg-plist phpbb.new/pkg-plist
--- phpbb/pkg-plist	Fri May 10 05:54:03 2002
+++ phpbb.new/pkg-plist	Fri Jul 26 15:15:57 2002
@@ -20,11 +20,6 @@
 %%PHPBBDIR%%/admin/pagestart.php
 %%PHPBBDIR%%/common.php
 %%PHPBBDIR%%/contrib/README.html
-%%PHPBBDIR%%/contrib/attachments.zip
-%%PHPBBDIR%%/contrib/card_ban_system.zip
-%%PHPBBDIR%%/contrib/guest_lang.zip
-%%PHPBBDIR%%/contrib/last_visit.zip
-%%PHPBBDIR%%/contrib/male_female.zip
 %%PHPBBDIR%%/contrib/template_db_cache.php
 %%PHPBBDIR%%/contrib/template_file_cache.php
 %%PHPBBDIR%%/db/db2.php
@@ -50,8 +45,6 @@
 %%PHPBBDIR%%/extension.inc
 %%PHPBBDIR%%/faq.php
 %%PHPBBDIR%%/groupcp.php
-%%PHPBBDIR%%/images/avatars/index.htm
-%%PHPBBDIR%%/images/avatars/uploads/index.htm
 %%PHPBBDIR%%/images/index.htm
 %%PHPBBDIR%%/images/smiles/icon_arrow.gif
 %%PHPBBDIR%%/images/smiles/icon_biggrin.gif
@@ -302,7 +295,7 @@
 share/phpbb/install.php
 @exec install -c -o %%WWWOWN%% %D/%F %D/%%PHPBBDIR%%
 @unexec rm -f %D/%%PHPBBDIR%%/%f 2>/dev/null || true
-share/phpbb/update_to_FINAL.php
+share/phpbb/update_to_201.php
 @exec install -c -o %%WWWOWN%% %D/%F %D/%%PHPBBDIR%%
 @unexec rm -f %D/%%PHPBBDIR%%/%f 2>/dev/null || true
 share/phpbb/upgrade.php
@@ -319,7 +312,7 @@
 @dirrm %%PHPBBDIR%%/language
 @dirrm %%PHPBBDIR%%/includes
 @dirrm %%PHPBBDIR%%/images/smiles
-@dirrm %%PHPBBDIR%%/images/avatars/uploads
+@dirrm %%PHPBBDIR%%/images/avatars/gallery
 @dirrm %%PHPBBDIR%%/images/avatars
 @dirrm %%PHPBBDIR%%/images
 @dirrm %%PHPBBDIR%%/db/schemas
--- diff.phpbb ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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