svn commit: r366476 - head/devel/libev

Tijl Coosemans tijl at FreeBSD.org
Fri Aug 29 09:25:40 UTC 2014


Author: tijl
Date: Fri Aug 29 09:25:39 2014
New Revision: 366476
URL: http://svnweb.freebsd.org/changeset/ports/366476
QAT: https://qat.redports.org/buildarchive/r366476/

Log:
  Add USES=libtool and INSTALL_TARGET=install-strip

Modified:
  head/devel/libev/Makefile
  head/devel/libev/pkg-plist

Modified: head/devel/libev/Makefile
==============================================================================
--- head/devel/libev/Makefile	Fri Aug 29 09:18:13 2014	(r366475)
+++ head/devel/libev/Makefile	Fri Aug 29 09:25:39 2014	(r366476)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libev
 PORTVERSION=	4.15
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://dist.schmorp.de/libev/ \
@@ -12,8 +13,9 @@ MAINTAINER=	vsevolod at FreeBSD.org
 COMMENT=	Full-featured and high-performance event loop library
 
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		libtool pkgconfig
 USE_LDCONFIG=	yes
-USES=		pkgconfig
 
 PKGCONFIGDIR?=	${PREFIX}/libdata/pkgconfig
 

Modified: head/devel/libev/pkg-plist
==============================================================================
--- head/devel/libev/pkg-plist	Fri Aug 29 09:18:13 2014	(r366475)
+++ head/devel/libev/pkg-plist	Fri Aug 29 09:25:39 2014	(r366476)
@@ -1,7 +1,7 @@
 lib/libev.a
-lib/libev.la
 lib/libev.so
 lib/libev.so.4
+lib/libev.so.4.0.0
 libdata/pkgconfig/libev.pc
 include/ev.h
 include/ev++.h


More information about the svn-ports-all mailing list