Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 19:15:10 +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: r366814 - head/devel/libghthash
Message-ID:  <201408311915.s7VJFAJY014041@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Aug 31 19:15:10 2014
New Revision: 366814
URL: http://svnweb.freebsd.org/changeset/ports/366814
QAT: https://qat.redports.org/buildarchive/r366814/

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

Modified:
  head/devel/libghthash/Makefile

Modified: head/devel/libghthash/Makefile
==============================================================================
--- head/devel/libghthash/Makefile	Sun Aug 31 18:51:12 2014	(r366813)
+++ head/devel/libghthash/Makefile	Sun Aug 31 19:15:10 2014	(r366814)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libghthash
 PORTVERSION=	0.6.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	http://www.ipd.bth.se/ska/sim_home/filer/
 
@@ -12,7 +12,7 @@ COMMENT=	Generic Hash Table
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-USES=		libtool:keepla
+USES=		libtool
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
 AUTOMAKE_ARGS=	-a -c -f
@@ -20,8 +20,9 @@ LIBTOOLIZE_ARGS=-i -c -f
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	include/ght_hash_table.h \
-		lib/libghthash.a  lib/libghthash.la \
-		lib/libghthash.so lib/libghthash.so.1 \
+		lib/libghthash.a \
+		lib/libghthash.so \
+		lib/libghthash.so.1 \
 		lib/libghthash.so.1.1.0 \
 		man/man3/ght_create.3.gz \
 		man/man3/ght_finalize.3.gz \



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