From owner-svn-ports-all@FreeBSD.ORG Thu Jul 3 17:57:44 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 BB17A4C0; Thu, 3 Jul 2014 17:57:44 +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 A89BD23D4; Thu, 3 Jul 2014 17:57:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s63Hvi1P089384; Thu, 3 Jul 2014 17:57:44 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s63Hvi4R089382; Thu, 3 Jul 2014 17:57:44 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407031757.s63Hvi4R089382@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 3 Jul 2014 17:57:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360433 - head/security/gss 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:57:44 -0000 Author: amdmi3 Date: Thu Jul 3 17:57:43 2014 New Revision: 360433 URL: http://svnweb.freebsd.org/changeset/ports/360433 QAT: https://qat.redports.org/buildarchive/r360433/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/security/gss/Makefile head/security/gss/pkg-plist Modified: head/security/gss/Makefile ============================================================================== --- head/security/gss/Makefile Thu Jul 3 17:57:30 2014 (r360432) +++ head/security/gss/Makefile Thu Jul 3 17:57:43 2014 (r360433) @@ -3,6 +3,7 @@ PORTNAME= gss PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNU @@ -13,7 +14,7 @@ LIB_DEPENDS= libshishi.so:${PORTSDIR}/se CONFLICTS= heimdal-[0-9]* -USES= pathfix pkgconfig perl5 +USES= libtool pathfix pkgconfig perl5 USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-kerberos5 Modified: head/security/gss/pkg-plist ============================================================================== --- head/security/gss/pkg-plist Thu Jul 3 17:57:30 2014 (r360432) +++ head/security/gss/pkg-plist Thu Jul 3 17:57:43 2014 (r360433) @@ -3,9 +3,9 @@ include/gss.h include/gss/api.h include/gss/ext.h lib/libgss.a -lib/libgss.la lib/libgss.so lib/libgss.so.3 +lib/libgss.so.3.0.2 libdata/pkgconfig/gss.pc man/man1/gss.1.gz man/man3/gss_accept_sec_context.3.gz