From d34908d4c7b2cf64d52a2c32986145d647eb2f35 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 26 Nov 2016 10:09:54 +0000 Subject: Fixup USE_GITHUB usage. It already sets DISTNAME to a very nice unique name, do not set it yourself. Sponsored by: Absolight --- math/ocamlgsl/Makefile | 5 +---- math/ocamlgsl/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'math/ocamlgsl') diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile index 4798e20036ed..0d1ea1ff7fa7 100644 --- a/math/ocamlgsl/Makefile +++ b/math/ocamlgsl/Makefile @@ -5,8 +5,6 @@ PORTNAME= ocaml-gsl DISTVERSIONPREFIX=v DISTVERSION= 1.19.1 CATEGORIES= math -DISTNAME= gsl-ocaml -DISTFILES= ${DISTNAME}-${DISTVERSION}.tar.gz MAINTAINER= michipili@gmail.com COMMENT= Interface to GSL for the Objective Caml language @@ -20,7 +18,7 @@ RUN_DEPENDS= ocamlfind:devel/ocaml-findlib USE_GITHUB= yes GH_ACCOUNT= mmottl -GH_PROJECT= ${DISTNAME} +GH_PROJECT= gsl-ocaml USES= gmake USE_OCAML= YES @@ -30,7 +28,6 @@ USE_OCAML_LDCONFIG= YES OCAML_PKGDIRS= gsl HAS_CONFIGURE= YES MAKE_JOBS_UNSAFE= yes -WRKSRC= ${WRKDIR}/gsl-ocaml-${PORTVERSION} DOCSDIR= ${LOCALBASE}/share/doc diff --git a/math/ocamlgsl/distinfo b/math/ocamlgsl/distinfo index f893a13ff43e..e29710a9ba8b 100644 --- a/math/ocamlgsl/distinfo +++ b/math/ocamlgsl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469812171 -SHA256 (gsl-ocaml_GH0-1.19.1.tar.gz) = 05891594ed3b4ea0c2f201531aeafce1280b937a18ba76d818760252c2b34b66 -SIZE (gsl-ocaml_GH0-1.19.1.tar.gz) = 167549 +TIMESTAMP = 1480154543 +SHA256 (mmottl-gsl-ocaml-v1.19.1_GH0.tar.gz) = 05891594ed3b4ea0c2f201531aeafce1280b937a18ba76d818760252c2b34b66 +SIZE (mmottl-gsl-ocaml-v1.19.1_GH0.tar.gz) = 167549 -- cgit