svn commit: r448552 - head/devel/p5-Algorithm-Cluster
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Aug 22 16:40:29 UTC 2017
Author: sunpoet
Date: Tue Aug 22 16:40:27 2017
New Revision: 448552
URL: https://svnweb.freebsd.org/changeset/ports/448552
Log:
Update to 1.53
- Strip shared library
Modified:
head/devel/p5-Algorithm-Cluster/Makefile
head/devel/p5-Algorithm-Cluster/distinfo
Modified: head/devel/p5-Algorithm-Cluster/Makefile
==============================================================================
--- head/devel/p5-Algorithm-Cluster/Makefile Tue Aug 22 16:40:23 2017 (r448551)
+++ head/devel/p5-Algorithm-Cluster/Makefile Tue Aug 22 16:40:27 2017 (r448552)
@@ -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
@@ -16,5 +15,8 @@ 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>
Modified: head/devel/p5-Algorithm-Cluster/distinfo
==============================================================================
--- head/devel/p5-Algorithm-Cluster/distinfo Tue Aug 22 16:40:23 2017 (r448551)
+++ head/devel/p5-Algorithm-Cluster/distinfo Tue Aug 22 16:40:27 2017 (r448552)
@@ -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
More information about the svn-ports-all
mailing list