From owner-svn-ports-head@FreeBSD.ORG Wed Aug 27 10:27:06 2014 Return-Path: Delivered-To: svn-ports-head@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 BDFBDF55; Wed, 27 Aug 2014 10:27:06 +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 A9BAA3E9F; Wed, 27 Aug 2014 10:27:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RAR6lQ085740; Wed, 27 Aug 2014 10:27:06 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7RAR6hi085738; Wed, 27 Aug 2014 10:27:06 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201408271027.s7RAR6hi085738@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 27 Aug 2014 10:27:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366302 - head/devel/protobuf-c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 10:27:06 -0000 Author: amdmi3 Date: Wed Aug 27 10:27:05 2014 New Revision: 366302 URL: http://svnweb.freebsd.org/changeset/ports/366302 QAT: https://qat.redports.org/buildarchive/r366302/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/devel/protobuf-c/Makefile head/devel/protobuf-c/pkg-plist Modified: head/devel/protobuf-c/Makefile ============================================================================== --- head/devel/protobuf-c/Makefile Wed Aug 27 10:26:57 2014 (r366301) +++ head/devel/protobuf-c/Makefile Wed Aug 27 10:27:05 2014 (r366302) @@ -3,6 +3,7 @@ PORTNAME= protobuf-c PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/${GITHUB_USER}/${GITHUB_REPO}/releases/download/v${PORTVERSION}/ \ http://github.com/${GITHUB_USER}/${GITHUB_REPO}/releases/download/v${PORTVERSION}/ @@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf -USES= gmake libtool:keepla pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/protobuf-c/pkg-plist ============================================================================== --- head/devel/protobuf-c/pkg-plist Wed Aug 27 10:26:57 2014 (r366301) +++ head/devel/protobuf-c/pkg-plist Wed Aug 27 10:27:05 2014 (r366302) @@ -2,7 +2,6 @@ bin/protoc-c include/google/protobuf-c/protobuf-c.h include/protobuf-c/protobuf-c.h lib/libprotobuf-c.a -lib/libprotobuf-c.la lib/libprotobuf-c.so lib/libprotobuf-c.so.1 lib/libprotobuf-c.so.1.0.0