diff options
author | clsung <clsung@FreeBSD.org> | 2008-04-01 19:28:22 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-04-01 19:28:22 +0800 |
commit | a77488ac9c4a5ae8629439a5590422aba40c576a (patch) | |
tree | 54c8c1142648b89a5422a9e8af9254ccfd775f98 /devel | |
parent | a04897584502e23e74faa9ced06276731f4cf7f2 (diff) | |
download | freebsd-ports-gnome-a77488ac9c4a5ae8629439a5590422aba40c576a.tar.gz freebsd-ports-gnome-a77488ac9c4a5ae8629439a5590422aba40c576a.tar.zst freebsd-ports-gnome-a77488ac9c4a5ae8629439a5590422aba40c576a.zip |
- Update to 1.38
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Algorithm-Cluster/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Algorithm-Cluster/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Algorithm-Cluster/pkg-plist | 2 |
3 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Algorithm-Cluster/Makefile b/devel/p5-Algorithm-Cluster/Makefile index 29b6e26fb60b..023d7b3235ba 100644 --- a/devel/p5-Algorithm-Cluster/Makefile +++ b/devel/p5-Algorithm-Cluster/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Algorithm-Cluster -PORTVERSION= 1.37 +PORTVERSION= 1.38 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,8 +18,4 @@ PERL_CONFIGURE= yes MAN3= Algorithm::Cluster.3 -post-patch: - @${REINPLACE_CMD} -e \ - "s|${PORTNAME}|Algorithm::Cluster|" ${WRKSRC}/Makefile.PL - .include <bsd.port.mk> diff --git a/devel/p5-Algorithm-Cluster/distinfo b/devel/p5-Algorithm-Cluster/distinfo index b6c66be08de9..93c2e5e930d6 100644 --- a/devel/p5-Algorithm-Cluster/distinfo +++ b/devel/p5-Algorithm-Cluster/distinfo @@ -1,3 +1,3 @@ -MD5 (Algorithm-Cluster-1.37.tar.gz) = 4621a8f95cf47b01178feb420090192b -SHA256 (Algorithm-Cluster-1.37.tar.gz) = e3d8790cb351e342cb9348aa55bd6752b93515a316ce94426fa141a93cdeec71 -SIZE (Algorithm-Cluster-1.37.tar.gz) = 49471 +MD5 (Algorithm-Cluster-1.38.tar.gz) = 2f3e8f401b9b9261d26a25db57d3bed4 +SHA256 (Algorithm-Cluster-1.38.tar.gz) = 890ad5cf45ab7944db7429c959e4796c4b8b6d140978a93f3e1d8a7f50f80ab5 +SIZE (Algorithm-Cluster-1.38.tar.gz) = 53877 diff --git a/devel/p5-Algorithm-Cluster/pkg-plist b/devel/p5-Algorithm-Cluster/pkg-plist index a7f85c5527ba..57bb8e8e8f77 100644 --- a/devel/p5-Algorithm-Cluster/pkg-plist +++ b/devel/p5-Algorithm-Cluster/pkg-plist @@ -1,7 +1,9 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster/Record.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster/Cluster.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster/Cluster.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm |