From owner-svn-ports-all@FreeBSD.ORG Fri Jul 4 02:48:08 2014 Return-Path: Delivered-To: svn-ports-all@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 A38907C4; Fri, 4 Jul 2014 02:48:08 +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 90E7F226B; Fri, 4 Jul 2014 02:48:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s642m863048104; Fri, 4 Jul 2014 02:48:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s642m8OU048103; Fri, 4 Jul 2014 02:48:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407040248.s642m8OU048103@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Jul 2014 02:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360509 - head/net-mgmt/2ping X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2014 02:48:08 -0000 Author: sunpoet Date: Fri Jul 4 02:48:08 2014 New Revision: 360509 URL: http://svnweb.freebsd.org/changeset/ports/360509 QAT: https://qat.redports.org/buildarchive/r360509/ Log: - Add my LOCAL to MASTER_SITES - Cosmetic change Modified: head/net-mgmt/2ping/Makefile Modified: head/net-mgmt/2ping/Makefile ============================================================================== --- head/net-mgmt/2ping/Makefile Fri Jul 4 02:08:40 2014 (r360508) +++ head/net-mgmt/2ping/Makefile Fri Jul 4 02:48:08 2014 (r360509) @@ -4,7 +4,8 @@ PORTNAME= 2ping PORTVERSION= 2.1.1 PORTREVISION= 1 CATEGORIES= net-mgmt perl5 -MASTER_SITES= http://www.finnie.org/software/2ping/ +MASTER_SITES= http://www.finnie.org/software/2ping/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bi-directional ping utility @@ -15,12 +16,13 @@ BUILD_DEPENDS= p5-Digest-CRC>=0:${PORTSD p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 -PLIST_FILES= bin/2ping man/man1/2ping.1.gz +PLIST_FILES= bin/2ping \ + man/man1/2ping.1.gz -post-extract: - @${REINPLACE_CMD} -e 's/2ping.1p/2ping.1/' ${WRKSRC}/Makefile.PL +post-patch: + @${REINPLACE_CMD} -e 's|2ping.1p|2ping.1|' ${WRKSRC}/Makefile.PL .include