Bug 174853 - [PATCH] x11-toolkits/p5-Alien-wxWidgets: update to 0.62, take maintainership
Summary: [PATCH] x11-toolkits/p5-Alien-wxWidgets: update to 0.62, take maintainership
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-31 07:00 UTC by Po-Chien Lin
Modified: 2013-01-21 02:40 UTC (History)
0 users

See Also:


Attachments
p5-Alien-wxWidgets-0.62.patch (2.12 KB, patch)
2012-12-31 07:00 UTC, Po-Chien Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chien Lin 2012-12-31 07:00:00 UTC
- Update to 0.62
- Take maintainership
- Update BUILD_DEPENDS
- Cleanup duplicate TABs

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-12-31 07:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2013-01-21 02:16:37 UTC
Responsible Changed
From-To: perl->swills

I'll take it.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-01-21 02:32:16 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-01-21 02:32:19 UTC
Author: swills
Date: Mon Jan 21 02:32:06 2013
New Revision: 310730
URL: http://svnweb.freebsd.org/changeset/ports/310730

Log:
  - Update to 0.62
  - Give maintainership to submitter
  - Update BUILD_DEPENDS
  
  PR:		ports/174853
  Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>

Modified:
  head/x11-toolkits/p5-Alien-wxWidgets/Makefile
  head/x11-toolkits/p5-Alien-wxWidgets/distinfo   (contents, props changed)

Modified: head/x11-toolkits/p5-Alien-wxWidgets/Makefile
==============================================================================
--- head/x11-toolkits/p5-Alien-wxWidgets/Makefile	Mon Jan 21 00:49:08 2013	(r310729)
+++ head/x11-toolkits/p5-Alien-wxWidgets/Makefile	Mon Jan 21 02:32:06 2013	(r310730)
@@ -2,17 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	Alien-wxWidgets
-PORTVERSION=	0.51
-PORTREVISION=	1
+PORTVERSION=	0.62
 CATEGORIES=	x11-toolkits perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	linpc@cs.nctu.edu.tw
 COMMENT=	Perl5 module for building, finding and using wxWidgets binaries
 
-BUILD_DEPENDS=	p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
-
 OPTIONS_DEFINE=	UNICODE
 OPTIONS_DEFAULT=	UNICODE
 UNICODE_DESC=	Build with Unicode support
@@ -26,6 +23,12 @@ PERL_MODBUILD=	yes
 
 .if ${PERL_LEVEL} < 500809
 BUILD_DEPENDS+=	p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
+.elsif ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+=	p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
+.endif
+
+.if ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+=	p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
 .endif
 
 .if ${PORT_OPTIONS:MUNICODE}

Modified: head/x11-toolkits/p5-Alien-wxWidgets/distinfo
==============================================================================
--- head/x11-toolkits/p5-Alien-wxWidgets/distinfo	Mon Jan 21 00:49:08 2013	(r310729)
+++ head/x11-toolkits/p5-Alien-wxWidgets/distinfo	Mon Jan 21 02:32:06 2013	(r310730)
@@ -1,2 +1,2 @@
-SHA256 (Alien-wxWidgets-0.51.tar.gz) = af0e7e3a4a5235b7e32966089330d49191180beea80bf80ea15a707a3366a864
-SIZE (Alien-wxWidgets-0.51.tar.gz) = 673085
+SHA256 (Alien-wxWidgets-0.62.tar.gz) = feb655ea2a9f64c43f10b556648bc42d7e7224bbe753f657bd584b39d3e68aba
+SIZE (Alien-wxWidgets-0.62.tar.gz) = 666834
_______________________________________________
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"