Date: Sat, 21 Mar 2015 19:55:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381841 - head/emulators/p5-Acme-6502 Message-ID: <201503211955.t2LJtPEr094845@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503211955.t2LJtPEr094845>