Bug 184663 - [PATCH] www/volta changed dependency after databases/tinycdb update
Summary: [PATCH] www/volta changed dependency after databases/tinycdb update
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-10 17:30 UTC by Pawel Pekala
Modified: 2013-12-10 18:40 UTC (History)
0 users

See Also:


Attachments
file.diff (578 bytes, patch)
2013-12-10 17:30 UTC, Pawel Pekala
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2013-12-10 17:30:00 UTC
http://svnweb.freebsd.org/ports?view=revision&revision=335935

After this commit your port now links dynamically to libcdb.so
Proposed patch sets port's dependencies to current state.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-10 17:30:07 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-10 17:30:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-10 18:30:53 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"
Comment 4 Pawel Pekala freebsd_committer freebsd_triage 2013-12-10 18:31:50 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!