Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 08:15:27 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387916 - head/databases/leofs
Message-ID:  <201505300815.t4U8FRcB033671@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Sat May 30 08:15:27 2015
New Revision: 387916
URL: https://svnweb.freebsd.org/changeset/ports/387916

Log:
  Also, don't fetch/extract the main distfile twice.
  
  Sponsored by:	Absolight

Modified:
  head/databases/leofs/Makefile
  head/databases/leofs/distinfo

Modified: head/databases/leofs/Makefile
==============================================================================
--- head/databases/leofs/Makefile	Sat May 30 08:11:40 2015	(r387915)
+++ head/databases/leofs/Makefile	Sat May 30 08:15:27 2015	(r387916)
@@ -4,16 +4,13 @@
 PORTNAME=	leofs
 PORTVERSION=	1.2.10
 CATEGORIES=	databases
+DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	trociny@FreeBSD.org
 COMMENT=	Highly scalable, fault-tolerant distributed file system
 
 LICENSE=	APACHE20
 
-DISTFILES=	leofs-${PORTVERSION}.tar.gz
-
-DIST_SUBDIR=	${PORTNAME}
-
 BUILD_DEPENDS=	${LOCALBASE}/lib/erlang17/bin/erlc:${PORTSDIR}/lang/erlang-runtime17 \
 		${LOCALBASE}/bin/cmake:${PORTSDIR}/devel/cmake \
 		${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck

Modified: head/databases/leofs/distinfo
==============================================================================
--- head/databases/leofs/distinfo	Sat May 30 08:11:40 2015	(r387915)
+++ head/databases/leofs/distinfo	Sat May 30 08:15:27 2015	(r387916)
@@ -1,5 +1,3 @@
-SHA256 (leofs/leofs-1.2.10.tar.gz) = 8a4dd5a52fd9152e4dafce20c76c573bf679e30b70195a2eb3c1b738733e7d44
-SIZE (leofs/leofs-1.2.10.tar.gz) = 292069
 SHA256 (leofs/leo-project-leofs-1.2.10_GH0.tar.gz) = 8a4dd5a52fd9152e4dafce20c76c573bf679e30b70195a2eb3c1b738733e7d44
 SIZE (leofs/leo-project-leofs-1.2.10_GH0.tar.gz) = 292069
 SHA256 (leofs/leo-project-leo_gateway-1.2.10_GH0.tar.gz) = a482ea1de48b277c5fecb2414ce93ded0e19b491bdd17fa885501eb871c49d2a



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