From rodrigo@bebik.net  Mon May 13 17:16:00 2013
Return-Path: <rodrigo@bebik.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 45B39B66
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 May 2013 17:16:00 +0000 (UTC)
	(envelope-from rodrigo@bebik.net)
Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12])
	by mx1.freebsd.org (Postfix) with ESMTP id DB38EA24
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 May 2013 17:15:58 +0000 (UTC)
Received: from sisko.workgroup (unknown [82.227.164.69])
	by smtp3-g21.free.fr (Postfix) with ESMTP id 9031AA62AE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 May 2013 19:15:51 +0200 (CEST)
Received: from sisko.workgroup (localhost [127.0.0.1])
	by sisko.workgroup (8.14.5/8.14.5) with ESMTP id r4DHFnkA034827
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 May 2013 19:15:50 +0200 (CEST)
	(envelope-from rodrigo@sisko.workgroup)
Received: (from rodrigo@localhost)
	by sisko.workgroup (8.14.5/8.14.5/Submit) id r4DHFnPF034826;
	Mon, 13 May 2013 19:15:49 +0200 (CEST)
	(envelope-from rodrigo)
Message-Id: <201305131715.r4DHFnPF034826@sisko.workgroup>
Date: Mon, 13 May 2013 19:15:49 +0200 (CEST)
From: Rodrigo (ros) OSORIO <rodrigo@bebik.net>
Reply-To: Rodrigo (ros) OSORIO <rodrigo@bebik.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: net-mgmt/smokeping upgrade to 2.6.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178569
>Category:       ports
>Synopsis:       net-mgmt/smokeping upgrade to 2.6.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    madpilot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 13 17:20:00 UTC 2013
>Closed-Date:    Fri May 24 21:20:08 UTC 2013
>Last-Modified:  Fri May 24 21:20:08 UTC 2013
>Originator:     Rodrigo (ros) OSORIO
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD sisko 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	Update smokeping port from 2.6.8 to 2.6.9
	- more careful about preventing xss attacks
	- more configurable replacements for remocular integration
	- add new probe SendEmail
	- re-initialize rand upon fork
	- add expect parameter to Curl.pm
	- FPing read fping output form stdout instead of stderr
	- title to be defined via cgi parameter when calling navigator interface
	- respect the probe timeout
        - template support for HTTP auth user
	- fork alert handler scripts so that sokeping does not block
	
>How-To-Repeat:
	
>Fix:

	



--- smokeping.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 318066)
+++ Makefile	(working copy)
@@ -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/
@@ -71,6 +71,7 @@
 		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 \
Index: distinfo
===================================================================
--- distinfo	(revision 318066)
+++ distinfo	(working copy)
@@ -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
Index: files/patch-htdocs-Makefile.in
===================================================================
--- files/patch-htdocs-Makefile.in	(revision 318066)
+++ files/patch-htdocs-Makefile.in	(working copy)
@@ -1,11 +1,10 @@
---- 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 @@
- install-data-local:
+--- htdocs/Makefile.in	2013-03-04 14:07:55.000000000 +0100
++++ htdocs/Makefile.in	2013-05-13 10:18:55.000000000 +0200
+@@ -434,6 +434,7 @@
  	$(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.
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 318066)
+++ pkg-plist	(working copy)
@@ -101,6 +101,7 @@
 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
--- smokeping.diff ends here ---

>Release-Note:
>Audit-Trail:

