Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 13:13:42 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324986 - head/devel/p5-Log-Agent
Message-ID:  <201308191313.r7JDDg4U059250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Mon Aug 19 13:13:42 2013
New Revision: 324986
URL: http://svnweb.freebsd.org/changeset/ports/324986

Log:
  - Update to 1.000
  - Add LICENSE (Artistic 2)
  - Capitalize Perl in COMMENT
  
  Changes:	http://search.cpan.org/dist/Log-Agent/changes.pod

Modified:
  head/devel/p5-Log-Agent/Makefile
  head/devel/p5-Log-Agent/distinfo
  head/devel/p5-Log-Agent/pkg-plist

Modified: head/devel/p5-Log-Agent/Makefile
==============================================================================
--- head/devel/p5-Log-Agent/Makefile	Mon Aug 19 12:50:16 2013	(r324985)
+++ head/devel/p5-Log-Agent/Makefile	Mon Aug 19 13:13:42 2013	(r324986)
@@ -2,13 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	Log-Agent
-PORTVERSION=	0.307
+PORTVERSION=	1.000
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
-COMMENT=	Set of perl modules that allows you to enhance logging capabilities
+COMMENT=	Set of Perl modules that allows you to enhance logging capabilities
+
+LICENSE=	ART20
 
 USES=		perl5
 USE_PERL5=	configure
@@ -35,6 +37,7 @@ MAN3=		Log::Agent.3 \
 		Log::Agent::Tag::Caller.3 \
 		Log::Agent::Tag::Priority.3 \
 		Log::Agent::Tag::String.3 \
-		Log::Agent::Tag_List.3
+		Log::Agent::Tag_List.3 \
+		Log::changes.3
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Log-Agent/distinfo
==============================================================================
--- head/devel/p5-Log-Agent/distinfo	Mon Aug 19 12:50:16 2013	(r324985)
+++ head/devel/p5-Log-Agent/distinfo	Mon Aug 19 13:13:42 2013	(r324986)
@@ -1,2 +1,2 @@
-SHA256 (Log-Agent-0.307.tar.gz) = 668b3b798a093b4ac78765d7ede6cf1133a50d7be11a6c717bca6e351d40e7fe
-SIZE (Log-Agent-0.307.tar.gz) = 55238
+SHA256 (Log-Agent-1.000.tar.gz) = c25be2fcc9be011ad0b0a5a84d767cac8489c0a791c7961c4ee809ee9509f373
+SIZE (Log-Agent-1.000.tar.gz) = 55407

Modified: head/devel/p5-Log-Agent/pkg-plist
==============================================================================
--- head/devel/p5-Log-Agent/pkg-plist	Mon Aug 19 12:50:16 2013	(r324985)
+++ head/devel/p5-Log-Agent/pkg-plist	Mon Aug 19 13:13:42 2013	(r324986)
@@ -24,6 +24,7 @@
 %%SITE_PERL%%/Log/Agent/Tag/Priority.pm
 %%SITE_PERL%%/Log/Agent/Tag/String.pm
 %%SITE_PERL%%/Log/Agent/Tag_List.pm
+%%SITE_PERL%%/Log/changes.pod
 %%SITE_PERL%%/auto/Log/Agent/DATUM_is_here.al
 %%SITE_PERL%%/auto/Log/Agent/Priorities/autosplit.ix
 %%SITE_PERL%%/auto/Log/Agent/Priorities/level_from_prio.al



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