Update to 1.53
- Strip shared library
This commit is contained in:
parent
ced73fd343
commit
3a92c09edc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448552
2 changed files with 7 additions and 4 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Algorithm-Cluster
|
||||
PORTVERSION= 1.52
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.53
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MDEHOON
|
||||
|
@ -17,4 +16,7 @@ MAKE_JOBS_UNSAFE= yes
|
|||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Algorithm/Cluster/Cluster.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Algorithm-Cluster-1.52.tar.gz) = 67b887c82243dad95c47712c3fcb8ba2ca94327729c566868597a567003cd9cc
|
||||
SIZE (Algorithm-Cluster-1.52.tar.gz) = 275663
|
||||
TIMESTAMP = 1503415918
|
||||
SHA256 (Algorithm-Cluster-1.53.tar.gz) = 14cd3921272504a94d647549056c7338a6c2f01c058084f4ab040c15f66bd274
|
||||
SIZE (Algorithm-Cluster-1.53.tar.gz) = 277211
|
||||
|
|
Loading…
Reference in a new issue