From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 6 14:00:27 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B476C16A41F for ; Thu, 6 Oct 2005 14:00:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AAD943D49 for ; Thu, 6 Oct 2005 14:00:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j96E0RMe073541 for ; Thu, 6 Oct 2005 14:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j96E0RHB073531; Thu, 6 Oct 2005 14:00:27 GMT (envelope-from gnats) Resent-Date: Thu, 6 Oct 2005 14:00:27 GMT Resent-Message-Id: <200510061400.j96E0RHB073531@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Babak Farrokhi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D052016A431 for ; Thu, 6 Oct 2005 13:54:16 +0000 (GMT) (envelope-from root@royalway.propagation.net) Received: from royalway.propagation.net (royalway.propagation.net [66.221.228.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9164143D45 for ; Thu, 6 Oct 2005 13:54:16 +0000 (GMT) (envelope-from root@royalway.propagation.net) Received: by royalway.propagation.net (Postfix, from userid 0) id 62F3E56445; Thu, 6 Oct 2005 08:54:16 -0500 (CDT) Message-Id: <20051006135416.62F3E56445@royalway.propagation.net> Date: Thu, 6 Oct 2005 08:54:16 -0500 (CDT) From: Babak Farrokhi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/86993: update www/phpwiki to 1.2.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Babak Farrokhi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 14:00:27 -0000 >Number: 86993 >Category: ports >Synopsis: update www/phpwiki to 1.2.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 06 14:00:26 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD royalway.propagation.net 5.4-STABLE FreeBSD 5.4-STABLE #6: Thu Jun 30 05:11:17 CDT 2005 root@royalway.propagation.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: >Fix: --- phpwiki-1.2.10.patch begins here --- diff -ruN phpwiki.old/Makefile phpwiki/Makefile --- phpwiki.old/Makefile Thu Oct 6 08:42:36 2005 +++ phpwiki/Makefile Thu Oct 6 08:45:37 2005 @@ -6,7 +6,7 @@ # PORTNAME= phpwiki -PORTVERSION= 1.2.9 +PORTVERSION= 1.2.10 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpwiki @@ -32,7 +32,7 @@ do-configure: .for i in ${USERFILES} - ${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}-dist + @${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}-dist .endfor do-install: diff -ruN phpwiki.old/distinfo phpwiki/distinfo --- phpwiki.old/distinfo Thu Oct 6 08:42:36 2005 +++ phpwiki/distinfo Thu Oct 6 08:43:42 2005 @@ -1,2 +1,2 @@ -MD5 (phpwiki-1.2.9.tar.gz) = aaa44ae35c7a66747969b196083cc3a3 -SIZE (phpwiki-1.2.9.tar.gz) = 196341 +MD5 (phpwiki-1.2.10.tar.gz) = 33afde35018f70cb51d092d91e8b571f +SIZE (phpwiki-1.2.10.tar.gz) = 196930 diff -ruN phpwiki.old/pkg-plist phpwiki/pkg-plist --- phpwiki.old/pkg-plist Thu Oct 6 08:42:36 2005 +++ phpwiki/pkg-plist Thu Oct 6 08:49:22 2005 @@ -23,6 +23,7 @@ @unexec if cmp -s %B/config.php %B/config.php-dist; then rm -f %B/config.php; fi %%PHPWIKI%%/lib/config.php-dist @exec [ -f %B/config.php ] || cp %B/%f %B/config.php +%%PHPWIKI%%/lib/.htaccess %%PHPWIKI%%/lib/db_filesystem.php %%PHPWIKI%%/lib/dbalib.php %%PHPWIKI%%/lib/dbmlib.php @@ -42,6 +43,7 @@ %%PHPWIKI%%/lib/stdlib.php %%PHPWIKI%%/lib/transform.php %%PHPWIKI%%/lib/ziplib.php +%%PHPWIKI%%/locale/.htaccess %%PHPWIKI%%/locale/README %%PHPWIKI%%/locale/de/LC_MESSAGES/phpwiki.mo %%PHPWIKI%%/locale/de/LC_MESSAGES/phpwiki.php @@ -189,10 +191,12 @@ %%PHPWIKI%%/pgsrc/TextFormattingRules %%PHPWIKI%%/pgsrc/WabiSabi %%PHPWIKI%%/pgsrc/WikiWikiWeb +%%PHPWIKI%%/schemas/.htaccess %%PHPWIKI%%/schemas/schema.minisql %%PHPWIKI%%/schemas/schema.mysql %%PHPWIKI%%/schemas/schema.psql %%PHPWIKI%%/schemas/update.mysql.1.2.0-1.2.1 +%%PHPWIKI%%/templates/.htaccess %%PHPWIKI%%/templates/README %%PHPWIKI%%/templates/browse.html %%PHPWIKI%%/templates/editlinks.html --- phpwiki-1.2.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: