pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ocsigen-start



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Apr 21 13:06:00 UTC 2020

Modified Files:
        pkgsrc/www/ocsigen-start: Makefile PLIST distinfo
        pkgsrc/www/ocsigen-start/patches: patch-template.distillery_Makefile.db
            patch-template.distillery_Makefile.style

Log Message:
Updated www/ocsigen-start to version 2.16.1.

Despite the huge increase in version number, there seem to be no major
changes; also bugfixes and compatibility updates.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ocsigen-start/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ocsigen-start/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ocsigen-start/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.db
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.style

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ocsigen-start/Makefile
diff -u pkgsrc/www/ocsigen-start/Makefile:1.8 pkgsrc/www/ocsigen-start/Makefile:1.9
--- pkgsrc/www/ocsigen-start/Makefile:1.8       Mon Nov  4 22:09:58 2019
+++ pkgsrc/www/ocsigen-start/Makefile   Tue Apr 21 13:06:00 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2019/11/04 22:09:58 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/21 13:06:00 jaapb Exp $
 
 GITHUB_PROJECT=        ocsigen-start
-DISTNAME=      ${GITHUB_PROJECT}-1.7.0
+DISTNAME=      ${GITHUB_PROJECT}-2.16.1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
 
@@ -44,12 +44,12 @@ SUBST_SED.fix-md5=  -e 's,md5sum,md5,g'
 pre-configure:
        ${RUN} cd ${WRKSRC} && rm -f template.distillery/*.orig
 
-.include "../../databases/ocaml-macaque/buildlink3.mk"
-.include "../../devel/ocaml-lwt_camlp4/buildlink3.mk"
+.include "../../databases/pgocaml/buildlink3.mk"
 .include "../../devel/ocaml-lwt_log/buildlink3.mk"
 .include "../../devel/ocaml-resource-pooling/buildlink3.mk"
 .include "../../devel/ocaml-yojson/buildlink3.mk"
 .include "../../security/ocaml-safepass/buildlink3.mk"
+.include "../../www/ocaml-cohttp/buildlink3.mk"
 .include "../../www/ocsigen-i18n/buildlink3.mk"
 .include "../../www/ocsigen-toolkit/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/ocsigen-start/PLIST
diff -u pkgsrc/www/ocsigen-start/PLIST:1.2 pkgsrc/www/ocsigen-start/PLIST:1.3
--- pkgsrc/www/ocsigen-start/PLIST:1.2  Tue Jan 29 14:23:07 2019
+++ pkgsrc/www/ocsigen-start/PLIST      Tue Apr 21 13:06:00 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/01/29 14:23:07 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/04/21 13:06:00 jaapb Exp $
 ${OCAML_SITELIB}/eliom/templates/os.pgocaml/.eliomignore
 ${OCAML_SITELIB}/eliom/templates/os.pgocaml/.eliomreserve
 ${OCAML_SITELIB}/eliom/templates/os.pgocaml/.eliomverbatim
@@ -51,6 +51,7 @@ ${OCAML_SITELIB}/eliom/templates/os.pgoc
 ${OCAML_SITELIB}/eliom/templates/os.pgocaml/demo_pgocaml.eliom
 ${OCAML_SITELIB}/eliom/templates/os.pgocaml/demo_pgocaml_db.ml
 ${OCAML_SITELIB}/eliom/templates/os.pgocaml/demo_popup.eliom
+${OCAML_SITELIB}/eliom/templates/os.pgocaml/demo_pulltorefresh.eliom
 ${OCAML_SITELIB}/eliom/templates/os.pgocaml/demo_react.eliom
 ${OCAML_SITELIB}/eliom/templates/os.pgocaml/demo_ref.eliom
 ${OCAML_SITELIB}/eliom/templates/os.pgocaml/demo_rpc.eliom
@@ -129,7 +130,7 @@ ${OCAML_SITELIB}/ocsigen-start/client/os
 ${OCAML_SITELIB}/ocsigen-start/client/os_user_proxy.cmo
 ${OCAML_SITELIB}/ocsigen-start/client/os_user_view.cmi
 ${OCAML_SITELIB}/ocsigen-start/client/os_user_view.cmo
-${OCAML_SITELIB}/ocsigen-start/server/ocsigen-start.server.cma
+${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigen-start/server/ocsigen-start.server.cma
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigen-start/server/ocsigen-start.server.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/ocsigen-start/server/ocsigen-start.server.cmxs
 ${OCAML_SITELIB}/ocsigen-start/server/os_comet.cmi

Index: pkgsrc/www/ocsigen-start/distinfo
diff -u pkgsrc/www/ocsigen-start/distinfo:1.5 pkgsrc/www/ocsigen-start/distinfo:1.6
--- pkgsrc/www/ocsigen-start/distinfo:1.5       Mon May 13 12:17:11 2019
+++ pkgsrc/www/ocsigen-start/distinfo   Tue Apr 21 13:06:00 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2019/05/13 12:17:11 jaapb Exp $
+$NetBSD: distinfo,v 1.6 2020/04/21 13:06:00 jaapb Exp $
 
-SHA1 (ocsigen-start-1.7.0.tar.gz) = f22e9b6aac5291222e90434a5f904ca4dbb1763a
-RMD160 (ocsigen-start-1.7.0.tar.gz) = 06342fd4f045af7f0c8b8c9a5f827ff6acaa02f4
-SHA512 (ocsigen-start-1.7.0.tar.gz) = b02f20bc35d8999d779c3d3240e238fc28d4ca642e608d44eb502ce34e0099d207415fae2b7921838937f25330245ad152a84f8c5ccb8844fb7ebfdcff5651f1
-Size (ocsigen-start-1.7.0.tar.gz) = 1035579 bytes
-SHA1 (patch-template.distillery_Makefile.db) = fd3ffe0453f1dd68270435c3176be7a489f3c04b
-SHA1 (patch-template.distillery_Makefile.style) = f6834831e0a167cfe7def779f801d315d5e7df9a
+SHA1 (ocsigen-start-2.16.1.tar.gz) = 6eab41cd447f92dcfe04bb9dec692834878c3f99
+RMD160 (ocsigen-start-2.16.1.tar.gz) = 42de314ed8cea1b2bd6b16c3f61d442d03ec1d0d
+SHA512 (ocsigen-start-2.16.1.tar.gz) = da27b3d3c0bd4f11ade9de614484d337a98ce469f04a375f03b58134142299d1b116742c629d7b9959b8b943b05feced63a85b9607c47d0de33c0086f2f9d633
+Size (ocsigen-start-2.16.1.tar.gz) = 1047409 bytes
+SHA1 (patch-template.distillery_Makefile.db) = 5e87d8117a59d506979cbe8aa4f3e0208d048107
+SHA1 (patch-template.distillery_Makefile.style) = dcc7117a0772e5f6f42baa09824eea31a18bae16

Index: pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.db
diff -u pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.db:1.1 pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.db:1.2
--- pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.db:1.1  Wed Jun  6 09:45:01 2018
+++ pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.db      Tue Apr 21 13:06:00 2020
@@ -1,6 +1,7 @@
-$NetBSD: patch-template.distillery_Makefile.db,v 1.1 2018/06/06 09:45:01 jaapb Exp $
+$NetBSD: patch-template.distillery_Makefile.db,v 1.2 2020/04/21 13:06:00 jaapb Exp $
 
 Avoid error with wrongly set locale in template
+
 --- template.distillery/Makefile.db.orig       2018-03-09 16:47:43.000000000 +0000
 +++ template.distillery/Makefile.db
 @@ -98,7 +98,7 @@ $(PSQL_DIR):

Index: pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.style
diff -u pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.style:1.2 pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.style:1.3
--- pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.style:1.2       Tue Jan 29 14:23:07 2019
+++ pkgsrc/www/ocsigen-start/patches/patch-template.distillery_Makefile.style   Tue Apr 21 13:06:00 2020
@@ -1,6 +1,7 @@
-$NetBSD: patch-template.distillery_Makefile.style,v 1.2 2019/01/29 14:23:07 jaapb Exp $
+$NetBSD: patch-template.distillery_Makefile.style,v 1.3 2020/04/21 13:06:00 jaapb Exp $
 
 Use BSD version of sed
+
 --- template.distillery/Makefile.style.orig    2019-01-17 09:35:57.000000000 +0000
 +++ template.distillery/Makefile.style
 @@ -9,7 +9,7 @@ check_sed:



Home | Main Index | Thread Index | Old Index