From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 13:59:25 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 C7B6045F; Tue, 3 Jun 2014 13:59: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 B64352DDF; Tue, 3 Jun 2014 13:59:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53DxPZ9087007; Tue, 3 Jun 2014 13:59:25 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53DxPTl087004; Tue, 3 Jun 2014 13:59:25 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406031359.s53DxPTl087004@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 3 Jun 2014 13:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356369 - head/security/libntlm 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: Tue, 03 Jun 2014 13:59:25 -0000 Author: amdmi3 Date: Tue Jun 3 13:59:25 2014 New Revision: 356369 URL: http://svnweb.freebsd.org/changeset/ports/356369 QAT: https://qat.redports.org/buildarchive/r356369/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/security/libntlm/Makefile head/security/libntlm/pkg-plist Modified: head/security/libntlm/Makefile ============================================================================== --- head/security/libntlm/Makefile Tue Jun 3 13:58:32 2014 (r356368) +++ head/security/libntlm/Makefile Tue Jun 3 13:59:25 2014 (r356369) @@ -3,6 +3,7 @@ PORTNAME= libntlm PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.nongnu.org/libntlm/releases/ @@ -11,14 +12,12 @@ COMMENT= Library that implement Microsof LICENSE= LGPL21 -USES= pathfix pkgconfig -USE_AUTOTOOLS= libtool +USES= pathfix pkgconfig libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes PORTDOCS= AUTHORS ChangeLog NEWS README THANKS -.include - post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/security/libntlm/pkg-plist ============================================================================== --- head/security/libntlm/pkg-plist Tue Jun 3 13:58:32 2014 (r356368) +++ head/security/libntlm/pkg-plist Tue Jun 3 13:59:25 2014 (r356369) @@ -1,6 +1,6 @@ include/ntlm.h lib/libntlm.a -lib/libntlm.la lib/libntlm.so lib/libntlm.so.0 +lib/libntlm.so.0.0.18 libdata/pkgconfig/libntlm.pc