- Update to 1.0.0 pre5
PR: ports/67532 Submitted by: Lupe Christoph <lupe@lupe-christoph.de> (maintainer)
This commit is contained in:
parent
58215965b5
commit
1809887ddd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110799
10 changed files with 48 additions and 14 deletions
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= munin
|
||||
PORTVERSION= 1.0.0.p3
|
||||
PORTVERSION= 1.0.0.p5
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= munin
|
||||
PKGNAMESUFFIX= -main
|
||||
DISTNAME= munin_1.0.0pre3
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.p/pre/}
|
||||
|
||||
MAINTAINER= lupe@lupe-christoph.de
|
||||
COMMENT= Collector part of Munin
|
||||
|
@ -31,7 +31,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storabl
|
|||
|
||||
USE_GMAKE= yes
|
||||
PATCH_STRIP= -p1
|
||||
WRKSRC= ${WRKDIR}/munin-1.0.0pre3
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.p/pre/}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
ALL_TARGET= DATADIR=${DATADIR} build build-man
|
||||
INSTALL_TARGET= DATADIR=${DATADIR} install-main
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (munin_1.0.0pre3.tar.gz) = f1aea51a61304b824dd61d7ad7808f6d
|
||||
SIZE (munin_1.0.0pre3.tar.gz) = 120572
|
||||
MD5 (munin_1.0.0pre5.tar.gz) = a03ddb5cc2318e6fcd6c4a69d18ac6d0
|
||||
SIZE (munin_1.0.0pre5.tar.gz) = 212231
|
||||
|
|
11
sysutils/munin-main/files/patch-Makefile
Normal file
11
sysutils/munin-main/files/patch-Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.orig Tue May 11 22:23:06 2004
|
||||
+++ Makefile Fri Jun 4 00:25:54 2004
|
||||
@@ -26,7 +26,7 @@
|
||||
mkdir -p $(HTMLDIR)
|
||||
mkdir -p $(DBDIR)
|
||||
|
||||
- $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR) $(RUNDIR) $(HTMLDIR) $(DBDIR)
|
||||
+ $(CHOWN) $(USER) $(STATEDIR) $(RUNDIR) $(HTMLDIR) $(DBDIR)
|
||||
|
||||
for p in server/*.tmpl; do \
|
||||
$(INSTALL) -m 0644 "$$p" $(CONFDIR)/templates/ ; \
|
|
@ -101,6 +101,13 @@ create_crontab_entries() {
|
|||
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
# Munin had a logo.gif up to 1.0.0pre3.
|
||||
# Remove it, it's been replaced by logo.png
|
||||
rm -f ${PKG_PREFIX}/www/data/munin/logo.gif
|
||||
# The old stylesheet must go, too.
|
||||
rm -f ${PKG_PREFIX}/www/data/munin/style.css
|
||||
# Both new files will be put in place by munin-html
|
||||
|
||||
make_account munin munin "Munin owner"
|
||||
make_directories
|
||||
;;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/munin-cron
|
||||
etc/munin/munin.conf
|
||||
etc/munin/templates/logo.gif
|
||||
etc/munin/templates/logo.png
|
||||
etc/munin/templates/munin-domainview.tmpl
|
||||
etc/munin/templates/munin-nodeview.tmpl
|
||||
etc/munin/templates/munin-overview.tmpl
|
||||
|
@ -13,7 +13,6 @@ share/munin/munin-nagios
|
|||
share/munin/munin-update
|
||||
@unexec rmdir %D/www/data/munin 2>/dev/null || true
|
||||
@unexec rmdir %D/www/data 2>/dev/null || true
|
||||
@unexec rmdir %D/www 2>/dev/null || true
|
||||
@unexec rmdir %D/var/munin 2>/dev/null || true
|
||||
@unexec rmdir %D/var 2>/dev/null || true
|
||||
@unexec rmdir %D/share/munin 2>/dev/null || true
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= munin
|
||||
PORTVERSION= 1.0.0.p3
|
||||
PORTVERSION= 1.0.0.p5
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= munin
|
||||
PKGNAMESUFFIX= -main
|
||||
DISTNAME= munin_1.0.0pre3
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION:S/.p/pre/}
|
||||
|
||||
MAINTAINER= lupe@lupe-christoph.de
|
||||
COMMENT= Collector part of Munin
|
||||
|
@ -31,7 +31,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storabl
|
|||
|
||||
USE_GMAKE= yes
|
||||
PATCH_STRIP= -p1
|
||||
WRKSRC= ${WRKDIR}/munin-1.0.0pre3
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.p/pre/}
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
ALL_TARGET= DATADIR=${DATADIR} build build-man
|
||||
INSTALL_TARGET= DATADIR=${DATADIR} install-main
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (munin_1.0.0pre3.tar.gz) = f1aea51a61304b824dd61d7ad7808f6d
|
||||
SIZE (munin_1.0.0pre3.tar.gz) = 120572
|
||||
MD5 (munin_1.0.0pre5.tar.gz) = a03ddb5cc2318e6fcd6c4a69d18ac6d0
|
||||
SIZE (munin_1.0.0pre5.tar.gz) = 212231
|
||||
|
|
11
sysutils/munin-master/files/patch-Makefile
Normal file
11
sysutils/munin-master/files/patch-Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.orig Tue May 11 22:23:06 2004
|
||||
+++ Makefile Fri Jun 4 00:25:54 2004
|
||||
@@ -26,7 +26,7 @@
|
||||
mkdir -p $(HTMLDIR)
|
||||
mkdir -p $(DBDIR)
|
||||
|
||||
- $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR) $(RUNDIR) $(HTMLDIR) $(DBDIR)
|
||||
+ $(CHOWN) $(USER) $(STATEDIR) $(RUNDIR) $(HTMLDIR) $(DBDIR)
|
||||
|
||||
for p in server/*.tmpl; do \
|
||||
$(INSTALL) -m 0644 "$$p" $(CONFDIR)/templates/ ; \
|
|
@ -101,6 +101,13 @@ create_crontab_entries() {
|
|||
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
# Munin had a logo.gif up to 1.0.0pre3.
|
||||
# Remove it, it's been replaced by logo.png
|
||||
rm -f ${PKG_PREFIX}/www/data/munin/logo.gif
|
||||
# The old stylesheet must go, too.
|
||||
rm -f ${PKG_PREFIX}/www/data/munin/style.css
|
||||
# Both new files will be put in place by munin-html
|
||||
|
||||
make_account munin munin "Munin owner"
|
||||
make_directories
|
||||
;;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/munin-cron
|
||||
etc/munin/munin.conf
|
||||
etc/munin/templates/logo.gif
|
||||
etc/munin/templates/logo.png
|
||||
etc/munin/templates/munin-domainview.tmpl
|
||||
etc/munin/templates/munin-nodeview.tmpl
|
||||
etc/munin/templates/munin-overview.tmpl
|
||||
|
@ -13,7 +13,6 @@ share/munin/munin-nagios
|
|||
share/munin/munin-update
|
||||
@unexec rmdir %D/www/data/munin 2>/dev/null || true
|
||||
@unexec rmdir %D/www/data 2>/dev/null || true
|
||||
@unexec rmdir %D/www 2>/dev/null || true
|
||||
@unexec rmdir %D/var/munin 2>/dev/null || true
|
||||
@unexec rmdir %D/var 2>/dev/null || true
|
||||
@unexec rmdir %D/share/munin 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue