From owner-svn-ports-all@FreeBSD.ORG Tue Nov 5 16:21:05 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0CFC4301; Tue, 5 Nov 2013 16:21:05 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE5E5238D; Tue, 5 Nov 2013 16:21:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA5GL4HY039827; Tue, 5 Nov 2013 16:21:04 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA5GL4eP039826; Tue, 5 Nov 2013 16:21:04 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311051621.rA5GL4eP039826@svn.freebsd.org> From: Philippe Audeoud Date: Tue, 5 Nov 2013 16:21:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332865 - head/devel/p5-App-Cmd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 16:21:05 -0000 Author: jadawin Date: Tue Nov 5 16:21:04 2013 New Revision: 332865 URL: http://svnweb.freebsd.org/changeset/ports/332865 Log: - Apply forgotten changes in Makefile: maintainer, license and portversion Notified by: az@ Pointyhat: myself Modified: head/devel/p5-App-Cmd/Makefile Modified: head/devel/p5-App-Cmd/Makefile ============================================================================== --- head/devel/p5-App-Cmd/Makefile Tue Nov 5 16:15:41 2013 (r332864) +++ head/devel/p5-App-Cmd/Makefile Tue Nov 5 16:21:04 2013 (r332865) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= App-Cmd -PORTVERSION= 0.320 +PORTVERSION= 0.322 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= App::Cmd - Write command line apps with less suffering +LICENSE= ARTPERL10 + BUILD_DEPENDS= p5-Capture-Tiny>=0.13:${PORTSDIR}/devel/p5-Capture-Tiny \ p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load \ p5-Getopt-Long-Descriptive>=0.084:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \