Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 14:51:29 +0800 (CST)
From:      Po-Chien Lin <linpc@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174853: [PATCH] x11-toolkits/p5-Alien-wxWidgets: update to 0.62, take maintainership
Message-ID:  <20121231065129.C2511CF001@tbbs2.cs.nctu.edu.tw>
Resent-Message-ID: <201212310700.qBV702rb061518@freefall.freebsd.org>

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

>Number:         174853
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/p5-Alien-wxWidgets: update to 0.62, take maintainership
>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:   Mon Dec 31 07:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Po-Chien Lin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD tbbs2.cs.nctu.edu.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r244683: Wed Dec 26 09:38:31 CST
>Description:
- Update to 0.62
- Take maintainership
- Update BUILD_DEPENDS
- Cleanup duplicate TABs

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

--- p5-Alien-wxWidgets-0.62.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/p5-Alien-wxWidgets/Makefile ./Makefile
--- /usr/ports/x11-toolkits/p5-Alien-wxWidgets/Makefile	2012-12-31 14:21:55.000000000 +0800
+++ ./Makefile	2012-12-31 14:26:25.000000000 +0800
@@ -2,23 +2,20 @@
 # $FreeBSD: ports/x11-toolkits/p5-Alien-wxWidgets/Makefile,v 1.20 2012/11/21 23:04:29 svnexp Exp $
 
 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
 
 USE_GCC=	any
-USE_WX=		2.6+
+USE_WX=	2.6+
 WX_COMPS=	wx contrib
 PERL_MODBUILD=	yes
 
@@ -26,6 +23,12 @@
 
 .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}
@@ -39,8 +42,8 @@
 WX_UVER=	${WX_CONFIG:T} --version | ${TR} '.' '_'
 PLIST_SUB+=	WX_UVER="$$(${WX_UVER})" WX_UNI=${WX_UNI}
 
-MAN3=		Alien::wxWidgets.3 \
-		Alien::wxWidgets::Utility.3
+MAN3=	Alien::wxWidgets.3 \
+	Alien::wxWidgets::Utility.3
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/wx-config/${WX_CONFIG:T}/' ${WRKSRC}/Build.PL
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/p5-Alien-wxWidgets/distinfo ./distinfo
--- /usr/ports/x11-toolkits/p5-Alien-wxWidgets/distinfo	2011-07-03 02:18:37.000000000 +0800
+++ ./distinfo	2012-12-31 14:02:01.000000000 +0800
@@ -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
--- p5-Alien-wxWidgets-0.62.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?20121231065129.C2511CF001>