From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 11 01:55:37 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F83F16A403; Tue, 11 Apr 2006 01:55:37 +0000 (UTC) (envelope-from dean@odyssey.apana.org.au) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8464343D46; Tue, 11 Apr 2006 01:55:35 +0000 (GMT) (envelope-from dean@odyssey.apana.org.au) Received: from scratchy.odyssey.apana.org.au (CPE-60-229-248-199.nsw.bigpond.net.au [60.229.248.199]) by odyssey.apana.org.au (8.9.3/8.9.3) with ESMTP id JAA35698; Tue, 11 Apr 2006 09:55:33 +0800 (WST) X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Message-Id: <7.0.1.0.2.20060411095356.02883628@odyssey.apana.org.au> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Tue, 11 Apr 2006 09:54:50 +0800 To: Sam Lawrance , lawrance@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: Dean Hollister In-Reply-To: <200604080848.k388mk8v076392@freefall.freebsd.org> References: <200604080848.k388mk8v076392@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: ports/95502: www/phpbb2 requires updating to 2.0.20; maintainer email address invalid X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2006 01:55:37 -0000 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