1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Upgrade to 0.16.

PR:		ports/160783
Submitted by:	sunpoet
This commit is contained in:
Jun Kuriyama 2011-09-27 15:54:35 +00:00
parent 6ac4ab3a47
commit bc1a59ad39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282495
2 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Any-Moose
PORTVERSION= 0.15
PORTVERSION= 0.17
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SARTAK
@ -22,16 +22,16 @@ MAN3= Any::Moose.3
OPTIONS= MOOSE "Use Moose" off \
MOUSE "Use Mouse" on
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if !defined(WITHOUT_MOOSE)
BUILD_DEPENDS+= p5-Moose>0:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS+= p5-Moose>0:${PORTSDIR}/devel/p5-Moose
.endif
.if defined(WITH_MOUSE)
BUILD_DEPENDS+= p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse
RUN_DEPENDS+= p5-Mouse>=0.40:${PORTSDIR}/devel/p5-Mouse
.endif
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Any-Moose-0.15.tar.gz) = b43d4ed68242c5ed29cb35a8d5f4ef5e536abde421c83c663af4be249cedf315
SIZE (Any-Moose-0.15.tar.gz) = 14359
SHA256 (Any-Moose-0.17.tar.gz) = a9d229f0b6bfa22962865f3606c3d95b11fb3bd130d18793c2a2a81cc9caafde
SIZE (Any-Moose-0.17.tar.gz) = 15148