Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 15:32:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382508 - head/devel/libstrfunc
Message-ID:  <201503281532.t2SFWpwd099872@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Mar 28 15:32:50 2015
New Revision: 382508
URL: https://svnweb.freebsd.org/changeset/ports/382508
QAT: https://qat.redports.org/buildarchive/r382508/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/devel/libstrfunc/Makefile

Modified: head/devel/libstrfunc/Makefile
==============================================================================
--- head/devel/libstrfunc/Makefile	Sat Mar 28 15:31:01 2015	(r382507)
+++ head/devel/libstrfunc/Makefile	Sat Mar 28 15:32:50 2015	(r382508)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libstrfunc
 PORTVERSION=	8.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}	\
 		http://lionet.info/soft/
@@ -11,11 +11,10 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	vlm@lionet.info
 COMMENT=	Handles CGI forms, MIME, templates, date conversions, etc
 
-USES=		libtool
+USES=		autoreconf libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	autoconf aclocal automake libtoolize
-AUTOMAKE_ARGS=	--add-missing
 CONFIGURE_ARGS=	--program-prefix=""
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>



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