Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 19:33:53 +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: r368510 - head/security/opencdk
Message-ID:  <201409181933.s8IJXrbp018275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 18 19:33:53 2014
New Revision: 368510
URL: http://svnweb.freebsd.org/changeset/ports/368510
QAT: https://qat.redports.org/buildarchive/r368510/

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

Modified:
  head/security/opencdk/Makefile
  head/security/opencdk/pkg-plist

Modified: head/security/opencdk/Makefile
==============================================================================
--- head/security/opencdk/Makefile	Thu Sep 18 19:31:19 2014	(r368509)
+++ head/security/opencdk/Makefile	Thu Sep 18 19:33:53 2014	(r368510)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencdk
 PORTVERSION=	0.6.6
-PORTREVISION=	6
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	security
 MASTER_SITES=	http://josefsson.org/gnutls/releases/opencdk/
@@ -17,7 +17,7 @@ OPTIONS_DEFINE=	DOCS
 LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt
 
 GNU_CONFIGURE=	yes
-USES=		libtool:keepla pathfix pkgconfig tar:bzip2
+USES=		libtool pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-libgcrypt-prefix=${LOCALBASE}
 

Modified: head/security/opencdk/pkg-plist
==============================================================================
--- head/security/opencdk/pkg-plist	Thu Sep 18 19:31:19 2014	(r368509)
+++ head/security/opencdk/pkg-plist	Thu Sep 18 19:33:53 2014	(r368510)
@@ -1,7 +1,6 @@
 bin/opencdk-config
 include/opencdk.h
 lib/libopencdk.a
-lib/libopencdk.la
 lib/libopencdk.so
 lib/libopencdk.so.10
 lib/libopencdk.so.10.0.6



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