From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 10 18:40:01 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 ESMTPS id 57D1DB3 for ; Tue, 10 Dec 2013 18:40:01 +0000 (UTC) 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 443BE1476 for ; Tue, 10 Dec 2013 18:40:01 +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 rBAIe17A017636 for ; Tue, 10 Dec 2013 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBAIe17g017635; Tue, 10 Dec 2013 18:40:01 GMT (envelope-from gnats) Date: Tue, 10 Dec 2013 18:40:01 GMT Message-Id: <201312101840.rBAIe17g017635@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184663: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 18:40:01 -0000 The following reply was made to PR ports/184663; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184663: commit references a PR Date: Tue, 10 Dec 2013 18:30:53 +0000 (UTC) Author: pawel Date: Tue Dec 10 18:30:46 2013 New Revision: 336076 URL: http://svnweb.freebsd.org/changeset/ports/336076 Log: Links dynamically to libcdb after databases/tinycdb update PR: ports/184663 Submitted by: me Approved by: bapt (portmgr) Modified: head/www/volta/Makefile Modified: head/www/volta/Makefile ============================================================================== --- head/www/volta/Makefile Tue Dec 10 18:29:23 2013 (r336075) +++ head/www/volta/Makefile Tue Dec 10 18:30:46 2013 (r336076) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= volta -DISTVERSION= 0.2.0 +PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://dl.dropbox.com/u/7234177/Releases/ \ http://projects.martini.nu/volta/chrome/site/ @@ -14,7 +15,7 @@ COMMENT= A high performance, low resourc LICENSE= BSD LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= cdb:${PORTSDIR}/databases/tinycdb +LIB_DEPENDS= libcdb.so:${PORTSDIR}/databases/tinycdb USES= pkgconfig USE_GMAKE= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"