diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-16 17:27:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-16 17:27:03 +0800 |
commit | 89f5f4ca65bc6bf7d357d22fc368a69c9d9bdc57 (patch) | |
tree | 4bf7c573090695cdb1349ecc5c3f4c87047e271c | |
parent | a2921219f909c826a7633aebdad45bd5ffa28e63 (diff) | |
download | freebsd-ports-gnome-89f5f4ca65bc6bf7d357d22fc368a69c9d9bdc57.tar.gz freebsd-ports-gnome-89f5f4ca65bc6bf7d357d22fc368a69c9d9bdc57.tar.zst freebsd-ports-gnome-89f5f4ca65bc6bf7d357d22fc368a69c9d9bdc57.zip |
- Update to 2.08
- Take maintainership
Changes: http://search.cpan.org/dist/Net-Dict/ChangeLog
-rw-r--r-- | net/p5-Net-Dict/Makefile | 11 | ||||
-rw-r--r-- | net/p5-Net-Dict/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-Dict/pkg-descr | 6 |
3 files changed, 10 insertions, 11 deletions
diff --git a/net/p5-Net-Dict/Makefile b/net/p5-Net-Dict/Makefile index 75bfa0f1331d..983af495560e 100644 --- a/net/p5-Net-Dict/Makefile +++ b/net/p5-Net-Dict/Makefile @@ -6,22 +6,21 @@ # PORTNAME= Net-Dict -PORTVERSION= 2.07 +PORTVERSION= 2.08 CATEGORIES= net perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:NEILB PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= A simple client API for the DICT protocol -BUILD_DEPENDS= ${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes + MAN3= Net::Dict.3 post-patch: - ${PERL} -pi -e '$$_="" if /(&configure|EXE_FILES)/' \ + @${REINPLACE_CMD} -e '/&configure_testsuite/d; /EXE_FILES/d' \ ${WRKSRC}/Makefile.PL .include <bsd.port.mk> diff --git a/net/p5-Net-Dict/distinfo b/net/p5-Net-Dict/distinfo index 4a5d57e2ee26..3fec0fa6908a 100644 --- a/net/p5-Net-Dict/distinfo +++ b/net/p5-Net-Dict/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Dict-2.07.tar.gz) = e68f8a02ce13b004209738e4b5cf475585a5bd8e9fc751a77cc37bdea21aa9c5 -SIZE (Net-Dict-2.07.tar.gz) = 30284 +SHA256 (Net-Dict-2.08.tar.gz) = 749fa700be2a4cb70b8d5ac431dcee84791736e9927b9f40f5d1c618e85c467d +SIZE (Net-Dict-2.08.tar.gz) = 32777 diff --git a/net/p5-Net-Dict/pkg-descr b/net/p5-Net-Dict/pkg-descr index fd9350b2fd93..01891c70f0b1 100644 --- a/net/p5-Net-Dict/pkg-descr +++ b/net/p5-Net-Dict/pkg-descr @@ -1,5 +1,5 @@ -Net::Dict is a perl class for looking up words and their definitions -on network dictionary servers. Net::Dict provides a simple DICT -client API for the network protocol described in RFC2229. +Net::Dict is a perl class for looking up words and their definitions on network +dictionary servers. Net::Dict provides a simple DICT client API for the network +protocol described in RFC2229. WWW: http://search.cpan.org/dist/Net-Dict/ |