From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 1 13:30:03 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E4A916A417 for ; Tue, 1 Jan 2008 13:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2E0A113C468 for ; Tue, 1 Jan 2008 13:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m01DU3Qm045464 for ; Tue, 1 Jan 2008 13:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m01DU3ql045461; Tue, 1 Jan 2008 13:30:03 GMT (envelope-from gnats) Resent-Date: Tue, 1 Jan 2008 13:30:03 GMT Resent-Message-Id: <200801011330.m01DU3ql045461@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, Gerrit Beine Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4420016A417 for ; Tue, 1 Jan 2008 13:29:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 33D5313C442 for ; Tue, 1 Jan 2008 13:29:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m01DSO0s060844 for ; Tue, 1 Jan 2008 13:28:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m01DSOm7060843; Tue, 1 Jan 2008 13:28:24 GMT (envelope-from nobody) Message-Id: <200801011328.m01DSOm7060843@www.freebsd.org> Date: Tue, 1 Jan 2008 13:28:24 GMT From: Gerrit Beine To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/119230: Remove wget: devel/pear-PhpDocumentor 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, 01 Jan 2008 13:30:03 -0000 >Number: 119230 >Category: ports >Synopsis: Remove wget: devel/pear-PhpDocumentor >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: Tue Jan 01 13:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gerrit Beine >Release: FreeBSD 6.2-RELEASE >Organization: Beine Computer >Environment: FreeBSD freebsd620.vmware.beine-computer.de 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update to version 1.4.1 >How-To-Repeat: >Fix: diff -Nur /usr/ports/devel/pear-PhpDocumentor/Makefile pear-PhpDocumentor/Makefile --- /usr/ports/devel/pear-PhpDocumentor/Makefile Sun Aug 19 16:21:38 2007 +++ pear-PhpDocumentor/Makefile Tue Jan 1 13:59:42 2008 @@ -6,7 +6,7 @@ # PORTNAME= PhpDocumentor -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= devel www pear MAINTAINER= gerrit.beine@gmx.de @@ -36,7 +36,6 @@ phpDocumentor/Converters/XML/DocBook/peardoc2/XMLDocBookpeardoc2Converter.inc \ phpDocumentor/Converters/XML/DocBook/XMLDocBookConverter.inc \ phpDocumentor/Converters/.peardummy \ - phpDocumentor/DocBlock/Lexer.inc \ phpDocumentor/Smarty-2.6.0/libs/core/core.assign_smarty_interface.php \ phpDocumentor/Smarty-2.6.0/libs/core/core.create_dir_structure.php \ phpDocumentor/Smarty-2.6.0/libs/core/core.display_debug_console.php \ @@ -177,6 +176,7 @@ Documentation/Release-old/Release-1.4.0alpha2 \ Documentation/Release-old/Release-1.4.0rc1 \ Documentation/Release-old/Release-1.4.0rc2 \ + Documentation/Release-old/Release-1.4.0 \ Documentation/TODO \ Documentation/RoadMap \ tutorials/Converters/CHMdefault/CHMdefaultConverter.cls \ @@ -254,24 +254,9 @@ INSTALL \ LICENSE \ README \ - Release-1.4.0 \ + Release-1.4.1 \ Authors TESTS= Documentation/tests/bug-557861/bug-557861.php \ - Documentation/tests/DocBlock_Lexer/test_br.phpt \ - Documentation/tests/DocBlock_Lexer/test_code.phpt \ - Documentation/tests/DocBlock_Lexer/test_empty.phpt \ - Documentation/tests/DocBlock_Lexer/test_eschtml.phpt \ - Documentation/tests/DocBlock_Lexer/test_html.phpt \ - Documentation/tests/DocBlock_Lexer/test_inlinetags.phpt \ - Documentation/tests/DocBlock_Lexer/test_internal.phpt \ - Documentation/tests/DocBlock_Lexer/test_kbd.phpt \ - Documentation/tests/DocBlock_Lexer/test_pre.phpt \ - Documentation/tests/DocBlock_Lexer/test_samp.phpt \ - Documentation/tests/DocBlock_Lexer/test_simplelist.phpt \ - Documentation/tests/DocBlock_Lexer/test_singleline.phpt \ - Documentation/tests/DocBlock_Lexer/test_tags.phpt \ - Documentation/tests/DocBlock_Lexer/test_twoline.phpt \ - Documentation/tests/DocBlock_Lexer/setup.php.inc \ Documentation/tests/bug-441278.php \ Documentation/tests/bug-441287.php \ Documentation/tests/bug-441289.php \ @@ -327,20 +312,20 @@ Documentation/tests/bug-pageleveldocsblocks.php \ Documentation/tests/bug-quote_new_parser.php \ Documentation/tests/bug-shortdesc.php \ - Documentation/tests/phpt_test.php.inc \ - Documentation/tests/HighlightParserGetInlineTagsTests.php \ - Documentation/tests/HighlightParserTests.php \ - Documentation/tests/IntermediateParserAddPrivatePageTests.php \ - Documentation/tests/IntermediateParserTests.php \ - Documentation/tests/ParserClassGetSourceLocationTests.php \ - Documentation/tests/ParserClassTests.php \ - Documentation/tests/ParserPageGetSourceLocationTests.php \ - Documentation/tests/ParserPageTests.php \ - Documentation/tests/phpDocumentorSetupCleanConverterNamePieceTests.php \ - Documentation/tests/phpDocumentorSetupDecideOnOrOffTests.php \ - Documentation/tests/phpDocumentorSetupTests.php \ - Documentation/tests/phpDocumentorTParserGetInlineTagsTests.php \ - Documentation/tests/phpDocumentorTParserTests.php \ + tests/AllTests.php \ + tests/HighlightParserGetInlineTagsTests.php \ + tests/HighlightParserTests.php \ + tests/IntermediateParserAddPrivatePageTests.php \ + tests/IntermediateParserTests.php \ + tests/ParserClassGetSourceLocationTests.php \ + tests/ParserClassTests.php \ + tests/ParserPageGetSourceLocationTests.php \ + tests/ParserPageTests.php \ + tests/phpDocumentorSetupCleanConverterNamePieceTests.php \ + tests/phpDocumentorSetupDecideOnOrOffTests.php \ + tests/phpDocumentorSetupTests.php \ + tests/phpDocumentorTParserGetInlineTagsTests.php \ + tests/phpDocumentorTParserTests.php \ Documentation/.peardummy DATA= docbuilder/images/ss_CHM_default_default.png \ docbuilder/images/ss_HTML_frames_default.png \ @@ -546,7 +531,7 @@ phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Global.png \ phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/I.png \ phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Index.png \ - phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Interface.PNG \ + phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Interface.png \ phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Interface_logo.png \ phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/L.png \ phpDocumentor/Converters/HTML/frames/templates/DOM/earthli/templates/media/images/Lminus.png \ diff -Nur /usr/ports/devel/pear-PhpDocumentor/distinfo pear-PhpDocumentor/distinfo --- /usr/ports/devel/pear-PhpDocumentor/distinfo Sun Aug 19 16:21:38 2007 +++ pear-PhpDocumentor/distinfo Tue Jan 1 13:42:15 2008 @@ -1,3 +1,3 @@ -MD5 (PEAR/PhpDocumentor-1.4.0.tgz) = 058cafda76f10a693cd33687fb2b9144 -SHA256 (PEAR/PhpDocumentor-1.4.0.tgz) = 478111217321a8a769be8faf65cbb41b173d64beb5ca3d7d485a8d31782f9068 -SIZE (PEAR/PhpDocumentor-1.4.0.tgz) = 2435775 +MD5 (PEAR/PhpDocumentor-1.4.1.tgz) = 7aeb281f3b755bb2e8865d83ab88f87c +SHA256 (PEAR/PhpDocumentor-1.4.1.tgz) = 2cc2141299b1f31d2482316a7c80b8dab05ac51543fd05b366b271bb0188744d +SIZE (PEAR/PhpDocumentor-1.4.1.tgz) = 2423563 >Release-Note: >Audit-Trail: >Unformatted: