Date: Fri, 14 Feb 2014 22:30:59 GMT From: Olivier Duchateau <olivierd@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/186784: [UPDATE] devel/libgee to 0.12.0 Message-ID: <201402142230.s1EMUx59079643@cgiserv.freebsd.org> Resent-Message-ID: <201402142240.s1EMe1wh081399@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186784 >Category: ports >Synopsis: [UPDATE] devel/libgee to 0.12.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 14 22:40:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: >Organization: >Environment: >Description: - Update to 0.12.0 - Support STAGEDIR - Adjust dependencies >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (révision 344317) +++ Makefile (copie de travail) @@ -3,22 +3,23 @@ # $MCom: ports/devel/libgee/Makefile,v 1.13 2012/10/14 20:47:22 kwm Exp $ PORTNAME= libgee -PORTVERSION= 0.8.5 +PORTVERSION= 0.12.0 CATEGORIES= devel MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= GObject collection library -BUILD_DEPENDS= gobject-introspection>=0.9.0:${PORTSDIR}/devel/gobject-introspection +BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes -USE_GMAKE= yes USE_XZ= yes -USE_GNOME= glib20 gnomehier gnomehack -USES= pkgconfig +USE_GNOME= glib20 introspection:build +USES= pkgconfig gmake pathfix USE_LDCONFIG= yes -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgee-*.so + .include <bsd.port.mk> Index: distinfo =================================================================== --- distinfo (révision 344317) +++ distinfo (copie de travail) @@ -1,2 +1,2 @@ -SHA256 (libgee-0.8.5.tar.xz) = f1349ca82dc5da49c98ce14020f1ed7bd41d8826d4c72526d1a46f82d99e5c09 -SIZE (libgee-0.8.5.tar.xz) = 583804 +SHA256 (libgee-0.12.0.tar.xz) = d106ed63fe0da5d5ee89aa8197a373cf9a2b96688cc3060144bfc0a022496ea5 +SIZE (libgee-0.12.0.tar.xz) = 639880 Index: pkg-plist =================================================================== --- pkg-plist (révision 344317) +++ pkg-plist (copie de travail) @@ -1,8 +1,8 @@ include/gee-0.8/gee.h +lib/girepository-1.0/Gee-0.8.typelib lib/libgee-0.8.la lib/libgee-0.8.so -lib/libgee-0.8.so.2 -lib/girepository-1.0/Gee-0.8.typelib +lib/libgee-0.8.so.5 libdata/pkgconfig/gee-0.8.pc share/gir-1.0/Gee-0.8.gir share/vala/vapi/gee-0.8.vapi >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402142230.s1EMUx59079643>