FreeBSD Bugzilla – Attachment 195993 Details for
Bug 230446
ftp/ocaml-ocurl: Update to 0.8.2; Take MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update - Functional version
ocaml-ocurl (text/plain), 2.62 KB, created by
Nathan
on 2018-08-08 02:14:03 UTC
(
hide
)
Description:
Update - Functional version
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-08-08 02:14:03 UTC
Size:
2.62 KB
patch
obsolete
>ftp/ocaml-ocurl: Update to 0.8.2 > >* Updated port source > - Github project has latest version >* Removed "--with-find-lib" > - Configure script said option didn't exist > >Changelog: https://raw.githubusercontent.com/ygrek/ocurl/master/CHANGES.txt > >Index: ftp/ocaml-ocurl/Makefile >=================================================================== >--- ftp/ocaml-ocurl/Makefile (revision 476546) >+++ ftp/ocaml-ocurl/Makefile (working copy) >@@ -2,14 +2,16 @@ > # $FreeBSD$ > > PORTNAME= ocurl >-PORTVERSION= 0.7.9 >+PORTVERSION= 0.8.2 > CATEGORIES= ftp >-MASTER_SITES= http://ygrek.org.ua/p/release/ocurl/ > PKGNAMEPREFIX= ocaml- > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= ndowens@yahoo.com > COMMENT= Interface for OCaml to the curl lib > >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/COPYING >+ > BUILD_DEPENDS= ocamlc:lang/ocaml \ > ocamlfind:devel/ocaml-findlib > RUN_DEPENDS:= ${BUILD_DEPENDS} >@@ -17,9 +19,10 @@ > > USES= gmake > GNU_CONFIGURE= yes >-CONFIGURE_ARGS+="--with-findlib" >-MAKE_JOBS_UNSAFE= yes > >+USE_GITHUB= yes >+GH_ACCOUNT= ygrek >+ > USE_OCAML= yes > USE_OCAML_CAMLP4= yes > USE_OCAML_FINDLIB= yes >@@ -33,8 +36,12 @@ > LWT_RUN_DEPENDS=${LOCALBASE}/${OCAML_SITELIBDIR}/lwt/lwt.a:devel/ocaml-lwt > LWT_BUILD_DEPENDS=${LWT_RUN_DEPENDS} > >+post-install-LWT-on: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/curl_lwt.cmxs >+ > post-install: >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/dllcurl-helper.so >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/dllcurl-helper.so \ >+ ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/curl/curl.cmxs \ > > .include <bsd.port.options.mk> > >Index: ftp/ocaml-ocurl/distinfo >=================================================================== >--- ftp/ocaml-ocurl/distinfo (revision 476546) >+++ ftp/ocaml-ocurl/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1476625190 >-SHA256 (ocurl-0.7.9.tar.gz) = 36a0103cf062ea2c5685a1615295cf765e49495adfcc620e4c17443e46b5a65e >-SIZE (ocurl-0.7.9.tar.gz) = 108242 >+TIMESTAMP = 1533686147 >+SHA256 (ygrek-ocurl-0.8.2_GH0.tar.gz) = dcbadbdf97830de04a68454571bec9592c7f7be135bf1a1a5d8f8aa35c28ed24 >+SIZE (ygrek-ocurl-0.8.2_GH0.tar.gz) = 111713 >Index: ftp/ocaml-ocurl/pkg-plist >=================================================================== >--- ftp/ocaml-ocurl/pkg-plist (revision 476546) >+++ ftp/ocaml-ocurl/pkg-plist (working copy) >@@ -6,6 +6,8 @@ > %%OCAML_SITELIBDIR%%/curl/curl.cmti > %%OCAML_SITELIBDIR%%/curl/curl.cmx > %%OCAML_SITELIBDIR%%/curl/curl.cmxa >+%%OCAML_SITELIBDIR%%/curl/curl.cmxs >+%%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmxs > %%OCAML_SITELIBDIR%%/curl/curl.mli > %%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmi > %%LWT%%%%OCAML_SITELIBDIR%%/curl/curl_lwt.cmo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ndowens04
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 230446
: 195993 |
195994