diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-10 09:27:12 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-10 09:27:12 +0800 |
commit | b8f0b2f72b72731a4d45d7510b0bde9d7202e373 (patch) | |
tree | d3e68658dd8259dbcf705f911ee491887b834818 /devel | |
parent | c05cb7904bb9b49d52524bab590eb14c7bcd5804 (diff) | |
download | freebsd-ports-gnome-b8f0b2f72b72731a4d45d7510b0bde9d7202e373.tar.gz freebsd-ports-gnome-b8f0b2f72b72731a4d45d7510b0bde9d7202e373.tar.zst freebsd-ports-gnome-b8f0b2f72b72731a4d45d7510b0bde9d7202e373.zip |
- Update to 1.49
- Include the modifications from ports/101233
PR: ports/101733
Submitted by: maintainer (Geraud CONTINSOUZAS)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Object-InsideOut/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/p5-Object-InsideOut/Makefile b/devel/p5-Object-InsideOut/Makefile index 9c421e6548a9..c90d5e4057ab 100644 --- a/devel/p5-Object-InsideOut/Makefile +++ b/devel/p5-Object-InsideOut/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Object-InsideOut -PORTVERSION= 1.45 +PORTVERSION= 1.49 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Object @@ -16,7 +16,7 @@ MAINTAINER= geraud@gcu.info COMMENT= Object::InsideOut - Comprehensive inside-out object support module BUILD_DEPENDS= p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Scalar-List-Utils>=1.10:${PORTSDIR}/lang/p5-Scalar-List-Utils + p5-Want>=0.10:${PORTSDIR}/devel/p5-Want RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/devel/p5-Object-InsideOut/distinfo b/devel/p5-Object-InsideOut/distinfo index 7f705c545731..3fc1854895aa 100644 --- a/devel/p5-Object-InsideOut/distinfo +++ b/devel/p5-Object-InsideOut/distinfo @@ -1,3 +1,3 @@ -MD5 (Object-InsideOut-1.45.tar.gz) = cde46297b346e329996b0cd40e9b81df -SHA256 (Object-InsideOut-1.45.tar.gz) = 202700a28e66684b1b1b53b3d9812b443f2ecc543b98a6b3d9cb58f20ea96f0b -SIZE (Object-InsideOut-1.45.tar.gz) = 63632 +MD5 (Object-InsideOut-1.49.tar.gz) = 4561fef433b7369025deb87197f14372 +SHA256 (Object-InsideOut-1.49.tar.gz) = 0ef7ab2cc5ef803540aa4bcf81c37289d2a19367f8f025d3bba8b0d956f77cfb +SIZE (Object-InsideOut-1.49.tar.gz) = 68816 diff --git a/devel/p5-Object-InsideOut/pkg-plist b/devel/p5-Object-InsideOut/pkg-plist index d39f9f3f2e38..2e7fd87c18e8 100644 --- a/devel/p5-Object-InsideOut/pkg-plist +++ b/devel/p5-Object-InsideOut/pkg-plist @@ -9,6 +9,7 @@ %%SITE_PERL%%/Object/InsideOut/Overload.pm %%SITE_PERL%%/Object/InsideOut/Universal.pm %%SITE_PERL%%/Object/InsideOut/Util.pm +%%SITE_PERL%%/Object/InsideOut/lvalue.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object/InsideOut @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Object |