aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-03-15 03:30:16 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-03-15 03:30:16 +0800
commit2dd3ae5cfd83e7c0215aa433ec1236dfeebdb0ff (patch)
treeefe467c25ba87851e28896ae5e67b158e765ddb8
parentd02518ca45457a7c0b32a6d39eaa26f527cf14fe (diff)
downloadfreebsd-ports-gnome-2dd3ae5cfd83e7c0215aa433ec1236dfeebdb0ff.tar.gz
freebsd-ports-gnome-2dd3ae5cfd83e7c0215aa433ec1236dfeebdb0ff.tar.zst
freebsd-ports-gnome-2dd3ae5cfd83e7c0215aa433ec1236dfeebdb0ff.zip
- Update to 1.05
- Sort MAN3 - Cleanup Makefile header Changes: http://search.cpan.org/dist/Path-Dispatcher/Changes
-rw-r--r--devel/p5-Path-Dispatcher/Makefile53
-rw-r--r--devel/p5-Path-Dispatcher/distinfo4
-rw-r--r--devel/p5-Path-Dispatcher/pkg-descr2
3 files changed, 26 insertions, 33 deletions
diff --git a/devel/p5-Path-Dispatcher/Makefile b/devel/p5-Path-Dispatcher/Makefile
index af79f9676f43..2907de8ca0f3 100644
--- a/devel/p5-Path-Dispatcher/Makefile
+++ b/devel/p5-Path-Dispatcher/Makefile
@@ -1,13 +1,8 @@
-# New ports collection makefile for: Path-Dispatcher
-# Date created: 2011-04-05
-# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
-#
+# Created by: Baptiste Daroussin <bapt@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Path-Dispatcher
-PORTVERSION= 1.04
-PORTREVISION= 1
+PORTVERSION= 1.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SARTAK
@@ -21,32 +16,30 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Any-Moose>=0.12:${PORTSDIR}/devel/p5-Any-Moose \
p5-Try-Tiny>=0.02:${PORTSDIR}/lang/p5-Try-Tiny
-RUN_DEPENDS= p5-Any-Moose>=0.12:${PORTSDIR}/devel/p5-Any-Moose \
- p5-Try-Tiny>=0.02:${PORTSDIR}/lang/p5-Try-Tiny
-
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
PERL_CONFIGURE= yes
-MAN3= Path::Dispatcher::Path.3 \
- Path::Dispatcher::Rule::Tokens.3 \
- Path::Dispatcher::Rule::Sequence.3 \
- Path::Dispatcher::Rule::Dispatch.3 \
- Path::Dispatcher::Role::Rules.3 \
- Path::Dispatcher::Rule::Eq.3 \
- Path::Dispatcher.3 \
- Path::Dispatcher::Match.3 \
- Path::Dispatcher::Rule::CodeRef.3 \
- Path::Dispatcher::Rule::Metadata.3 \
- Path::Dispatcher::Rule::Enum.3 \
- Path::Dispatcher::Rule::Empty.3 \
- Path::Dispatcher::Cookbook.3 \
- Path::Dispatcher::Rule::Under.3 \
- Path::Dispatcher::Rule.3 \
- Path::Dispatcher::Rule::Intersection.3 \
- Path::Dispatcher::Rule::Alternation.3 \
- Path::Dispatcher::Rule::Always.3 \
- Path::Dispatcher::Rule::Regex.3 \
- Path::Dispatcher::Dispatch.3
+MAN3= Path::Dispatcher.3 \
+ Path::Dispatcher::Cookbook.3 \
+ Path::Dispatcher::Dispatch.3 \
+ Path::Dispatcher::Match.3 \
+ Path::Dispatcher::Path.3 \
+ Path::Dispatcher::Role::Rules.3 \
+ Path::Dispatcher::Rule.3 \
+ Path::Dispatcher::Rule::Alternation.3 \
+ Path::Dispatcher::Rule::Always.3 \
+ Path::Dispatcher::Rule::CodeRef.3 \
+ Path::Dispatcher::Rule::Dispatch.3 \
+ Path::Dispatcher::Rule::Empty.3 \
+ Path::Dispatcher::Rule::Enum.3 \
+ Path::Dispatcher::Rule::Eq.3 \
+ Path::Dispatcher::Rule::Intersection.3 \
+ Path::Dispatcher::Rule::Metadata.3 \
+ Path::Dispatcher::Rule::Regex.3 \
+ Path::Dispatcher::Rule::Sequence.3 \
+ Path::Dispatcher::Rule::Tokens.3 \
+ Path::Dispatcher::Rule::Under.3
.include <bsd.port.mk>
diff --git a/devel/p5-Path-Dispatcher/distinfo b/devel/p5-Path-Dispatcher/distinfo
index f00cb6e14c87..fc7ca4a81a03 100644
--- a/devel/p5-Path-Dispatcher/distinfo
+++ b/devel/p5-Path-Dispatcher/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Path-Dispatcher-1.04.tar.gz) = 61336669dc0f5475bf996e53917d34e761244805ed81d1414fc1d73ebf0d53b0
-SIZE (Path-Dispatcher-1.04.tar.gz) = 37800
+SHA256 (Path-Dispatcher-1.05.tar.gz) = 4b2456a68c1cf98633b74ae8ce0668939885dee305252185cac0aa2fb229ebde
+SIZE (Path-Dispatcher-1.05.tar.gz) = 38618
diff --git a/devel/p5-Path-Dispatcher/pkg-descr b/devel/p5-Path-Dispatcher/pkg-descr
index 456e898b6a35..89e7db66c620 100644
--- a/devel/p5-Path-Dispatcher/pkg-descr
+++ b/devel/p5-Path-Dispatcher/pkg-descr
@@ -1,3 +1,3 @@
Path::Dispatcher - flexible and extensible dispatch for perl
-WWW: http://search.cpan.org/dist/Path-Dispatcher/
+WWW: http://search.cpan.org/dist/Path-Dispatcher/