svn commit: r393402 - head/graphics/cairomm

Koop Mast kwm at FreeBSD.org
Sat Aug 1 19:49:00 UTC 2015


Author: kwm
Date: Sat Aug  1 19:48:58 2015
New Revision: 393402
URL: https://svnweb.freebsd.org/changeset/ports/393402

Log:
  Drop :keepla from libtool USES.

Modified:
  head/graphics/cairomm/Makefile
  head/graphics/cairomm/pkg-plist

Modified: head/graphics/cairomm/Makefile
==============================================================================
--- head/graphics/cairomm/Makefile	Sat Aug  1 19:21:26 2015	(r393401)
+++ head/graphics/cairomm/Makefile	Sat Aug  1 19:48:58 2015	(r393402)
@@ -1,10 +1,9 @@
 # Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
-#   $MCom: ports/graphics/cairomm/Makefile,v 1.19 2011/06/07 14:00:26 kwm Exp $
 
 PORTNAME=	cairomm
 PORTVERSION=	1.10.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://cairographics.org/releases/
 
@@ -16,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake libtool:keepla pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig
 USE_GNOME=	cairo libxml++26
 CONFIGURE_ENV=	AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}"
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/cairomm/pkg-plist
==============================================================================
--- head/graphics/cairomm/pkg-plist	Sat Aug  1 19:21:26 2015	(r393401)
+++ head/graphics/cairomm/pkg-plist	Sat Aug  1 19:48:58 2015	(r393402)
@@ -19,7 +19,6 @@ include/cairomm-1.0/cairomm/win32_font.h
 include/cairomm-1.0/cairomm/win32_surface.h
 include/cairomm-1.0/cairomm/xlib_surface.h
 lib/cairomm-1.0/include/cairommconfig.h
-lib/libcairomm-1.0.la
 lib/libcairomm-1.0.so
 lib/libcairomm-1.0.so.1
 lib/libcairomm-1.0.so.1.4.0


More information about the svn-ports-head mailing list