diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-05-25 05:19:44 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-05-25 05:19:44 +0800 |
commit | 24de942c9cae41112f9cad87be99a2f608be31ed (patch) | |
tree | e8ab85116db3173053cb4f05caf262a86d0f4de3 /net-mgmt | |
parent | 73888ee9274a2d1b5602fc28a641b028b263dcd8 (diff) | |
download | freebsd-ports-gnome-24de942c9cae41112f9cad87be99a2f608be31ed.tar.gz freebsd-ports-gnome-24de942c9cae41112f9cad87be99a2f608be31ed.tar.zst freebsd-ports-gnome-24de942c9cae41112f9cad87be99a2f608be31ed.zip |
- Update to 2.6.9
- Remove version numbers from LIB_DEPENDS
PR: ports/178569
Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
Approved by: maintainer via private email
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/smokeping/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/smokeping/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/smokeping/files/patch-htdocs-Makefile.in | 10 | ||||
-rw-r--r-- | net-mgmt/smokeping/pkg-plist | 1 |
4 files changed, 14 insertions, 9 deletions
diff --git a/net-mgmt/smokeping/Makefile b/net-mgmt/smokeping/Makefile index 3d6ba8c38cd3..ec5a5fa11359 100644 --- a/net-mgmt/smokeping/Makefile +++ b/net-mgmt/smokeping/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smokeping -PORTVERSION= 2.6.8 +PORTVERSION= 2.6.9 CATEGORIES= net-mgmt www MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ http://smokeping.cs.pu.edu.tw/pub/ @@ -10,7 +10,7 @@ MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ MAINTAINER= rodrigo@bebik.net COMMENT= Latency logging and graphing system -LIB_DEPENDS= rrd.6:${PORTSDIR}/databases/rrdtool +LIB_DEPENDS= rrd:${PORTSDIR}/databases/rrdtool BUILD_DEPENDS= p5-CGI-Session>=0:${PORTSDIR}/www/p5-CGI-Session \ p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \ p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \ @@ -71,6 +71,7 @@ MAN3= Smokeping_matchers_Avgratio.3 \ Smokeping_probes_OpenSSHJunOSPing.3 \ Smokeping_probes_Radius.3 \ Smokeping_probes_RemoteFPing.3 \ + Smokeping_probes_SendEmail.3 \ Smokeping_probes_SSH.3 \ Smokeping_probes_SipSak.3 \ Smokeping_probes_TCPPing.3 \ @@ -117,6 +118,7 @@ OPTIONS_DEFINE= ECHOPING CURL RADIUS TELNET DNS FPING LDAP LDAPSSL OPTIONS_DEFAULT= FPING .include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MFPING} RUN_DEPENDS+= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping .endif @@ -169,6 +171,8 @@ post-install: [ -f ${PREFIX}/smokeping/htdocs/smokeping.fcgi ] || ${CP} ${PREFIX}/smokeping/htdocs/smokeping.fcgi.dist ${PREFIX}/smokeping/htdocs/smokeping.fcgi ${MKDIR} ${PREFIX}/smokeping/htdocs/img ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/smokeping/htdocs + ${MKDIR} ${PREFIX}/var/smokeping + ${CHOWN} -R ${USERS}:${GROUPS} ${PREFIX}/var/smokeping .if !defined(BATCH) ${CAT} ${PKGMESSAGE} .endif diff --git a/net-mgmt/smokeping/distinfo b/net-mgmt/smokeping/distinfo index 55aa126dc783..fb77eb33b37b 100644 --- a/net-mgmt/smokeping/distinfo +++ b/net-mgmt/smokeping/distinfo @@ -1,2 +1,2 @@ -SHA256 (smokeping-2.6.8.tar.gz) = 15fd99487d01649a552d2954bc1c6b0442967a72fca51c8ff197447389b1b16c -SIZE (smokeping-2.6.8.tar.gz) = 423516 +SHA256 (smokeping-2.6.9.tar.gz) = cd551d4384d8b19879d128ea0566bd680c19bb4ad8664a3c5a304604746f8863 +SIZE (smokeping-2.6.9.tar.gz) = 427185 diff --git a/net-mgmt/smokeping/files/patch-htdocs-Makefile.in b/net-mgmt/smokeping/files/patch-htdocs-Makefile.in index 3217e48fece7..540cd365ba4b 100644 --- a/net-mgmt/smokeping/files/patch-htdocs-Makefile.in +++ b/net-mgmt/smokeping/files/patch-htdocs-Makefile.in @@ -1,11 +1,11 @@ ---- htdocs/Makefile.in.orig 2012-05-14 13:21:26.387873095 +0200 -+++ htdocs/Makefile.in 2012-05-14 13:22:37.617874000 +0200 -@@ -424,7 +424,7 @@ +--- htdocs/Makefile.in.orig 2013-03-04 14:07:55.000000000 +0100 ++++ htdocs/Makefile.in 2013-05-20 12:58:07.514020869 +0200 +@@ -433,7 +433,7 @@ install-data-local: $(MKDIR) -p $(DESTDIR)$(HTDOCSDIR) $(ECHO) "#!/bin/sh" > $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist -- $(ECHO) "$(prefix)/bin/smokeping_cgi $(prefix)/etc/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist -+ $(ECHO) "$(prefix)/bin/smokeping_cgi $(sysconfdir)/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist +- $(ECHO) "exec $(prefix)/bin/smokeping_cgi $(prefix)/etc/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist ++ $(ECHO) "exec $(prefix)/bin/smokeping_cgi $(sysconfdir)/config" >> $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist chmod +x $(DESTDIR)$(HTDOCSDIR)/smokeping.fcgi.dist # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/net-mgmt/smokeping/pkg-plist b/net-mgmt/smokeping/pkg-plist index 696f03202b4e..f0fb763c9240 100644 --- a/net-mgmt/smokeping/pkg-plist +++ b/net-mgmt/smokeping/pkg-plist @@ -101,6 +101,7 @@ smokeping/lib/Smokeping/probes/basefork.pm smokeping/lib/Smokeping/probes/basevars.pm smokeping/lib/Smokeping/probes/passwordchecker.pm smokeping/lib/Smokeping/probes/skel.pm +smokeping/lib/Smokeping/probes/SendEmail.pm smokeping/lib/Smokeping/sorters/Loss.pm smokeping/lib/Smokeping/sorters/Max.pm smokeping/lib/Smokeping/sorters/Median.pm |