From owner-svn-ports-all@FreeBSD.ORG Wed Jun 25 18:37:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17A9EA8F; Wed, 25 Jun 2014 18:37:00 +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 04F122716; Wed, 25 Jun 2014 18:37:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5PIaxqp067611; Wed, 25 Jun 2014 18:36:59 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5PIaxx5067606; Wed, 25 Jun 2014 18:36:59 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406251836.s5PIaxx5067606@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 25 Jun 2014 18:36:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359269 - head/devel/libdap 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: Wed, 25 Jun 2014 18:37:00 -0000 Author: amdmi3 Date: Wed Jun 25 18:36:59 2014 New Revision: 359269 URL: http://svnweb.freebsd.org/changeset/ports/359269 QAT: https://qat.redports.org/buildarchive/r359269/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libdap/Makefile head/devel/libdap/pkg-plist Modified: head/devel/libdap/Makefile ============================================================================== --- head/devel/libdap/Makefile Wed Jun 25 18:36:39 2014 (r359268) +++ head/devel/libdap/Makefile Wed Jun 25 18:36:59 2014 (r359269) @@ -3,6 +3,7 @@ PORTNAME= libdap PORTVERSION= 3.13.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.opendap.org/pub/source/ \ LOCAL/sunpoet @@ -21,6 +22,6 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_LDCONFIG= yes -USES= charsetfix gmake pathfix +USES= charsetfix gmake pathfix libtool .include Modified: head/devel/libdap/pkg-plist ============================================================================== --- head/devel/libdap/pkg-plist Wed Jun 25 18:36:39 2014 (r359268) +++ head/devel/libdap/pkg-plist Wed Jun 25 18:36:59 2014 (r359269) @@ -96,17 +96,17 @@ include/libdap/util.h include/libdap/util_mit.h include/libdap/xdr-datatypes.h lib/libdap.a -lib/libdap.la lib/libdap.so lib/libdap.so.17 +lib/libdap.so.17.0.0 lib/libdapclient.a -lib/libdapclient.la lib/libdapclient.so lib/libdapclient.so.6 +lib/libdapclient.so.6.0.0 lib/libdapserver.a -lib/libdapserver.la lib/libdapserver.so -lib/libdapserver.so.12 +lib/libdapserver.so.7 +lib/libdapserver.so.7.5.1 lib/libtest-types.a libdata/pkgconfig/libdap.pc libdata/pkgconfig/libdapclient.pc