svn commit: r359707 - head/archivers/lzo2

Matthias Andree mandree at FreeBSD.org
Sat Jun 28 16:30:01 UTC 2014


Author: mandree
Date: Sat Jun 28 16:30:00 2014
New Revision: 359707
URL: http://svnweb.freebsd.org/changeset/ports/359707
QAT: https://qat.redports.org/buildarchive/r359707/

Log:
  Revert to libtool:keepla to be on the safe side.

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

Modified: head/archivers/lzo2/Makefile
==============================================================================
--- head/archivers/lzo2/Makefile	Sat Jun 28 16:28:01 2014	(r359706)
+++ head/archivers/lzo2/Makefile	Sat Jun 28 16:30:00 2014	(r359707)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lzo2
 PORTVERSION=	2.07
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	archivers devel
 MASTER_SITES=	http://www.oberhumer.com/opensource/lzo/download/ \
 		LOCAL/mandree
@@ -14,7 +14,7 @@ COMMENT=	Portable speedy, lossless data 
 
 LICENSE=	GPLv2
 
-USES=		libtool
+USES=		libtool:keepla
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --docdir=${DOCSDIR}
 USE_LDCONFIG=	yes

Modified: head/archivers/lzo2/pkg-plist
==============================================================================
--- head/archivers/lzo2/pkg-plist	Sat Jun 28 16:28:01 2014	(r359706)
+++ head/archivers/lzo2/pkg-plist	Sat Jun 28 16:30:00 2014	(r359707)
@@ -13,6 +13,7 @@ include/lzo/lzodefs.h
 include/lzo/lzoutil.h
 @dirrm include/lzo
 lib/liblzo2.a
+lib/liblzo2.la
 lib/liblzo2.so
 lib/liblzo2.so.2
 lib/liblzo2.so.2.0.0


More information about the svn-ports-head mailing list