[153778] trunk/dports/sysutils/opam

ryandesign at macports.org ryandesign at macports.org
Tue Oct 11 05:06:31 CEST 2016


Revision: 153778
          https://trac.macports.org/changeset/153778
Author:   ryandesign at macports.org
Date:     2016-10-10 20:06:31 -0700 (Mon, 10 Oct 2016)
Log Message:
-----------
opam: fix build failure due to Google Code shutdown

Resolves #52571

Modified Paths:
--------------
    trunk/dports/sysutils/opam/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/opam/files/
    trunk/dports/sysutils/opam/files/googlecode.patch

Modified: trunk/dports/sysutils/opam/Portfile
===================================================================
--- trunk/dports/sysutils/opam/Portfile	2016-10-11 02:59:55 UTC (rev 153777)
+++ trunk/dports/sysutils/opam/Portfile	2016-10-11 03:06:31 UTC (rev 153778)
@@ -24,7 +24,8 @@
 
 depends_run         port:aspcud
 
+patchfiles          googlecode.patch
+
 build.env-append    "TERM=xterm"
 use_parallel_build  no
 build.target        lib-ext all
-

Added: trunk/dports/sysutils/opam/files/googlecode.patch
===================================================================
--- trunk/dports/sysutils/opam/files/googlecode.patch	                        (rev 0)
+++ trunk/dports/sysutils/opam/files/googlecode.patch	2016-10-11 03:06:31 UTC (rev 153778)
@@ -0,0 +1,11 @@
+--- src_ext/Makefile.orig	2015-04-27 02:46:51.000000000 -0500
++++ src_ext/Makefile	2016-10-10 21:59:26.000000000 -0500
+@@ -2,7 +2,7 @@
+ 
+ SRC_EXTS = extlib re cmdliner graph cudf dose uutf jsonm
+ 
+-URL_extlib = http://ocaml-extlib.googlecode.com/files/extlib-1.5.3.tar.gz
++URL_extlib = http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ocaml-extlib/extlib-1.5.3.tar.gz
+ MD5_extlib = 3de5f4e0a95fda7b2f3819c4a655b17c
+ 
+ URL_re = https://github.com/ocaml/ocaml-re/archive/ocaml-re-1.2.0.tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161010/2efdfe18/attachment-0002.html>


More information about the macports-changes mailing list