From owner-svn-ports-head@freebsd.org Thu May 5 00:01:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4AB1B2B2F0; Thu, 5 May 2016 00:01:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83E57172E; Thu, 5 May 2016 00:01:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4501298081359; Thu, 5 May 2016 00:01:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4501254081357; Thu, 5 May 2016 00:01:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201605050001.u4501254081357@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 5 May 2016 00:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414627 - head/devel/p5-threads X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 00:01:04 -0000 Author: sunpoet Date: Thu May 5 00:01:02 2016 New Revision: 414627 URL: https://svnweb.freebsd.org/changeset/ports/414627 Log: - Update to 2.07 - Strip shared library Changes: http://search.cpan.org/dist/threads/Changes Modified: head/devel/p5-threads/Makefile head/devel/p5-threads/distinfo Modified: head/devel/p5-threads/Makefile ============================================================================== --- head/devel/p5-threads/Makefile Thu May 5 00:00:57 2016 (r414626) +++ head/devel/p5-threads/Makefile Thu May 5 00:01:02 2016 (r414627) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= threads -PORTVERSION= 2.02 +PORTVERSION= 2.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JDHEDDEN @@ -17,4 +17,7 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/threads/threads.so + .include Modified: head/devel/p5-threads/distinfo ============================================================================== --- head/devel/p5-threads/distinfo Thu May 5 00:00:57 2016 (r414626) +++ head/devel/p5-threads/distinfo Thu May 5 00:01:02 2016 (r414627) @@ -1,2 +1,2 @@ -SHA256 (threads-2.02.tar.gz) = cec5398dbc57c0c854cf5ce8efbd2b1ac4d3e410efa58ed07ea613fc1445326e -SIZE (threads-2.02.tar.gz) = 110095 +SHA256 (threads-2.07.tar.gz) = 35d220ecfa842e76029888564c895b2e062af55dc9835cbbcf0166f8c4cdf739 +SIZE (threads-2.07.tar.gz) = 111505