- Update to 0.62
- Give maintainership to submitter - Update BUILD_DEPENDS PR: ports/174853 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
This commit is contained in:
parent
279b46d02c
commit
a38e72c082
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310730
2 changed files with 10 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue