svn commit: r387916 - head/databases/leofs
Mathieu Arnold
mat at FreeBSD.org
Sat May 30 08:15:28 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list