From: Rodrigo (ros) OSORIO <rodrigo@bebik.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: ports/178569: net-mgmt/smokeping upgrade to 2.6.9
Date: Mon, 13 May 2013 19:15:49 +0200 (CEST)

 >Number:         178569
 >Category:       ports
 >Synopsis:       net-mgmt/smokeping upgrade to 2.6.9
 >Confidential:   no
 >Severity:       non-critical
 >Priority:       low
 >Responsible:    freebsd-ports-bugs
 >State:          open
 >Quarter:        
 >Keywords:       
 >Date-Required:
 >Class:          maintainer-update
 >Submitter-Id:   current-users
 >Arrival-Date:   Mon May 13 17:20:00 UTC 2013
 >Closed-Date:
 >Last-Modified:
 >Originator:     Rodrigo (ros) OSORIO
 >Release:        FreeBSD 9.0-RELEASE amd64
 >Organization:
 >Environment:
 System: FreeBSD sisko 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
 
 
 	
 >Description:
 	Update smokeping port from 2.6.8 to 2.6.9
 	- more careful about preventing xss attacks
 	- more configurable replacements for remocular integration
 	- add new probe SendEmail
 	- re-initialize rand upon fork
 	- add expect parameter to Curl.pm
 	- FPing read fping output form stdout instead of stderr
 	- title to be defined via cgi parameter when calling navigator interface
 	- respect the probe timeout
         - template support for HTTP auth user
 	- fork alert handler scripts so that sokeping does not block
 	
 >How-To-Repeat:
 	
 >Fix:
 
 	
 
 
 
 --- smokeping.diff begins here ---
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 318066)
 +++ Makefile	(working copy)
 @@ -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/
 @@ -71,6 +71,7 @@
  		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 \
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 318066)
 +++ distinfo	(working copy)
 @@ -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
 Index: files/patch-htdocs-Makefile.in
 ===================================================================
 --- files/patch-htdocs-Makefile.in	(revision 318066)
 +++ files/patch-htdocs-Makefile.in	(working copy)
 @@ -1,11 +1,10 @@
 ---- 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 @@
 - install-data-local:
 +--- htdocs/Makefile.in	2013-03-04 14:07:55.000000000 +0100
 ++++ htdocs/Makefile.in	2013-05-13 10:18:55.000000000 +0200
 +@@ -434,6 +434,7 @@
   	$(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.
 Index: pkg-plist
 ===================================================================
 --- pkg-plist	(revision 318066)
 +++ pkg-plist	(working copy)
 @@ -101,6 +101,7 @@
  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
 --- smokeping.diff ends here ---
 
 >Release-Note:
 >Audit-Trail:
 >Unformatted:
 _______________________________________________
 freebsd-ports-bugs@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
 To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
Responsible-Changed-From-To: freebsd-ports-bugs->madpilot 
Responsible-Changed-By: madpilot 
Responsible-Changed-When: Mon May 20 08:35:12 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178569 

From: Guido Falsi <madpilot@FreeBSD.org>
To: bug-followup@FreeBSD.org, rodrigo@bebik.net
Cc:  
Subject: Re: ports/178569: net-mgmt/smokeping upgrade to 2.6.9
Date: Fri, 24 May 2013 11:48:33 +0200

 This is a multi-part message in MIME format.
 --------------010502040708050801060103
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 hi!
 
 I found a little glitch in your port.
 
 Attached revised patch fixes it.
 
 Trick is in these two lines added to the Makefile:
 +	${MKDIR} ${PREFIX}/var/smokeping
 +	${CHOWN} -R ${USERS}:${GROUPS} ${PREFIX}/var/smokeping
 
 
 The port has @exec mkdir for prefix/var/smokeping. #exec lines are 
 executed only when installing from package though. Not when using make 
 install from the port.
 
 The mkdir is required to cover that second case.
 
 BTW this went unnoticed since old packaging tools ignored the missing 
 directory error and when installing from package later did create it. 
 The pkgng tools are not that forgiving and fail hard when noticing the 
 missing file.
 
 Can you approve this patch?
 
 Thanks.
 
 -- 
 Guido Falsi <madpilot@FreeBSD.org>
 
 --------------010502040708050801060103
 Content-Type: text/plain; charset=us-ascii;
  name="smokeping.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="smokeping.diff"
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 318937)
 +++ Makefile	(working copy)
 @@ -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 @@
  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 @@
  		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_DEFAULT=	FPING
  
  .include <bsd.port.options.mk>
 +
  .if ${PORT_OPTIONS:MFPING}
  RUN_DEPENDS+=	${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping
  .endif
 @@ -169,6 +171,8 @@
  	[ -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
 Index: distinfo
 ===================================================================
 --- distinfo	(revision 318937)
 +++ distinfo	(working copy)
 @@ -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
 Index: files/patch-htdocs-Makefile.in
 ===================================================================
 --- files/patch-htdocs-Makefile.in	(revision 318937)
 +++ files/patch-htdocs-Makefile.in	(working copy)
 @@ -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.
 Index: pkg-plist
 ===================================================================
 --- pkg-plist	(revision 318937)
 +++ pkg-plist	(working copy)
 @@ -101,6 +101,7 @@
  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
 
 --------------010502040708050801060103--

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178569: commit references a PR
Date: Fri, 24 May 2013 21:19:52 +0000 (UTC)

 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 <rodrigo@bebik.net> (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 <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
 
 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: madpilot 
State-Changed-When: Fri May 24 21:20:06 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178569 
>Unformatted:
