From owner-svn-ports-all@FreeBSD.ORG Thu Jul 3 17:47:19 2014 Return-Path: Delivered-To: svn-ports-all@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 A9B14C9E; Thu, 3 Jul 2014 17:47:19 +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 9707522DB; Thu, 3 Jul 2014 17:47:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s63HlJWb084314; Thu, 3 Jul 2014 17:47:19 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s63HlJUj084312; Thu, 3 Jul 2014 17:47:19 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407031747.s63HlJUj084312@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 3 Jul 2014 17:47:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360429 - head/devel/libstrfunc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 17:47:19 -0000 Author: amdmi3 Date: Thu Jul 3 17:47:18 2014 New Revision: 360429 URL: http://svnweb.freebsd.org/changeset/ports/360429 QAT: https://qat.redports.org/buildarchive/r360429/ Log: - Switch to USES=libtool, drop .la files PR: 191075 Submitted by: amdmi3 Approved by: maintainer timeout Modified: head/devel/libstrfunc/Makefile head/devel/libstrfunc/pkg-plist Modified: head/devel/libstrfunc/Makefile ============================================================================== --- head/devel/libstrfunc/Makefile Thu Jul 3 17:41:48 2014 (r360428) +++ head/devel/libstrfunc/Makefile Thu Jul 3 17:47:18 2014 (r360429) @@ -3,16 +3,19 @@ PORTNAME= libstrfunc PORTVERSION= 8.3 +PORTREVISION= 1 CATEGORIES= devel www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://lionet.info/soft/ - MAINTAINER= vlm@lionet.info COMMENT= Handles CGI forms, MIME, templates, date conversions, etc +USES= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +USE_AUTOTOOLS= autoconf aclocal automake libtoolize +AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --program-prefix="" .include Modified: head/devel/libstrfunc/pkg-plist ============================================================================== --- head/devel/libstrfunc/pkg-plist Thu Jul 3 17:41:48 2014 (r360428) +++ head/devel/libstrfunc/pkg-plist Thu Jul 3 17:47:18 2014 (r360429) @@ -15,9 +15,9 @@ include/sf_sed.h include/sf_mime.h include/sf_time.h lib/libstrfunc.a -lib/libstrfunc.la lib/libstrfunc.so lib/libstrfunc.so.9 +lib/libstrfunc.so.9.0.1 man/man3/adjFILEpos.3.gz man/man3/adjfdpos.3.gz man/man3/base64_decode.3.gz