svn commit: r366470 - head/devel/libgee06

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


Author: tijl
Date: Fri Aug 29 09:09:41 2014
New Revision: 366470
URL: http://svnweb.freebsd.org/changeset/ports/366470
QAT: https://qat.redports.org/buildarchive/r366470/

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

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

Modified: head/devel/libgee06/Makefile
==============================================================================
--- head/devel/libgee06/Makefile	Fri Aug 29 09:08:46 2014	(r366469)
+++ head/devel/libgee06/Makefile	Fri Aug 29 09:09:41 2014	(r366470)
@@ -4,6 +4,7 @@
 
 PORTNAME=	libgee
 PORTVERSION=	0.6.8
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	06
@@ -13,8 +14,9 @@ COMMENT=	GObject collection library
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-introspection=yes
+INSTALL_TARGET=	install-strip
+USES=		gmake libtool pathfix pkgconfig tar:xz
 USE_GNOME=	glib20 gnomehier introspection:build
-USES=		gmake pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/libgee06/pkg-plist
==============================================================================
--- head/devel/libgee06/pkg-plist	Fri Aug 29 09:08:46 2014	(r366469)
+++ head/devel/libgee06/pkg-plist	Fri Aug 29 09:09:41 2014	(r366470)
@@ -1,7 +1,7 @@
 include/gee-1.0/gee.h
-lib/libgee.la
 lib/libgee.so
 lib/libgee.so.2
+lib/libgee.so.2.0.0
 lib/girepository-1.0/Gee-1.0.typelib
 libdata/pkgconfig/gee-1.0.pc
 share/gir-1.0/Gee-1.0.gir


More information about the svn-ports-all mailing list