From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 7 13:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8E5EBCC for ; Wed, 7 May 2014 13:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2D1F91B for ; Wed, 7 May 2014 13:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s47DU0QK028668 for ; Wed, 7 May 2014 13:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s47DU02b028661; Wed, 7 May 2014 13:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 7 May 2014 13:30:00 GMT Resent-Message-Id: <201405071330.s47DU02b028661@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, Anton Yuzhaninov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 512ABA97; Wed, 7 May 2014 13:26:34 +0000 (UTC) Received: from mail.openstat.ru (mail.openstat.ru [193.169.234.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD51C8F1; Wed, 7 May 2014 13:26:33 +0000 (UTC) Received: from freebsd8.int.vega.ru ([10.25.1.9] helo=aleph.mgmt.vega.ru) by mail.openstat.ru with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Wi1mg-000PUq-SQ; Wed, 07 May 2014 17:21:19 +0400 Received: from aleph.mgmt.vega.ru (localhost [127.0.0.1]) by aleph.mgmt.vega.ru (8.14.8/8.14.8) with ESMTP id s47DLIIK088838 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 7 May 2014 13:21:18 GMT (envelope-from citrin+pr@citrin.ru) Received: (from ayuzhaninov@localhost) by aleph.mgmt.vega.ru (8.14.8/8.14.8/Submit) id s47DLIwa088837; Wed, 7 May 2014 13:21:18 GMT (envelope-from citrin+pr@citrin.ru) Message-Id: <201405071321.s47DLIwa088837@aleph.mgmt.vega.ru> Date: Wed, 7 May 2014 13:21:18 GMT From: Anton Yuzhaninov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/189418: [PATCH] net/echoping: update to 6.0.2 Cc: sumikawa@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 13:30:01 -0000 >Number: 189418 >Category: ports >Synopsis: [PATCH] net/echoping: update to 6.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 07 13:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Anton Yuzhaninov >Release: FreeBSD 10.0-STABLE-20140501 amd64 >Organization: >Environment: System: FreeBSD aleph.mgmt.vega.ru 10.0-STABLE-20140501 FreeBSD 10.0-STABLE-20140501 #0 r265171M: Thu May 1 07:47:31 >Description: - Update to 6.0.2 - Fix some portlint warnings Port maintainer (sumikawa@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.01 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- echoping-6.0.2.patch begins here --- diff -ruN /usr/ports/net/echoping/Makefile ./Makefile --- /usr/ports/net/echoping/Makefile 2014-03-09 14:43:19.595441000 +0000 +++ ./Makefile 2014-05-07 12:59:11.000000000 +0000 @@ -2,17 +2,17 @@ # $FreeBSD: head/net/echoping/Makefile 347634 2014-03-09 14:43:19Z miwi $ PORTNAME= echoping -PORTVERSION= 6.0.0 -PORTREVISION= 4 +PORTVERSION= 6.0.2 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/ +MASTER_SITES= SF MAINTAINER= sumikawa@FreeBSD.org COMMENT= A ping-like program that uses TCP and/or HTTP -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - idn.17:${PORTSDIR}/dns/libidn +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ + libidn.so:${PORTSDIR}/dns/libidn +USES= libtool USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \ @@ -28,7 +28,6 @@ .if ${PORT_OPTIONS:MLDAP} USE_OPENLDAP= yes -MAN1+= echoping_ldap.1 PING_PLUGINS+= ldap PLIST_SUB= WITH_LDAP="" .else @@ -37,7 +36,6 @@ .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes -MAN1+= echoping_postgresql.1 PING_PLUGINS+= postgresql PLIST_SUB+= WITH_PGSQL="" .else @@ -50,7 +48,4 @@ BROKEN= Does not link on ia64 or powerpc .endif -post-patch: - @${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} -e 's|echo aout|echo elf|' - .include diff -ruN /usr/ports/net/echoping/distinfo ./distinfo --- /usr/ports/net/echoping/distinfo 2014-01-22 15:30:13.980828000 +0000 +++ ./distinfo 2014-05-07 12:02:19.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (echoping-6.0.0.tar.gz) = ec1e827a15a5a150a80f2d3abfab2e28628797a98527e82535c9a3f67e9fbfb4 -SIZE (echoping-6.0.0.tar.gz) = 1811321 +SHA256 (echoping-6.0.2.tar.gz) = 1dfa4c45bf461b2379ff91773ed7136176e2abac9e85c26bc9654942b5155eac +SIZE (echoping-6.0.2.tar.gz) = 1660983 diff -ruN /usr/ports/net/echoping/pkg-descr ./pkg-descr --- /usr/ports/net/echoping/pkg-descr 2014-01-22 15:44:51.352299000 +0000 +++ ./pkg-descr 2014-05-07 11:56:47.000000000 +0000 @@ -8,4 +8,4 @@ It's useful for checking that http servers are running and not wedged. -WWW: http://echoping.sourceforge.net/ +WWW: http://echoping.sourceforge.net/ diff -ruN /usr/ports/net/echoping/pkg-plist ./pkg-plist --- /usr/ports/net/echoping/pkg-plist 2014-03-09 14:43:19.595441000 +0000 +++ ./pkg-plist 2014-05-07 12:51:59.000000000 +0000 @@ -1,4 +1,6 @@ bin/echoping +include/echoping/compilation.h +include/echoping/echoping.h lib/echoping/dns.a lib/echoping/dns.la lib/echoping/dns.so @@ -21,7 +23,9 @@ lib/echoping/whois.so.0 man/man1/echoping.1.gz man/man1/echoping_dns.1.gz -man/man1/echoping_ldap.1.gz +%%WITH_LDAP%%man/man1/echoping_ldap.1.gz +%%WITH_PGSQL%%man/man1/echoping_postgresql.1.gz man/man1/echoping_random.1.gz man/man1/echoping_whois.1.gz +@dirrm include/echoping @dirrm lib/echoping --- echoping-6.0.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: