Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 13:06:16 +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: r394496 - head/www/p5-WWW-Curl
Message-ID:  <201508171306.t7HD6G7i099617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Aug 17 13:06:15 2015
New Revision: 394496
URL: https://svnweb.freebsd.org/changeset/ports/394496

Log:
  - Strip shared library
  - Bump PORTREVISION for package change

Modified:
  head/www/p5-WWW-Curl/Makefile

Modified: head/www/p5-WWW-Curl/Makefile
==============================================================================
--- head/www/p5-WWW-Curl/Makefile	Mon Aug 17 13:06:11 2015	(r394495)
+++ head/www/p5-WWW-Curl/Makefile	Mon Aug 17 13:06:15 2015	(r394496)
@@ -3,7 +3,7 @@
 
 PORTNAME=	WWW-Curl
 PORTVERSION=	4.17
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www ftp perl5
 MASTER_SITES=	CPAN \
 		http://curl.haxx.se/libcurl/perl/
@@ -22,4 +22,7 @@ TEST_DEPENDS=	p5-Test-CPAN-Meta>=0:${POR
 USE_PERL5=	configure
 USES=		perl5
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/WWW/Curl/Curl.so
+
 .include <bsd.port.mk>



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