Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2012 13:40:08 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd-ports@bluepex.com
Subject:   ports/170928: [PATCH] net/p5-Daemon-Generic: update to 0.82
Message-ID:  <201208231740.q7NHe8Of060462@meatwad.mouf.net>
Resent-Message-ID: <201208231750.q7NHo4ho041538@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170928
>Category:       ports
>Synopsis:       [PATCH] net/p5-Daemon-Generic: update to 0.82
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 23 17:50:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r239244M: Mon Aug 13 23:21:42 EDT
>Description:
- Update to 0.82

Port maintainer (freebsd-ports@bluepex.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- p5-Daemon-Generic-0.82.patch begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 303032)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (Daemon-Generic-0.71.tar.gz) = 8ed8ad1bac46943dd0eb5ab73e4c346a38d087e676d5dadd1bd5da18ff46896a
-SIZE (Daemon-Generic-0.71.tar.gz) = 13452
+SHA256 (Daemon-Generic-0.82.tar.gz) = febc92ce5ac235d22a1544b8cd94cc33970e9abef4409515e0260306be2ed0d6
+SIZE (Daemon-Generic-0.82.tar.gz) = 14146
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 303032)
+++ pkg-plist	(working copy)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Daemon/Generic.pod
 %%SITE_PERL%%/Daemon/Generic.pm
+%%SITE_PERL%%/Daemon/Generic/AnyEvent.pm
 %%SITE_PERL%%/Daemon/Generic/Event.pm
 %%SITE_PERL%%/Daemon/Generic/While1.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Daemon/Generic/.packlist
Index: Makefile
===================================================================
--- Makefile	(revision 303032)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Daemon-Generic
-PORTVERSION=	0.71
+PORTVERSION=	0.82
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -21,6 +21,7 @@
 
 MAN3=	Daemon::Generic.3 \
 	Daemon::Generic::Event.3 \
-	Daemon::Generic::While1.3
+	Daemon::Generic::While1.3 \
+	Daemon::Generic::AnyEvent.3
 
 .include <bsd.port.mk>
--- p5-Daemon-Generic-0.82.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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