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

Update to 1.7.1

Changes:	http://search.cpan.org/src/DCONWAY/Class-Delegation-v1.7.1/Changes
This commit is contained in:
Sergey Skvortsov 2006-05-24 07:36:55 +00:00
parent 2e43430f8b
commit d4ced62c41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163241
3 changed files with 9 additions and 8 deletions

View File

@ -6,15 +6,19 @@
#
PORTNAME= Class-Delegation
PORTVERSION= 1.06
PORTVERSION= 1.7.1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
MASTER_SITE_SUBDIR= ../../authors/id/D/DC/DCONWAY
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= skv@FreeBSD.org
COMMENT= Object-oriented delegation
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Class::Delegation.3

View File

@ -1,3 +1,3 @@
MD5 (Class-Delegation-1.06.tar.gz) = bef5a9a93658e35777730ba943b14391
SHA256 (Class-Delegation-1.06.tar.gz) = ef71d698c6cd16d41fd93a60f956bce6dc603369d9cd4615470040eaa053743e
SIZE (Class-Delegation-1.06.tar.gz) = 14201
MD5 (Class-Delegation-v1.7.1.tar.gz) = 2a909bd2fedb6524a906830929e93313
SHA256 (Class-Delegation-v1.7.1.tar.gz) = a4ce8608e2069aa5c96b8be47c6bad4bc64d4c5d22fd15429ac5135eb75f28f2
SIZE (Class-Delegation-v1.7.1.tar.gz) = 14583

View File

@ -11,6 +11,3 @@ These three delegation mechanisms can be specified for:
* all methods, delegated or not.
WWW: http://search.cpan.org/dist/Class-Delegation/
-- Sergey Skvortsov
skv@FreeBSD.org