Date: Thu, 21 Aug 2014 08:42:02 +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: r365536 - head/databases/lmdb Message-ID: <201408210842.s7L8g2j2040742@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Thu Aug 21 08:42:02 2014 New Revision: 365536 URL: http://svnweb.freebsd.org/changeset/ports/365536 QAT: https://qat.redports.org/buildarchive/r365536/ Log: Use local mirror ONLY as gitorious.org keeps rerolling with only timestamp change and there is no way to workaround that with the current framework. Modified: head/databases/lmdb/Makefile Modified: head/databases/lmdb/Makefile ============================================================================== --- head/databases/lmdb/Makefile Thu Aug 21 08:22:24 2014 (r365535) +++ head/databases/lmdb/Makefile Thu Aug 21 08:42:02 2014 (r365536) @@ -4,8 +4,8 @@ PORTNAME= lmdb PORTVERSION= 0.9.13 CATEGORIES= databases -MASTER_SITES= https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive/${GO_TAGNAME}.tar.gz?dummy= \ - LOCAL/delphij +MASTER_SITES= LOCAL/delphij +# https://gitorious.org/${GO_ACCOUNT}/${GO_PROJECT}/archive/${GO_TAGNAME}.tar.gz?dummy= \ MAINTAINER= delphij@FreeBSD.org COMMENT= OpenLDAP Lightning Memory-Mapped Database
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408210842.s7L8g2j2040742>