From owner-svn-ports-head@FreeBSD.ORG Mon Feb 4 02:27:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9311ACE4; Mon, 4 Feb 2013 02:27:21 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 80C257AA; Mon, 4 Feb 2013 02:27:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r142RL0V041130; Mon, 4 Feb 2013 02:27:21 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r142RLGj041128; Mon, 4 Feb 2013 02:27:21 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201302040227.r142RLGj041128@svn.freebsd.org> From: Martin Wilke Date: Mon, 4 Feb 2013 02:27:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311545 - head/devel/pear-Console_CommandLine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 02:27:21 -0000 Author: miwi Date: Mon Feb 4 02:27:20 2013 New Revision: 311545 URL: http://svnweb.freebsd.org/changeset/ports/311545 Log: - Update to 1.2.0 - Convert Header Modified: head/devel/pear-Console_CommandLine/Makefile (contents, props changed) head/devel/pear-Console_CommandLine/distinfo (contents, props changed) Modified: head/devel/pear-Console_CommandLine/Makefile ============================================================================== --- head/devel/pear-Console_CommandLine/Makefile Mon Feb 4 02:26:45 2013 (r311544) +++ head/devel/pear-Console_CommandLine/Makefile Mon Feb 4 02:27:20 2013 (r311545) @@ -1,13 +1,8 @@ -# Ports collection makefile for: pear-Console_CommandLine -# Date created: 21 December 2007 -# Whom: Martin Wilke -# +# Created by: Martin Wilke # $FreeBSD$ -# PORTNAME= Console_CommandLine -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.2.0 CATEGORIES= devel www pear MAINTAINER= miwi@FreeBSD.org @@ -16,49 +11,7 @@ COMMENT= A full featured command line op BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= Console/CommandLine.php Console/CommandLine/Action.php Console/CommandLine/Command.php\ - Console/CommandLine/Renderer.php Console/CommandLine/Element.php Console/CommandLine/MessageProvider.php \ - Console/CommandLine/Outputter.php Console/CommandLine/Result.php Console/CommandLine/Argument.php \ - Console/CommandLine/Exception.php Console/CommandLine/Option.php Console/CommandLine/XmlParser.php \ - Console/CommandLine/Action/Callback.php Console/CommandLine/Action/Counter.php \ - Console/CommandLine/Action/Help.php Console/CommandLine/Action/Password.php \ - Console/CommandLine/Action/StoreArray.php \ - Console/CommandLine/Action/StoreFalse.php Console/CommandLine/Action/StoreFloat.php \ - Console/CommandLine/Action/StoreInt.php Console/CommandLine/Action/StoreString.php \ - Console/CommandLine/Action/StoreTrue.php Console/CommandLine/Action/Version.php \ - Console/CommandLine/MessageProvider/Default.php Console/CommandLine/Outputter/Default.php \ - Console/CommandLine/Renderer/Default.php \ - Console/CommandLine/CustomMessageProvider.php -DATA= xmlschema.rng -EXAMPLES= ex1.php ex2.php ex2.xml -_EXAMPLESDIR= docs/examples -TESTS= AllTests.php console_commandline_accept.phpt \ - console_commandline_addargument.phpt \ - console_commandline_addcommand.phpt \ - console_commandline_addoption.phpt \ - console_commandline_addoption_errors_1.phpt \ - console_commandline_addoption_errors_2.phpt \ - console_commandline_addoption_errors_3.phpt \ - console_commandline_addoption_errors_4.phpt \ - console_commandline_addoption_errors_5.phpt \ - console_commandline_addoption_errors_6.phpt \ - console_commandline_addoption_errors_7.phpt \ - console_commandline_fromxmlfile.phpt \ - console_commandline_fromxmlfile_error.phpt \ - console_commandline_fromxmlstring.phpt \ - console_commandline_parse_1.phpt console_commandline_parse_2.phpt \ - console_commandline_parse_3.phpt console_commandline_parse_4.phpt \ - console_commandline_parse_5.phpt console_commandline_parse_6.phpt \ - console_commandline_parse_7.phpt console_commandline_parse_8.phpt \ - console_commandline_parse_9.phpt console_commandline_parse_10.phpt \ - console_commandline_parse_11.phpt console_commandline_parse_12.phpt \ - console_commandline_parse_13.phpt console_commandline_parse_14.phpt \ - console_commandline_parse_15.phpt console_commandline_parse_16.phpt \ - console_commandline_parse_17.phpt console_commandline_parse_18.phpt \ - console_commandline_webrequest_1.phpt \ - console_commandline_webrequest_2.phpt \ - console_commandline_webrequest_3.phpt \ - test.xml tests.inc.php +PEAR_AUTOINSTALL= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" Modified: head/devel/pear-Console_CommandLine/distinfo ============================================================================== --- head/devel/pear-Console_CommandLine/distinfo Mon Feb 4 02:26:45 2013 (r311544) +++ head/devel/pear-Console_CommandLine/distinfo Mon Feb 4 02:27:20 2013 (r311545) @@ -1,2 +1,2 @@ -SHA256 (PEAR/Console_CommandLine-1.1.3.tgz) = db425aef9c13d8dd506f408ca21fd61c976ad4dd06c4eae49dd4d1f3b80373e0 -SIZE (PEAR/Console_CommandLine-1.1.3.tgz) = 38507 +SHA256 (PEAR/Console_CommandLine-1.2.0.tgz) = 18f2cbed4ab2af1c5423e5f24bc1689f4d789b1bb36dde2e0c4d198d7c71c17e +SIZE (PEAR/Console_CommandLine-1.2.0.tgz) = 39740