Skip to content

Commit

Permalink
- Update to 0.46
Browse files Browse the repository at this point in the history
- Add LICENSE (Artistic 1 & GPL 1)
- Add missing Sub::Install to TEST_DEPENDS (tests fail if not present)

Changes:	http://search.cpan.org/dist/File-Map/Changes
  • Loading branch information
culot committed Feb 29, 2012
1 parent f0ed80a commit 6ee4c57
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions devel/p5-File-Map/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,26 @@
#

PORTNAME= File-Map
PORTVERSION= 0.45
PORTVERSION= 0.46
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

MAINTAINER= perl@FreeBSD.org
COMMENT= Memory mapping made simple and safe

LICENSE= ART10 GPLv1
LICENSE_COMB= dual

BUILD_DEPENDS= p5-Const-Fast>=0:${PORTSDIR}/devel/p5-Const-Fast \
p5-PerlIO-Layers>=0:${PORTSDIR}/devel/p5-PerlIO-Layers \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
RUN_DEPENDS= p5-Const-Fast>=0:${PORTSDIR}/devel/p5-Const-Fast \
p5-PerlIO-Layers>=0:${PORTSDIR}/devel/p5-PerlIO-Layers \
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter

TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
TEST_DEPENDS= p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn

Expand Down
4 changes: 2 additions & 2 deletions devel/p5-File-Map/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (File-Map-0.45.tar.gz) = 5275c58db7a3d591c570cbf6194b0f1f0f87f7bbc791ef683bfeeedbf74cace1
SIZE (File-Map-0.45.tar.gz) = 73256
SHA256 (File-Map-0.46.tar.gz) = 3f90fed798c815ebad7dd31a1035f3f164c6bbb2b792bdacf6726b7e84985f6a
SIZE (File-Map-0.46.tar.gz) = 73332

0 comments on commit 6ee4c57

Please sign in to comment.