From owner-svn-ports-head@FreeBSD.ORG Tue Jul 29 19:16:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org 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 735753FA; Tue, 29 Jul 2014 19:16:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 4687627BD; Tue, 29 Jul 2014 19:16:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6TJGiTw002398; Tue, 29 Jul 2014 19:16:44 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6TJGhgF002395; Tue, 29 Jul 2014 19:16:43 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201407291916.s6TJGhgF002395@svn.freebsd.org> From: Kurt Jaeger Date: Tue, 29 Jul 2014 19:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363375 - in head/net-mgmt/sendip: . 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.18 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: Tue, 29 Jul 2014 19:16:44 -0000 Author: pi Date: Tue Jul 29 19:16:43 2014 New Revision: 363375 URL: http://svnweb.freebsd.org/changeset/ports/363375 QAT: https://qat.redports.org/buildarchive/r363375/ Log: net-mgmt/sendip: fix help2man script PR: 192167 Approved by: coco@executive-computing.de (maintainer) Added: head/net-mgmt/sendip/files/patch-help2man (contents, props changed) Modified: head/net-mgmt/sendip/Makefile head/net-mgmt/sendip/files/patch-Makefile Modified: head/net-mgmt/sendip/Makefile ============================================================================== --- head/net-mgmt/sendip/Makefile Tue Jul 29 19:11:51 2014 (r363374) +++ head/net-mgmt/sendip/Makefile Tue Jul 29 19:16:43 2014 (r363375) @@ -3,7 +3,7 @@ PORTNAME= sendip PORTVERSION= 2.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www.earth.li/projectpurple/files/ Modified: head/net-mgmt/sendip/files/patch-Makefile ============================================================================== --- head/net-mgmt/sendip/files/patch-Makefile Tue Jul 29 19:11:51 2014 (r363374) +++ head/net-mgmt/sendip/files/patch-Makefile Tue Jul 29 19:16:43 2014 (r363375) @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Jan 28 13:03:48 2003 -+++ Makefile Tue Jan 28 13:04:35 2003 +--- Makefile.orig 2002-10-12 19:28:00.000000000 +0200 ++++ Makefile 2014-07-27 16:43:13.000000000 +0200 @@ -1,23 +1,23 @@ #configureable stuff -PREFIX ?= /usr/local @@ -34,3 +34,12 @@ PROGS= sendip BASEPROTOS= ipv4.so ipv6.so +@@ -39,7 +39,7 @@ + $(CC) -o $@ $(LDFLAGS) $(CFLAGS) $+ ; \ + fi" + +-sendip.1: ./help2man $(PROGS) $(PROTOS) VERSION ++sendip.1: help2man $(PROGS) $(PROTOS) VERSION + ./help2man -n "Send arbitrary IP packets" -N >sendip.1 + + sendip.spec: sendip.spec.in VERSION Added: head/net-mgmt/sendip/files/patch-help2man ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/sendip/files/patch-help2man Tue Jul 29 19:16:43 2014 (r363375) @@ -0,0 +1,8 @@ +--- help2man.orig 2001-11-23 18:50:52.000000000 +0100 ++++ help2man 2014-07-27 16:48:21.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!/usr/bin/perl -w ++#!/usr/bin/env perl + + + # MODIFICATION OF GNU's help2man