Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2017 16:40:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448552 - head/devel/p5-Algorithm-Cluster
Message-ID:  <201708221640.v7MGeSS7090618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708221640.v7MGeSS7090618>