Date: Fri, 29 Aug 2014 09:09:41 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366470 - head/devel/libgee06 Message-ID: <201408290909.s7T99fRr028820@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408290909.s7T99fRr028820>