From owner-svn-ports-head@FreeBSD.ORG Tue Nov 18 14:31:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E101DE8; Tue, 18 Nov 2014 14:31:25 +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 0AD14DC3; Tue, 18 Nov 2014 14:31:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAIEVOgd079642; Tue, 18 Nov 2014 14:31:24 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAIEVO8B079641; Tue, 18 Nov 2014 14:31:24 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201411181431.sAIEVO8B079641@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 18 Nov 2014 14:31:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372722 - head/devel/p5-WeakRef 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: Tue, 18 Nov 2014 14:31:25 -0000 Author: amdmi3 Date: Tue Nov 18 14:31:24 2014 New Revision: 372722 URL: https://svnweb.freebsd.org/changeset/ports/372722 QAT: https://qat.redports.org/buildarchive/r372722/ Log: - Fix stripping Modified: head/devel/p5-WeakRef/Makefile Modified: head/devel/p5-WeakRef/Makefile ============================================================================== --- head/devel/p5-WeakRef/Makefile Tue Nov 18 14:03:57 2014 (r372721) +++ head/devel/p5-WeakRef/Makefile Tue Nov 18 14:31:24 2014 (r372722) @@ -15,6 +15,8 @@ USES= perl5 USE_PERL5= configure post-install: + ${CHMOD} u+w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/WeakRef/WeakRef.so ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/WeakRef/WeakRef.so + ${CHMOD} u-w ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/WeakRef/WeakRef.so .include