Bug 156925 - [MAINTAINER] devel/p5-Object-Event: Fix PORTEPOCH
Summary: [MAINTAINER] devel/p5-Object-Event: Fix PORTEPOCH
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-10 10:30 UTC by Mons Anderson
Modified: 2011-05-11 14:11 UTC (History)
0 users

See Also:


Attachments
p5-Object-Event-1.21,1.patch (915 bytes, patch)
2011-05-10 10:30 UTC, Mons Anderson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mons Anderson 2011-05-10 10:30:08 UTC
Fix PORTEPOCH

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-10 10:30:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-10 14:33:03 UTC
Responsible Changed
From-To: perl->sunpoet

I will take it.
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-11 08:29:28 UTC
Hi,

  As Object::Event 1.22 is out, do you agree to update to 1.22 and tweak
  the version number as 1.220 instead of bump PORTEPOCH? The patch is
  attached. Thanks.

Regards,
sunpoet

--- p5-Object-Event.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Object-Event/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	13 Nov 2009 23:32:20 -0000	1.5
+++ Makefile	11 May 2011 07:27:18 -0000
@@ -6,19 +6,20 @@
 #
 
 PORTNAME=	Object-Event
-PORTVERSION=	1.21
+PORTVERSION=	1.220
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$//}
 
 MAINTAINER=	mons@cpan.org
 COMMENT=	A class that provides an event callback interface
 
-RUN_DEPENDS=	p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
-		p5-common-sense>=2:${PORTSDIR}/devel/p5-common-sense
+RUN_DEPENDS=	p5-AnyEvent>=3.5:${PORTSDIR}/devel/p5-AnyEvent \
+		p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
 
 PERL_CONFIGURE=	yes
 
-MAN3=	Object::Event.3
+MAN3=		Object::Event.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Object-Event/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	13 Nov 2009 23:32:20 -0000	1.4
+++ distinfo	11 May 2011 07:27:18 -0000
@@ -1,3 +1,2 @@
-MD5 (Object-Event-1.21.tar.gz) = df1827e1e966b9ce6553d5139cbc5c4f
-SHA256 (Object-Event-1.21.tar.gz) = ee1681340b84f6fb1850ce33cd27c64a90835f1ddd57f569804f28741bc3045d
-SIZE (Object-Event-1.21.tar.gz) = 15183
+SHA256 (Object-Event-1.22.tar.gz) = a52e9ac31fe7cf750baa90061b165eed9a425b89f99803ae8581e9cc12b8a472
+SIZE (Object-Event-1.22.tar.gz) = 15818
--- p5-Object-Event.patch ends here ---
Comment 4 mons 2011-05-11 11:11:05 UTC
Yes, I'm agree

On 11.05.2011, at 11:29, Sunpoet Po-Chuan Hsieh wrote:

> Hi,
>=20
>  As Object::Event 1.22 is out, do you agree to update to 1.22 and =
tweak
>  the version number as 1.220 instead of bump PORTEPOCH? The patch is
>  attached. Thanks.
>=20
> Regards,
> sunpoet
>=20
> --- p5-Object-Event.patch begins here ---
> Index: Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RCS file: /home/pcvs/ports/devel/p5-Object-Event/Makefile,v
> retrieving revision 1.5
> diff -u -r1.5 Makefile
> --- Makefile	13 Nov 2009 23:32:20 -0000	1.5
> +++ Makefile	11 May 2011 07:27:18 -0000
> @@ -6,19 +6,20 @@
> #
>=20
> PORTNAME=3D	Object-Event
> -PORTVERSION=3D	1.21
> +PORTVERSION=3D	1.220
> CATEGORIES=3D	devel perl5
> MASTER_SITES=3D	CPAN
> PKGNAMEPREFIX=3D	p5-
> +DISTNAME=3D	${PORTNAME}-${PORTVERSION:C/0$//}
>=20
> MAINTAINER=3D	mons@cpan.org
> COMMENT=3D	A class that provides an event callback interface
>=20
> -RUN_DEPENDS=3D	p5-AnyEvent>=3D0:${PORTSDIR}/devel/p5-AnyEvent \
> -		p5-common-sense>=3D2:${PORTSDIR}/devel/p5-common-sense
> +RUN_DEPENDS=3D	p5-AnyEvent>=3D3.5:${PORTSDIR}/devel/p5-AnyEvent =
\
> +		p5-common-sense>=3D0:${PORTSDIR}/devel/p5-common-sense
>=20
> PERL_CONFIGURE=3D	yes
>=20
> -MAN3=3D	Object::Event.3
> +MAN3=3D		Object::Event.3
>=20
> .include <bsd.port.mk>
> Index: distinfo
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RCS file: /home/pcvs/ports/devel/p5-Object-Event/distinfo,v
> retrieving revision 1.4
> diff -u -r1.4 distinfo
> --- distinfo	13 Nov 2009 23:32:20 -0000	1.4
> +++ distinfo	11 May 2011 07:27:18 -0000
> @@ -1,3 +1,2 @@
> -MD5 (Object-Event-1.21.tar.gz) =3D df1827e1e966b9ce6553d5139cbc5c4f
> -SHA256 (Object-Event-1.21.tar.gz) =3D =
ee1681340b84f6fb1850ce33cd27c64a90835f1ddd57f569804f28741bc3045d
> -SIZE (Object-Event-1.21.tar.gz) =3D 15183
> +SHA256 (Object-Event-1.22.tar.gz) =3D =
a52e9ac31fe7cf750baa90061b165eed9a425b89f99803ae8581e9cc12b8a472
> +SIZE (Object-Event-1.22.tar.gz) =3D 15818
> --- p5-Object-Event.patch ends here ---
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-05-11 13:19:58 UTC
sunpoet     2011-05-11 12:19:45 UTC

  FreeBSD ports repository

  Modified files:
    devel/p5-Object-Event Makefile distinfo 
  Log:
  - Update to 1.22
  
  Changes:        http://search.cpan.org/dist/Object-Event/Changes
  PR:             ports/156925
  Submitted by:   Mons Anderson <mons@cpan.org> (maintainer)
  
  Revision  Changes    Path
  1.6       +5 -4      ports/devel/p5-Object-Event/Makefile
  1.5       +2 -3      ports/devel/p5-Object-Event/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-05-11 14:11:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!