Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jun 2014 19:49:16 +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: r356690 - head/archivers/liborange
Message-ID:  <201406051949.s55JnGD0047446@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun  5 19:49:16 2014
New Revision: 356690
URL: http://svnweb.freebsd.org/changeset/ports/356690
QAT: https://qat.redports.org/buildarchive/r356690/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/archivers/liborange/Makefile
  head/archivers/liborange/pkg-plist

Modified: head/archivers/liborange/Makefile
==============================================================================
--- head/archivers/liborange/Makefile	Thu Jun  5 19:36:14 2014	(r356689)
+++ head/archivers/liborange/Makefile	Thu Jun  5 19:49:16 2014	(r356690)
@@ -3,7 +3,7 @@
 
 PORTNAME=	liborange
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers
 MASTER_SITES=	SF/synce/Orange/${PORTVERSION}
 
@@ -23,7 +23,7 @@ VISE_DESC=		Build with expermential VISE
 MSI_DESC=		Build with expermential MSI support
 
 GNU_CONFIGURE=	yes
-USES=		iconv libtool:keepla pathfix pkgconfig
+USES=		iconv libtool pathfix pkgconfig
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes

Modified: head/archivers/liborange/pkg-plist
==============================================================================
--- head/archivers/liborange/pkg-plist	Thu Jun  5 19:36:14 2014	(r356689)
+++ head/archivers/liborange/pkg-plist	Thu Jun  5 19:49:16 2014	(r356690)
@@ -2,7 +2,6 @@ bin/orange
 include/liborange.h
 include/liborange_stub.h
 lib/liborange.a
-lib/liborange.la
 lib/liborange.so
 lib/liborange.so.0
 lib/liborange.so.0.0.0



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