- Update to 0.10 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->az I'll take it
Author: az Date: Thu Feb 7 05:51:39 2013 New Revision: 311811 URL: http://svnweb.freebsd.org/changeset/ports/311811 Log: - Update to 0.10 - Add LICENSE - Trim Makefile header - Remove @comment from pkg-plist PR: ports/175913 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Modified: head/devel/p5-AnyEvent-Gearman/Makefile (contents, props changed) head/devel/p5-AnyEvent-Gearman/distinfo (contents, props changed) head/devel/p5-AnyEvent-Gearman/pkg-plist (contents, props changed) Modified: head/devel/p5-AnyEvent-Gearman/Makefile ============================================================================== --- head/devel/p5-AnyEvent-Gearman/Makefile Thu Feb 7 03:25:50 2013 (r311810) +++ head/devel/p5-AnyEvent-Gearman/Makefile Thu Feb 7 05:51:39 2013 (r311811) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-AnyEvent-Gearman -# Date created: 2012-04-15 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= AnyEvent-Gearman -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Asynchronous Gearman client/worker module for AnyEvent applications +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \ Modified: head/devel/p5-AnyEvent-Gearman/distinfo ============================================================================== --- head/devel/p5-AnyEvent-Gearman/distinfo Thu Feb 7 03:25:50 2013 (r311810) +++ head/devel/p5-AnyEvent-Gearman/distinfo Thu Feb 7 05:51:39 2013 (r311811) @@ -1,2 +1,2 @@ -SHA256 (AnyEvent-Gearman-0.09.tar.gz) = 20d21ae922a4219d0bbe74c287e544bb5f8b373b5ee34ee3a27c2489b40a13d2 -SIZE (AnyEvent-Gearman-0.09.tar.gz) = 65952 +SHA256 (AnyEvent-Gearman-0.10.tar.gz) = 80842155dc796efc55210b002ae6454f9e7857ecb48627f572d936691610364e +SIZE (AnyEvent-Gearman-0.10.tar.gz) = 68099 Modified: head/devel/p5-AnyEvent-Gearman/pkg-plist ============================================================================== --- head/devel/p5-AnyEvent-Gearman/pkg-plist Thu Feb 7 03:25:50 2013 (r311810) +++ head/devel/p5-AnyEvent-Gearman/pkg-plist Thu Feb 7 05:51:39 2013 (r311811) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Gearman/.packlist %%SITE_PERL%%/AnyEvent/Gearman.pm %%SITE_PERL%%/AnyEvent/Gearman/Client.pm _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!