Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 13:11:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327389 - head/databases/flare
Message-ID:  <201309161311.r8GDBhJ5062861@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Sep 16 13:11:43 2013
New Revision: 327389
URL: http://svnweb.freebsd.org/changeset/ports/327389

Log:
  Rename the package to flare-db to avoid confusion with games/flare
  While here modernize and cleanup

Modified:
  head/databases/flare/Makefile

Modified: head/databases/flare/Makefile
==============================================================================
--- head/databases/flare/Makefile	Mon Sep 16 13:04:53 2013	(r327388)
+++ head/databases/flare/Makefile	Mon Sep 16 13:11:43 2013	(r327389)
@@ -6,16 +6,16 @@ PORTVERSION=	1.0.9
 PORTREVISION=	4
 CATEGORIES=	databases
 MASTER_SITES=	http://labs.gree.jp/data/source/
+PKGNAMESUFFIX=	-db
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Flare - distributed and persistent key-value storage
 
-LIB_DEPENDS=	boost_program_options:${PORTSDIR}/devel/boost-libs \
-		tokyocabinet:${PORTSDIR}/databases/tokyocabinet
+LIB_DEPENDS=	libboost_program_options.so:${PORTSDIR}/devel/boost-libs \
+		libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include -DHAVE_KQUEUE



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