Summary: | [PATCH] www/volta changed dependency after databases/tinycdb update | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pawel Pekala <pawel> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Pawel Pekala
![]() ![]() Maintainer of www/volta, Please note that PR ports/184663 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184663 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 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" State Changed From-To: feedback->closed Committed. Thanks! |