From owner-svn-ports-all@FreeBSD.ORG Sat Mar 21 19:55:26 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E0ADB68; Sat, 21 Mar 2015 19:55:26 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5087418A; Sat, 21 Mar 2015 19:55:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2LJtQ4C094857; Sat, 21 Mar 2015 19:55:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2LJtPEr094845; Sat, 21 Mar 2015 19:55:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503211955.t2LJtPEr094845@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Mar 2015 19:55:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381841 - head/emulators/p5-Acme-6502 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.18-1 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: Sat, 21 Mar 2015 19:55:26 -0000 Author: sunpoet Date: Sat Mar 21 19:55:25 2015 New Revision: 381841 URL: https://svnweb.freebsd.org/changeset/ports/381841 QAT: https://qat.redports.org/buildarchive/r381841/ Log: - Fix *_DEPENDS: version is already in all supported Perl releases - Add LICENSE [1] - Use single space after WWW: - Bump PORTREVISION for dependency change Approved by: portmgr (blanket) [1] With hat: perl Modified: head/emulators/p5-Acme-6502/Makefile head/emulators/p5-Acme-6502/pkg-descr Modified: head/emulators/p5-Acme-6502/Makefile ============================================================================== --- head/emulators/p5-Acme-6502/Makefile Sat Mar 21 19:55:19 2015 (r381840) +++ head/emulators/p5-Acme-6502/Makefile Sat Mar 21 19:55:25 2015 (r381841) @@ -3,7 +3,7 @@ PORTNAME= Acme-6502 PORTVERSION= 0.77 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,8 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Pure Perl 65C02 simulator -RUN_DEPENDS= p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-version>=0.98:${PORTSDIR}/devel/p5-version +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 Modified: head/emulators/p5-Acme-6502/pkg-descr ============================================================================== --- head/emulators/p5-Acme-6502/pkg-descr Sat Mar 21 19:55:19 2015 (r381840) +++ head/emulators/p5-Acme-6502/pkg-descr Sat Mar 21 19:55:25 2015 (r381841) @@ -3,4 +3,4 @@ have to support. How bad could it be? CO 6502 system run by a family of squirrels. Fortunately there's a pure Perl 6502 emulator that works so well the squirrels will never know the difference. -WWW: http://search.cpan.org/dist/Acme-6502/ +WWW: http://search.cpan.org/dist/Acme-6502/