- update to 1.31

- try to satisfy portlint
This commit is contained in:
Cheng-Lung Sung 2006-03-16 02:34:04 +00:00
parent 966761f399
commit fc43f5a57b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157366
2 changed files with 6 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= Algorithm-Cluster
PORTVERSION= 1.30
PORTVERSION= 1.31
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
@ -16,7 +16,6 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= A perl interface to C clustering library
PERL_CONFIGURE= yes
USE_REINPLACE= yes
MAN3= Algorithm::Cluster.3
@ -27,11 +26,11 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.if ${ARCH} == "amd64"
BROKEN= "Does not build on amd64 (needs to build shared libraries with -fPIC)"
BROKEN= Does not build on amd64 (needs to build shared libraries with -fPIC)
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (Algorithm-Cluster-1.30.tar.gz) = 4fbb23df3a7bdc2dc8c406613512ec77
SHA256 (Algorithm-Cluster-1.30.tar.gz) = d3880d3468006fa0389b5c9ffa87b179c63123cbe644f3ff72f46af4ccf1d88e
SIZE (Algorithm-Cluster-1.30.tar.gz) = 67391
MD5 (Algorithm-Cluster-1.31.tar.gz) = aed7e2d96d4434422b2d7b94ecc13704
SHA256 (Algorithm-Cluster-1.31.tar.gz) = a6acc77b904cd06379e3c712ac56945b1c27170d7c6464baf2295cc7ea368bdd
SIZE (Algorithm-Cluster-1.31.tar.gz) = 67937