mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/hiawatha-monitor: Update to 1.7
Switch to DISTVERSION. Remove WRKSRC as its now the default of PKGNAME-PKGVERSION. Update WWW. Submitter takes maintainership. Changelog: https://gitlab.com/hsleisink/monitor/-/blob/master/ChangeLog?ref_type=heads PR: 286030
This commit is contained in:
parent
73b5fd0561
commit
5c08afdfc3
3 changed files with 12 additions and 20 deletions
|
@ -1,14 +1,13 @@
|
|||
PORTNAME= hiawatha-monitor
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://www.hiawatha-webserver.org/files/
|
||||
MASTER_SITES= https://hiawatha.leisink.net/files/
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
DISTNAME= monitor-${PORTVERSION}
|
||||
DISTNAME= monitor-${DISTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= cpetrik@proton.me
|
||||
COMMENT= Monitoring tool for the Hiawatha web server
|
||||
WWW= https://www.hiawatha-webserver.org/monitor
|
||||
WWW= https://hiawatha.leisink.net/monitor
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
@ -25,7 +24,6 @@ SHEBANG_FILES= database/delete_old_logs \
|
|||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
SUB_FILES= pkg-message
|
||||
WRKSRC= ${WRKDIR}/monitor
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -35,7 +33,7 @@ post-patch:
|
|||
do-install:
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
|
||||
cd ${STAGEDIR}${WWWDIR} && ${CHMOD} ${BINMODE} ${SHEBANG_FILES}
|
||||
.for f in private_pages.conf public_pages.conf website.conf
|
||||
.for f in banshee.conf private_pages.conf public_pages.conf
|
||||
${MV} ${STAGEDIR}${WWWDIR}/settings/${f} \
|
||||
${STAGEDIR}${WWWDIR}/settings/${f}.sample
|
||||
.endfor
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1543421517
|
||||
SHA256 (monitor-1.6.tar.gz) = 3776fff6cdefac976a6e75262ecb4cb3a3cd2806fc318015266ddaacb760ae11
|
||||
SIZE (monitor-1.6.tar.gz) = 622470
|
||||
TIMESTAMP = 1744348924
|
||||
SHA256 (monitor-1.7.tar.gz) = ee5bc4844b6d7945573f3a5411f3a58dc39a0544d8def4f31134908f3195ba02
|
||||
SIZE (monitor-1.7.tar.gz) = 602077
|
||||
|
|
|
@ -63,7 +63,8 @@
|
|||
%%WWWDIR%%/libraries/language.php
|
||||
%%WWWDIR%%/libraries/menu.php
|
||||
%%WWWDIR%%/libraries/model.php
|
||||
%%WWWDIR%%/libraries/nma.php
|
||||
%%WWWDIR%%/libraries/monitor.php
|
||||
%%WWWDIR%%/libraries/nmd.php
|
||||
%%WWWDIR%%/libraries/output.php
|
||||
%%WWWDIR%%/libraries/page.php
|
||||
%%WWWDIR%%/libraries/pagination.php
|
||||
|
@ -110,7 +111,6 @@
|
|||
%%WWWDIR%%/public/css/banshee/alphabetize.css
|
||||
%%WWWDIR%%/public/css/banshee/bootstrap-theme.css
|
||||
%%WWWDIR%%/public/css/banshee/bootstrap.css
|
||||
%%WWWDIR%%/public/css/banshee/browser.css
|
||||
%%WWWDIR%%/public/css/banshee/error.css
|
||||
%%WWWDIR%%/public/css/banshee/filter.css
|
||||
%%WWWDIR%%/public/css/banshee/graph.css
|
||||
|
@ -148,11 +148,6 @@
|
|||
%%WWWDIR%%/public/fonts/glyphicons-halflings-regular.ttf
|
||||
%%WWWDIR%%/public/fonts/glyphicons-halflings-regular.woff
|
||||
%%WWWDIR%%/public/fonts/glyphicons-halflings-regular.woff2
|
||||
%%WWWDIR%%/public/images/browsers/chrome.gif
|
||||
%%WWWDIR%%/public/images/browsers/firefox.gif
|
||||
%%WWWDIR%%/public/images/browsers/ie.gif
|
||||
%%WWWDIR%%/public/images/browsers/opera.gif
|
||||
%%WWWDIR%%/public/images/browsers/safari.gif
|
||||
%%WWWDIR%%/public/images/error.png
|
||||
%%WWWDIR%%/public/images/hiawatha_logo.png
|
||||
%%WWWDIR%%/public/images/icons/access.png
|
||||
|
@ -203,9 +198,8 @@
|
|||
%%WWWDIR%%/public/robots.txt
|
||||
@sample %%WWWDIR%%/settings/private_pages.conf.sample
|
||||
@sample %%WWWDIR%%/settings/public_pages.conf.sample
|
||||
@sample %%WWWDIR%%/settings/website.conf.sample
|
||||
@sample %%WWWDIR%%/settings/banshee.conf.sample
|
||||
%%WWWDIR%%/views/banshee/alphabetize.xslt
|
||||
%%WWWDIR%%/views/banshee/browser.xslt
|
||||
%%WWWDIR%%/views/banshee/error.xslt
|
||||
%%WWWDIR%%/views/banshee/filter.xslt
|
||||
%%WWWDIR%%/views/banshee/functions.xslt
|
||||
|
|
Loading…
Add table
Reference in a new issue