Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2013 18:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/184663: commit references a PR
Message-ID:  <201312101840.rBAIe17g017635@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312101840.rBAIe17g017635>