Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2013 22:27:17 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326229 - head/databases/lmdb
Message-ID:  <201309032227.r83MRHtA063166@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Tue Sep  3 22:27:17 2013
New Revision: 326229
URL: http://svnweb.freebsd.org/changeset/ports/326229

Log:
  Use local mirror for lmdb distfiles.

Modified:
  head/databases/lmdb/Makefile

Modified: head/databases/lmdb/Makefile
==============================================================================
--- head/databases/lmdb/Makefile	Tue Sep  3 22:16:46 2013	(r326228)
+++ head/databases/lmdb/Makefile	Tue Sep  3 22:27:17 2013	(r326229)
@@ -4,13 +4,12 @@
 PORTNAME=	lmdb
 PORTVERSION=	0.9.7
 CATEGORIES=	databases
-MASTER_SITES=	https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive-tarball/${GO_TAGNAME}?dummy=
+MASTER_SITES=	LOCAL/delphij \
+		https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive-tarball/${GO_TAGNAME}?dummy=
 
 MAINTAINER=	delphij@FreeBSD.org
 COMMENT=	OpenLDAP Lightning Memory-Mapped Database
 
-BROKEN=		fails to fetch
-
 # XXX FreeBSD does not implement O_DSYNC and fdatasync at this time.
 CFLAGS+=	-DMDB_DSYNC=O_SYNC -Dfdatasync=fsync
 WRKSRC=		${WRKDIR}/mdb-mdb/libraries/liblmdb



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