Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 05:51:40 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311811 - head/devel/p5-AnyEvent-Gearman
Message-ID:  <201302070551.r175peOB024368@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302070551.r175peOB024368>