diff options
author | leeym <leeym@FreeBSD.org> | 2008-10-24 04:05:55 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-10-24 04:05:55 +0800 |
commit | 49fe5d63758a08d59d3247f702292949db2d7f97 (patch) | |
tree | 370bf839c08b1d6a0571a2fd682f45da12e7c701 /misc | |
parent | c5345650b2b7de9a0d8fa5f9696938c943e2707b (diff) | |
download | freebsd-ports-gnome-49fe5d63758a08d59d3247f702292949db2d7f97.tar.gz freebsd-ports-gnome-49fe5d63758a08d59d3247f702292949db2d7f97.tar.zst freebsd-ports-gnome-49fe5d63758a08d59d3247f702292949db2d7f97.zip |
- update to 0.05
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Array-Diff/Makefile | 4 | ||||
-rw-r--r-- | misc/p5-Array-Diff/distinfo | 6 | ||||
-rw-r--r-- | misc/p5-Array-Diff/pkg-plist | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/misc/p5-Array-Diff/Makefile b/misc/p5-Array-Diff/Makefile index f253826b404e..bebf501a347f 100644 --- a/misc/p5-Array-Diff/Makefile +++ b/misc/p5-Array-Diff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Array-Diff -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,7 @@ COMMENT= Diff two arrays RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor -PERL_MODBUILD= yes +PERL_CONFIGURE= yes MAN3= Array::Diff.3 diff --git a/misc/p5-Array-Diff/distinfo b/misc/p5-Array-Diff/distinfo index 3216049fdc69..ca410458d5cf 100644 --- a/misc/p5-Array-Diff/distinfo +++ b/misc/p5-Array-Diff/distinfo @@ -1,3 +1,3 @@ -MD5 (Array-Diff-0.04.tar.gz) = 7c08993e1d15dfae959b706db23f5a65 -SHA256 (Array-Diff-0.04.tar.gz) = ca01c940ce6126e6504ade20dce78a3b9d543969489c1fb0b85b0a7cd5a4c18f -SIZE (Array-Diff-0.04.tar.gz) = 10124 +MD5 (Array-Diff-0.05.tar.gz) = c3406182105e1206e1916452cfdf95cc +SHA256 (Array-Diff-0.05.tar.gz) = 5749745908cd8196cb4f5524cd8a2edef8644ce2f8274c2fc522411f38c2c038 +SIZE (Array-Diff-0.05.tar.gz) = 42296 diff --git a/misc/p5-Array-Diff/pkg-plist b/misc/p5-Array-Diff/pkg-plist index 983b6b85bdf8..db44930fdfe5 100644 --- a/misc/p5-Array-Diff/pkg-plist +++ b/misc/p5-Array-Diff/pkg-plist @@ -1,2 +1,5 @@ %%SITE_PERL%%/Array/Diff.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Diff/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array/Diff +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Array @dirrmtry %%SITE_PERL%%/Array |