pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ocsigen-toolkit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb  2 19:34:53 UTC 2026

Modified Files:
        pkgsrc/www/ocsigen-toolkit: Makefile

Log Message:
ocsigen-toolkit: use TOOL_DEPENDS instead of bl3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/ocsigen-toolkit/Makefile

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-toolkit/Makefile
diff -u pkgsrc/www/ocsigen-toolkit/Makefile:1.11 pkgsrc/www/ocsigen-toolkit/Makefile:1.12
--- pkgsrc/www/ocsigen-toolkit/Makefile:1.11    Mon Aug 25 08:35:16 2025
+++ pkgsrc/www/ocsigen-toolkit/Makefile Mon Feb  2 19:34:53 2026
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile,v 1.11 2025/08/25 08:35:16 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/02/02 19:34:53 wiz Exp $
 
-GITHUB_PROJECT=        ocsigen-toolkit
 DISTNAME=      ${GITHUB_PROJECT}-3.2.0
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
+GITHUB_PROJECT=        ocsigen-toolkit
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/ocsigen/ocsigen-toolkit/
 COMMENT=       User interface widgets for Ocsigen applications
 LICENSE=       gnu-lgpl-v2.1
 
+TOOL_DEPENDS+= ocaml-opaline>=0:../../misc/ocaml-opaline
+DEPENDS+=      eliom>=6.12.1:../../www/eliom
+
 USE_LANGUAGES= # none
 USE_TOOLS=     gmake
 
@@ -23,14 +27,11 @@ MAKE_ENV+=  NATIVE=yes
 MAKE_ENV+=     NATIVE=no
 .endif
 
-DEPENDS+=      eliom>=6.12.1:../../www/eliom
-
 post-install:
        ${RUN} cd ${WRKSRC} && opaline -install-cmd "${INSTALL_DATA}" \
                -destdir ${DESTDIR} \
                -prefix ${PREFIX} \
                ocsigen-toolkit.install
 
-.include "../../misc/ocaml-opaline/buildlink3.mk"
 .include "../../time/ocaml-calendar/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index