From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 30 09:40:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDDE2331 for ; Sun, 30 Dec 2012 09:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 900498FC17 for ; Sun, 30 Dec 2012 09:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBU9e06w086189 for ; Sun, 30 Dec 2012 09:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBU9e0ZS086187; Sun, 30 Dec 2012 09:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 30 Dec 2012 09:40:00 GMT Resent-Message-Id: <201212300940.qBU9e0ZS086187@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rodrigo (ros) OSORIO Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0C5225A for ; Sun, 30 Dec 2012 09:36:18 +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 F1F9F8FC08 for ; Sun, 30 Dec 2012 09:36:16 +0000 (UTC) Received: from oldfaithful.bebik.local (unknown [82.227.164.69]) by smtp3-g21.free.fr (Postfix) with ESMTP id 2C96EA6261 for ; Sun, 30 Dec 2012 10:36:10 +0100 (CET) Received: by oldfaithful.bebik.local (Postfix, from userid 1001) id 3687168D6ED; Sun, 30 Dec 2012 10:39:34 +0100 (CET) Message-Id: <20121230093934.3687168D6ED@oldfaithful.bebik.local> Date: Sun, 30 Dec 2012 10:39:34 +0100 (CET) From: Rodrigo (ros) OSORIO To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/174824: net-mgt/smokeping update and optionng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Rodrigo OSORIO \(ros\)" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2012 09:40:00 -0000 >Number: 174824 >Category: ports >Synopsis: net-mgt/smokeping update and optionng >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: Sun Dec 30 09:40:00 UTC 2012 >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: upgrade port to 2.6.8 fix perl module dependencies errors split Makefile header upgrade to optionng (submited by Mark Felder ) >How-To-Repeat: >Fix: --- smokeping-2.6.8.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 309615) +++ Makefile (working copy) @@ -1,13 +1,8 @@ -# New ports collection makefile for: SmokePing -# Date created: Tue Feb 12 22:17:40 CET 2002 -# Whom: Lars Thegler -# +# Created by: Lars Thegler # $FreeBSD$ -# PORTNAME= smokeping -PORTVERSION= 2.6.7 -PORTREVISION= 3 +PORTVERSION= 2.6.8 CATEGORIES= net-mgmt www MASTER_SITES= http://oss.oetiker.ch/smokeping/pub/ \ http://smokeping.cs.pu.edu.tw/pub/ @@ -16,14 +11,14 @@ COMMENT= Latency logging and graphing system LIB_DEPENDS= rrd.6:${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 \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww \ - p5-CGI.pm>0:${PORTSDIR}/www/p5-CGI.pm \ - p5-FCGI>0:${PORTSDIR}/www/p5-FCGI \ - p5-Config-Grammar>0:${PORTSDIR}/devel/p5-Config-Grammar \ - p5-Socket6>0:${PORTSDIR}/net/p5-Socket6 +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 \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \ + p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI \ + p5-Config-Grammar>=0:${PORTSDIR}/devel/p5-Config-Grammar \ + p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= yes @@ -109,45 +104,48 @@ SUB_LIST= USERS=${USERS} \ GROUPS=${GROUPS} -OPTIONS= FPING "Support for fping probes" on -OPTIONS+= ECHOPING "Support for EchoPing probes" off -OPTIONS+= CURL "Support for Curl probes" off -OPTIONS+= LDAP "Support for LDAP probes" off -OPTIONS+= LDAPSSL "Support for SSL-enabled LDAP probes" off -OPTIONS+= RADIUS "Support for Radius probes" off -OPTIONS+= TELNET "Support for TelnetIOSPing probes" off -OPTIONS+= DNS "Support for AnotherDNS probes" off +FPING_DESC= Support for fping probes +ECHOPING_DESC= Support for EchoPing probes +CURL_DESC= Support for Curl probes +LDAP_DESC= Support for LDAP probes +LDAPSSL_DESC= Support for SSL-enabled LDAP probes +RADIUS_DESC= Support for Radius probes +TELNET_DESC= Support for TelnetIOSPing probes +DNS_DESC= Support for AnotherDNS probes +OPTIONS_DEFINE= ECHOPING CURL RADIUS TELNET DNS FPING LDAP LDAPSSL +OPTIONS_DEFAULT= FPING + .include -.ifdef(WITH_FPING) +.if ${PORT_OPTIONS:MFPING} RUN_DEPENDS+= ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping .endif -.ifdef(WITH_ECHOPING) +.if ${PORT_OPTIONS:MECHOPING} RUN_DEPENDS+= ${LOCALBASE}/bin/echoping:${PORTSDIR}/net/echoping .endif -.ifdef(WITH_CURL) +.if ${PORT_OPTIONS:MCURL} RUN_DEPENDS+= ${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl .endif -.if defined(WITH_LDAP) || defined(WITH_LDAPSSL) +.if ${PORT_OPTIONS:MLDAP} || ${PORT_OPTIONS:MLDAPSSL} RUN_DEPENDS+= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap .endif -.ifdef(WITH_RADIUS) +.if ${PORT_OPTIONS:MRADIUS} RUN_DEPENDS+= p5-Authen-Radius>=0:${PORTSDIR}/security/p5-Authen-Radius .endif -.ifdef(WITH_LDAPSSL) +.if ${PORT_OPTIONS:MLDAPSSL} RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL .endif -.ifdef(WITH_TELNET) +.if ${PORT_OPTIONS:MTELNET} RUN_DEPENDS+= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet .endif -.ifdef(WITH_DNS) +.if ${PORT_OPTIONS:MDNS} RUN_DEPENDS+= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS .endif Index: distinfo =================================================================== --- distinfo (revision 309615) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (smokeping-2.6.7.tar.gz) = 40c07e1edd5b1f66308e3af72b21f547c948cd0afe1465934387f48ac5e3c426 -SIZE (smokeping-2.6.7.tar.gz) = 423151 +SHA256 (smokeping-2.6.8.tar.gz) = 15fd99487d01649a552d2954bc1c6b0442967a72fca51c8ff197447389b1b16c +SIZE (smokeping-2.6.8.tar.gz) = 423516 --- smokeping-2.6.8.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: