diff options
author | marino <marino@FreeBSD.org> | 2015-06-18 20:36:37 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-06-18 20:36:37 +0800 |
commit | 4f6b276844cd9cedaa685d085948b8003ed16f30 (patch) | |
tree | 8a668faaf9c810175590220ad6e0654fc08add47 /devel | |
parent | 9ea697abb8b7ccd2445611e58ad0454c7a742b64 (diff) | |
download | freebsd-ports-gnome-4f6b276844cd9cedaa685d085948b8003ed16f30.tar.gz freebsd-ports-gnome-4f6b276844cd9cedaa685d085948b8003ed16f30.tar.zst freebsd-ports-gnome-4f6b276844cd9cedaa685d085948b8003ed16f30.zip |
devel/ocaml-opam: Unbreak fetch
Upstream re-rolled the distfile with same name, and changed the name
of the extracted directory as well. This requires the use of
DIST_SUBDIR to avoid fetch clash with previous. Also revbump because
it's not clear if those were the only changes between distfiles.
PR: 200930
Submitted by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-opam/Makefile | 5 | ||||
-rw-r--r-- | devel/ocaml-opam/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/ocaml-opam/Makefile b/devel/ocaml-opam/Makefile index 3c4589f91d46..7914edc13b95 100644 --- a/devel/ocaml-opam/Makefile +++ b/devel/ocaml-opam/Makefile @@ -3,20 +3,19 @@ PORTNAME= opam PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/ocaml/opam/releases/download/${DISTVERSION}/ \ http://github.com/ocaml/opam/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= ocaml- DISTNAME= opam-full-${DISTVERSION} +DIST_SUBDIR= opam-01 MAINTAINER= joris@giovannangeli.fr COMMENT= Source-based package manager for OCaml LICENSE= GPLv3 -# Temporary hack since the directory is named opam-full-1.2.2-rc2 -WRKSRC= ${WRKDIR}/${DISTNAME}-rc2 - USES= gmake USE_OCAML= yes GNU_CONFIGURE= yes diff --git a/devel/ocaml-opam/distinfo b/devel/ocaml-opam/distinfo index 13f8993c28c1..0821772f70dd 100644 --- a/devel/ocaml-opam/distinfo +++ b/devel/ocaml-opam/distinfo @@ -1,2 +1,2 @@ -SHA256 (opam-full-1.2.2.tar.gz) = e43ecb9b02badf77776900be30b03c04cd582cafc73160c15f1fe6dec4457d18 -SIZE (opam-full-1.2.2.tar.gz) = 1529197 +SHA256 (opam-01/opam-full-1.2.2.tar.gz) = 15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00 +SIZE (opam-01/opam-full-1.2.2.tar.gz) = 1535335 |