Bug 175913 - [MAINTAINER] devel/p5-AnyEvent-Gearman: update to 0.10
Summary: [MAINTAINER] devel/p5-AnyEvent-Gearman: update to 0.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 04:30 UTC by gslin
Modified: 2013-02-07 06:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-AnyEvent-Gearman-0.10.patch (1.10 KB, patch)
2013-02-07 04:30 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2013-02-07 04:30:00 UTC
- Update to 0.10

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-07 04:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Andrej Zverev freebsd_committer freebsd_triage 2013-02-07 05:40:22 UTC
Responsible Changed
From-To: perl->az

I'll take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-07 05:51:53 UTC
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"
Comment 4 Andrej Zverev freebsd_committer freebsd_triage 2013-02-07 05:51:55 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!