From owner-svn-ports-head@FreeBSD.ORG Fri May 24 21:19:45 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A20BADC4; Fri, 24 May 2013 21:19:45 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 82BE91C7; Fri, 24 May 2013 21:19:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4OLJjYi094027; Fri, 24 May 2013 21:19:45 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4OLJiWk094023; Fri, 24 May 2013 21:19:44 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201305242119.r4OLJiWk094023@svn.freebsd.org> From: Guido Falsi Date: Fri, 24 May 2013 21:19:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319016 - in head/net-mgmt/smokeping: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 21:19:45 -0000 Author: madpilot Date: Fri May 24 21:19:44 2013 New Revision: 319016 URL: http://svnweb.freebsd.org/changeset/ports/319016 Log: - Update to 2.6.9 - Remove version numbers from LIB_DEPENDS PR: ports/178569 Submitted by: Rodrigo OSORIO (maintainer) Approved by: maintainer via private email Modified: head/net-mgmt/smokeping/Makefile (contents, props changed) head/net-mgmt/smokeping/distinfo (contents, props changed) head/net-mgmt/smokeping/files/patch-htdocs-Makefile.in (contents, props changed) head/net-mgmt/smokeping/pkg-plist (contents, props changed) Modified: head/net-mgmt/smokeping/Makefile ============================================================================== --- head/net-mgmt/smokeping/Makefile Fri May 24 20:58:30 2013 (r319015) +++ head/net-mgmt/smokeping/Makefile Fri May 24 21:19:44 2013 (r319016) @@ -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/smok 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 TEL OPTIONS_DEFAULT= FPING .include + .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 Modified: head/net-mgmt/smokeping/distinfo ============================================================================== --- head/net-mgmt/smokeping/distinfo Fri May 24 20:58:30 2013 (r319015) +++ head/net-mgmt/smokeping/distinfo Fri May 24 21:19:44 2013 (r319016) @@ -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 Modified: head/net-mgmt/smokeping/files/patch-htdocs-Makefile.in ============================================================================== --- head/net-mgmt/smokeping/files/patch-htdocs-Makefile.in Fri May 24 20:58:30 2013 (r319015) +++ head/net-mgmt/smokeping/files/patch-htdocs-Makefile.in Fri May 24 21:19:44 2013 (r319016) @@ -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. Modified: head/net-mgmt/smokeping/pkg-plist ============================================================================== --- head/net-mgmt/smokeping/pkg-plist Fri May 24 20:58:30 2013 (r319015) +++ head/net-mgmt/smokeping/pkg-plist Fri May 24 21:19:44 2013 (r319016) @@ -101,6 +101,7 @@ smokeping/lib/Smokeping/probes/basefork. 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