- Update to 0.67
- Add LICENSE - Use = instead of += - Remove tab in blank line - Sort PLIST Changes: http://search.cpan.org/dist/Alien-wxWidgets/Changes
This commit is contained in:
parent
4dc2b8b88e
commit
6be343b5be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381122
3 changed files with 10 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Alien-wxWidgets
|
||||
PORTVERSION= 0.65
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.67
|
||||
CATEGORIES= x11-toolkits perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,12 +10,15 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl5 module for building, finding and using wxWidgets binaries
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5 compiler:env
|
||||
USE_PERL5= modbuild
|
||||
USE_WX= 3.0
|
||||
WX_COMPS= wx
|
||||
WX_UNICODE= yes
|
||||
CONFIGURE_ARGS+= --wxWidgets-build=0 --wxWidgets-unicode=1
|
||||
CONFIGURE_ARGS= --wxWidgets-build=0 --wxWidgets-unicode=1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/wx-config/${WX_CONFIG:T}/' ${WRKSRC}/Build.PL
|
||||
|
@ -27,5 +29,5 @@ post-install:
|
|||
# file name is function of wx version, add it dynamically
|
||||
@(cd ${STAGEDIR}${PREFIX}; ${FIND} * -type f -name gtk2_\* -print \
|
||||
>> ${TMPPLIST})
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Alien-wxWidgets-0.65.tar.gz) = b4772a319d78cd3c933e90d7bd2f766cd57216c5234abdfd2c43a10ba83c8f40
|
||||
SIZE (Alien-wxWidgets-0.65.tar.gz) = 669968
|
||||
SHA256 (Alien-wxWidgets-0.67.tar.gz) = d906dffefec41748676e16ff28a93ca36d60a8158a82e9d8bac6383a0142b51c
|
||||
SIZE (Alien-wxWidgets-0.67.tar.gz) = 671487
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%%SITE_ARCH%%/Alien/wxWidgets.pm
|
||||
%%SITE_ARCH%%/Alien/wxWidgets/Utility.pm
|
||||
%%PERL5_MAN3%%/Alien::wxWidgets.3.gz
|
||||
%%PERL5_MAN3%%/Alien::wxWidgets::Utility.3.gz
|
||||
%%SITE_ARCH%%/Alien/wxWidgets/Utility.pm
|
||||
%%SITE_ARCH%%/Alien/wxWidgets.pm
|
||||
|
|
Loading…
Reference in a new issue