svn commit: r354438 - head/graphics/goocanvas2

Tijl Coosemans tijl at FreeBSD.org
Sun May 18 17:03:41 UTC 2014


Author: tijl
Date: Sun May 18 17:03:40 2014
New Revision: 354438
URL: http://svnweb.freebsd.org/changeset/ports/354438
QAT: https://qat.redports.org/buildarchive/r354438/

Log:
  - USES=libtool tar:xz.
  - INSTALL_TARGET=install-strip.

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

Modified: head/graphics/goocanvas2/Makefile
==============================================================================
--- head/graphics/goocanvas2/Makefile	Sun May 18 16:23:53 2014	(r354437)
+++ head/graphics/goocanvas2/Makefile	Sun May 18 17:03:40 2014	(r354438)
@@ -4,6 +4,7 @@
 
 PORTNAME=	goocanvas
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	2
@@ -11,11 +12,11 @@ PKGNAMESUFFIX=	2
 MAINTAINER=	kwm at FreeBSD.org
 COMMENT=	Canvas widget for GTK+ 3
 
-USES=		gmake pathfix pkgconfig
-USE_GNOME=	gtk30 introspection:build ltverhack
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME=	gtk30 introspection:build
 USE_LDCONFIG=	yes
-USE_XZ=		yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -42,7 +43,4 @@ post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS/s|po||g' ${WRKSRC}/Makefile.in
 .endif
 
-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoocanvas-2.0.so.9
-
 .include <bsd.port.mk>

Modified: head/graphics/goocanvas2/pkg-plist
==============================================================================
--- head/graphics/goocanvas2/pkg-plist	Sun May 18 16:23:53 2014	(r354437)
+++ head/graphics/goocanvas2/pkg-plist	Sun May 18 17:03:40 2014	(r354438)
@@ -18,9 +18,9 @@ include/goocanvas-2.0/goocanvasutils.h
 include/goocanvas-2.0/goocanvaswidget.h
 lib/girepository-1.0/GooCanvas-2.0.typelib
 lib/libgoocanvas-2.0.a
-lib/libgoocanvas-2.0.la
 lib/libgoocanvas-2.0.so
 lib/libgoocanvas-2.0.so.9
+lib/libgoocanvas-2.0.so.9.3.0
 libdata/pkgconfig/goocanvas-2.0.pc
 share/gir-1.0/GooCanvas-2.0.gir
 %%NLS%%share/locale/en_GB/LC_MESSAGES/goocanvas2.mo


More information about the svn-ports-all mailing list