Date: Tue, 11 Apr 2006 09:54:50 +0800 From: Dean Hollister <dean@odyssey.apana.org.au> To: Sam Lawrance <lawrance@FreeBSD.org>, lawrance@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/95502: www/phpbb2 requires updating to 2.0.20; maintainer email address invalid Message-ID: <7.0.1.0.2.20060411095356.02883628@odyssey.apana.org.au> In-Reply-To: <200604080848.k388mk8v076392@freefall.freebsd.org> References: <200604080848.k388mk8v076392@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At 16:48 08/04/2006, Sam Lawrance wrote: >Synopsis: www/phpbb2 requires updating to 2.0.20; maintainer email >address invalid > >State-Changed-From-To: open->feedback >State-Changed-By: lawrance >State-Changed-When: Sat Apr 8 08:47:37 UTC 2006 >State-Changed-Why: >Do you have a patch to update the port? If you are able to submit >a patch, we can commit it after a 14 day maintainer timeout. Revised patch below. The first one omitted a new file in pkg-plist. Regards, d. ----- diff -ruN phpbb.orig/Makefile phpbb/Makefile --- phpbb.orig/Makefile Thu Feb 2 21:27:34 2006 +++ phpbb/Makefile Sat Apr 8 17:36:34 2006 @@ -6,10 +6,12 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.19 +PORTVERSION= 2.0.20 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://superb-west.dl.sourceforge.net/sourceforge/phpbb/ \ + http://easynews.dl.sourceforge.net/sourceforge/phpbb/ \ + http://umn.dl.sourceforge.net/sourceforge/phpbb/ \ + http://kent.dl.sourceforge.net/sourceforge/phpbb/ DISTNAME= phpBB-${PORTVERSION} MAINTAINER= liukang@cn.freebsd.org diff -ruN phpbb.orig/distinfo phpbb/distinfo --- phpbb.orig/distinfo Tue Jan 31 01:03:21 2006 +++ phpbb/distinfo Sat Apr 8 17:39:42 2006 @@ -1,3 +1,3 @@ -MD5 (phpBB-2.0.19.tar.bz2) = 7b8c6d6f7f92571afb34f192f3c242dd -SHA256 (phpBB-2.0.19.tar.bz2) = a7162db5576ae985d3f299fe61e2665815dda5144210d5fe22a5b78cf0948b88 -SIZE (phpBB-2.0.19.tar.bz2) = 449701 +MD5 (phpBB-2.0.20.tar.bz2) = 195d199f7ce766bc6d522e0e9a3cb74d +SHA256 (phpBB-2.0.20.tar.bz2) = a269090b6f2ed8f003189b4d6c9db915b828eab3f9cf2ade619220cfebf93fe7 +SIZE (phpBB-2.0.20.tar.bz2) = 452282 diff -ruN phpbb.orig/pkg-plist phpbb/pkg-plist --- phpbb.orig/pkg-plist Sun Jan 22 10:58:20 2006 +++ phpbb/pkg-plist Tue Apr 11 09:50:52 2006 @@ -152,6 +152,7 @@ %%PHPBBDIR%%/templates/subSilver/admin/auth_ug_body.tpl %%PHPBBDIR%%/templates/subSilver/admin/board_config_body.tpl %%PHPBBDIR%%/templates/subSilver/admin/category_edit_body.tpl +%%PHPBBDIR%%/templates/subSilver/admin/confirm_body.tpl %%PHPBBDIR%%/templates/subSilver/admin/db_utils_backup_body.tpl %%PHPBBDIR%%/templates/subSilver/admin/db_utils_restore_body.tpl %%PHPBBDIR%%/templates/subSilver/admin/disallow_body.tpl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7.0.1.0.2.20060411095356.02883628>