From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 25 09:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 97D2F943 for ; Wed, 25 Sep 2013 09:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 786522521 for ; Wed, 25 Sep 2013 09:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8P9K0l0061914 for ; Wed, 25 Sep 2013 09:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8P9K0Cw061913; Wed, 25 Sep 2013 09:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 25 Sep 2013 09:20:00 GMT Resent-Message-Id: <201309250920.r8P9K0Cw061913@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4BE00883 for ; Wed, 25 Sep 2013 09:18:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2242E250A for ; Wed, 25 Sep 2013 09:18:03 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8P9I2Xl055058 for ; Wed, 25 Sep 2013 09:18:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8P9I2Pn055057; Wed, 25 Sep 2013 09:18:02 GMT (envelope-from nobody) Message-Id: <201309250918.r8P9I2Pn055057@oldred.freebsd.org> Date: Wed, 25 Sep 2013 09:18:02 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182367: [UPDATE] devel/libgee to 0.10.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 09:20:00 -0000 >Number: 182367 >Category: ports >Synopsis: [UPDATE] devel/libgee to 0.10.5 >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: Wed Sep 25 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: >Organization: >Environment: >Description: - Update to 0.10.5 (the latest stable release, which supports Vala 0.20) - Support STAGEDIR - Sort pkg-plist - Switch to USES= gmake >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (révision 328257) +++ Makefile (copie de travail) @@ -3,22 +3,21 @@ # $MCom: ports/devel/libgee/Makefile,v 1.13 2012/10/14 20:47:22 kwm Exp $ PORTNAME= libgee -PORTVERSION= 0.8.5 +PORTVERSION= 0.10.5 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= gobject-introspection>=0.9.0:${PORTSDIR}/devel/gobject-introspection \ + 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 +USES= pkgconfig gmake USE_LDCONFIG= yes -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (révision 328257) +++ 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.10.5.tar.xz) = 84d801cac35cb93ae779e77cab8c379c31a3b30b55a5fb021af2008a38f87b15 +SIZE (libgee-0.10.5.tar.xz) = 626524 Index: pkg-plist =================================================================== --- pkg-plist (révision 328257) +++ 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.4 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: