diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-03 22:38:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-03 22:38:35 +0000 |
commit | 1809887ddd6fd017f42ca369f650921e08b5e991 (patch) | |
tree | e74eca362de451ca869e5c8318e6e64dcfb20c6e /sysutils | |
parent | 58215965b53498e5d70965381c19933d0221d8e6 (diff) | |
download | ports-1809887ddd6fd017f42ca369f650921e08b5e991.tar.gz ports-1809887ddd6fd017f42ca369f650921e08b5e991.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/munin-main/Makefile | 6 | ||||
-rw-r--r-- | sysutils/munin-main/distinfo | 4 | ||||
-rw-r--r-- | sysutils/munin-main/files/patch-Makefile | 11 | ||||
-rw-r--r-- | sysutils/munin-main/pkg-install | 7 | ||||
-rw-r--r-- | sysutils/munin-main/pkg-plist | 3 | ||||
-rw-r--r-- | sysutils/munin-master/Makefile | 6 | ||||
-rw-r--r-- | sysutils/munin-master/distinfo | 4 | ||||
-rw-r--r-- | sysutils/munin-master/files/patch-Makefile | 11 | ||||
-rw-r--r-- | sysutils/munin-master/pkg-install | 7 | ||||
-rw-r--r-- | sysutils/munin-master/pkg-plist | 3 |
10 files changed, 48 insertions, 14 deletions
diff --git a/sysutils/munin-main/Makefile b/sysutils/munin-main/Makefile index 2542e336c727..609b50c6c2e4 100644 --- a/sysutils/munin-main/Makefile +++ b/sysutils/munin-main/Makefile @@ -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 diff --git a/sysutils/munin-main/distinfo b/sysutils/munin-main/distinfo index 33d0172cbc07..e29fd48776db 100644 --- a/sysutils/munin-main/distinfo +++ b/sysutils/munin-main/distinfo @@ -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 diff --git a/sysutils/munin-main/files/patch-Makefile b/sysutils/munin-main/files/patch-Makefile new file mode 100644 index 000000000000..e67b632a10e7 --- /dev/null +++ b/sysutils/munin-main/files/patch-Makefile @@ -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/ ; \ diff --git a/sysutils/munin-main/pkg-install b/sysutils/munin-main/pkg-install index 4f1614bfbf6c..151594997c34 100644 --- a/sysutils/munin-main/pkg-install +++ b/sysutils/munin-main/pkg-install @@ -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 ;; diff --git a/sysutils/munin-main/pkg-plist b/sysutils/munin-main/pkg-plist index c97660d95883..a498e3827aee 100644 --- a/sysutils/munin-main/pkg-plist +++ b/sysutils/munin-main/pkg-plist @@ -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 diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index 2542e336c727..609b50c6c2e4 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -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 diff --git a/sysutils/munin-master/distinfo b/sysutils/munin-master/distinfo index 33d0172cbc07..e29fd48776db 100644 --- a/sysutils/munin-master/distinfo +++ b/sysutils/munin-master/distinfo @@ -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 diff --git a/sysutils/munin-master/files/patch-Makefile b/sysutils/munin-master/files/patch-Makefile new file mode 100644 index 000000000000..e67b632a10e7 --- /dev/null +++ b/sysutils/munin-master/files/patch-Makefile @@ -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/ ; \ diff --git a/sysutils/munin-master/pkg-install b/sysutils/munin-master/pkg-install index 4f1614bfbf6c..151594997c34 100644 --- a/sysutils/munin-master/pkg-install +++ b/sysutils/munin-master/pkg-install @@ -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 ;; diff --git a/sysutils/munin-master/pkg-plist b/sysutils/munin-master/pkg-plist index c97660d95883..a498e3827aee 100644 --- a/sysutils/munin-master/pkg-plist +++ b/sysutils/munin-master/pkg-plist @@ -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 |