Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 23:23:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387692 - head/devel/csoap
Message-ID:  <201505272323.t4RNNThh006031@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed May 27 23:23:29 2015
New Revision: 387692
URL: https://svnweb.freebsd.org/changeset/ports/387692

Log:
  - Strip libraries

Modified:
  head/devel/csoap/Makefile

Modified: head/devel/csoap/Makefile
==============================================================================
--- head/devel/csoap/Makefile	Wed May 27 23:23:16 2015	(r387691)
+++ head/devel/csoap/Makefile	Wed May 27 23:23:29 2015	(r387692)
@@ -3,7 +3,7 @@
 
 PORTNAME=	csoap
 PORTVERSION=	1.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel net www
 MASTER_SITES=	SF/${PORTNAME}/libsoap/${PORTVERSION}
 DISTNAME=	libsoap-${PORTVERSION}
@@ -15,6 +15,7 @@ GNU_CONFIGURE=	yes
 USES=		pathfix libtool
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 WRKSRC=		${WRKDIR}/libsoap-${PORTVERSION}
 



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