Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2014 10:27:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366302 - head/devel/protobuf-c
Message-ID:  <201408271027.s7RAR6hi085738@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408271027.s7RAR6hi085738>