pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/hiawatha
Module Name: pkgsrc
Committed By: hauke
Date: Thu Apr 25 13:54:17 UTC 2024
Modified Files:
pkgsrc/www/hiawatha: Makefile
pkgsrc/www/hiawatha/files: hiawatha.sh
Log Message:
Support rc.d script reload command.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/hiawatha/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/hiawatha/files/hiawatha.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/hiawatha/Makefile
diff -u pkgsrc/www/hiawatha/Makefile:1.33 pkgsrc/www/hiawatha/Makefile:1.34
--- pkgsrc/www/hiawatha/Makefile:1.33 Mon Apr 15 14:52:33 2024
+++ pkgsrc/www/hiawatha/Makefile Thu Apr 25 13:54:17 2024
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2024/04/15 14:52:33 hauke Exp $
+# $NetBSD: Makefile,v 1.34 2024/04/25 13:54:17 hauke Exp $
PKGNAME= hiawatha-${PKGVER}
DISTNAME= hiawatha-v${PKGVER}
PKGVER= 11.5
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITLAB:=hsleisink/hiawatha/-/archive/v${PKGVER}/}
EXTRACT_SUFX= .tar.gz
Index: pkgsrc/www/hiawatha/files/hiawatha.sh
diff -u pkgsrc/www/hiawatha/files/hiawatha.sh:1.3 pkgsrc/www/hiawatha/files/hiawatha.sh:1.4
--- pkgsrc/www/hiawatha/files/hiawatha.sh:1.3 Mon Apr 15 14:52:33 2024
+++ pkgsrc/www/hiawatha/files/hiawatha.sh Thu Apr 25 13:54:17 2024
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: hiawatha.sh,v 1.3 2024/04/15 14:52:33 hauke Exp $
+# $NetBSD: hiawatha.sh,v 1.4 2024/04/25 13:54:17 hauke Exp $
#
# PROVIDE: hiawatha
# REQUIRE: DAEMON
@@ -9,6 +9,8 @@
name="hiawatha"
command="@PREFIX@/sbin/${name}"
+extra_commands=reload
+
if [ -f @SYSCONFBASE@/rc.subr ]; then
. @SYSCONFBASE@/rc.subr
Home |
Main Index |
Thread Index |
Old Index