mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- update to 1.31
- try to satisfy portlint
This commit is contained in:
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
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Algorithm-Cluster
|
PORTNAME= Algorithm-Cluster
|
||||||
PORTVERSION= 1.30
|
PORTVERSION= 1.31
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Algorithm
|
MASTER_SITE_SUBDIR= Algorithm
|
||||||
|
@ -16,7 +16,6 @@ MAINTAINER= clsung@FreeBSD.org
|
||||||
COMMENT= A perl interface to C clustering library
|
COMMENT= A perl interface to C clustering library
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
USE_REINPLACE= yes
|
|
||||||
|
|
||||||
MAN3= Algorithm::Cluster.3
|
MAN3= Algorithm::Cluster.3
|
||||||
|
|
||||||
|
@ -27,11 +26,11 @@ post-patch:
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500601
|
.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
|
.endif
|
||||||
|
|
||||||
.if ${ARCH} == "amd64"
|
.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
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (Algorithm-Cluster-1.30.tar.gz) = 4fbb23df3a7bdc2dc8c406613512ec77
|
MD5 (Algorithm-Cluster-1.31.tar.gz) = aed7e2d96d4434422b2d7b94ecc13704
|
||||||
SHA256 (Algorithm-Cluster-1.30.tar.gz) = d3880d3468006fa0389b5c9ffa87b179c63123cbe644f3ff72f46af4ccf1d88e
|
SHA256 (Algorithm-Cluster-1.31.tar.gz) = a6acc77b904cd06379e3c712ac56945b1c27170d7c6464baf2295cc7ea368bdd
|
||||||
SIZE (Algorithm-Cluster-1.30.tar.gz) = 67391
|
SIZE (Algorithm-Cluster-1.31.tar.gz) = 67937
|
||||||
|
|
Loading…
Add table
Reference in a new issue