Date: Mon, 20 Jan 2014 18:01:00 +0400 (MSK) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@freebsd.org Cc: gnome@FreeBSD.org Subject: ports/185916: [PATCH] net-im/folks04: support staging Message-ID: <20140120140100.ED6EA91CC@hades.panopticon> Resent-Message-ID: <201401201410.s0KEA2di039037@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 185916 >Category: ports >Synopsis: [PATCH] net-im/folks04: support staging >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 20 14:10:02 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK >Description: - Support staging - Use new LIB_DEPENDS syntax Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- folks04-0.4.3_1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 340395) +++ Makefile (working copy) @@ -13,8 +13,8 @@ BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= gee:${PORTSDIR}/devel/libgee06 \ - telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib +LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib CONFLICTS= folks-0.[6-9].[0-9]* @@ -29,5 +29,4 @@ PLIST_SUB= VERSION=22 -NO_STAGE= yes .include <bsd.port.mk> --- folks04-0.4.3_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140120140100.ED6EA91CC>