From owner-svn-ports-head@FreeBSD.ORG Mon Sep 8 16:22:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5238FF59; Mon, 8 Sep 2014 16:22:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3E1B814C2; Mon, 8 Sep 2014 16:22:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s88GM5pp055961; Mon, 8 Sep 2014 16:22:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s88GM5HC055960; Mon, 8 Sep 2014 16:22:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409081622.s88GM5HC055960@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 8 Sep 2014 16:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367649 - head/devel/p5-Type-Tiny-XS 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.18-1 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: Mon, 08 Sep 2014 16:22:05 -0000 Author: sunpoet Date: Mon Sep 8 16:22:04 2014 New Revision: 367649 URL: http://svnweb.freebsd.org/changeset/ports/367649 QAT: https://qat.redports.org/buildarchive/r367649/ Log: - Strip shared library - Bump PORTREVISION for package change Modified: head/devel/p5-Type-Tiny-XS/Makefile Modified: head/devel/p5-Type-Tiny-XS/Makefile ============================================================================== --- head/devel/p5-Type-Tiny-XS/Makefile Mon Sep 8 16:21:28 2014 (r367648) +++ head/devel/p5-Type-Tiny-XS/Makefile Mon Sep 8 16:22:04 2014 (r367649) @@ -3,6 +3,7 @@ PORTNAME= Type-Tiny-XS PORTVERSION= 0.011 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK @@ -17,4 +18,7 @@ LICENSE_COMB= dual USE_PERL5= configure USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Type/Tiny/XS/XS.so + .include