From owner-svn-ports-all@FreeBSD.ORG Tue Jun 24 08:18:36 2014 Return-Path: Delivered-To: svn-ports-all@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 576209A1; Tue, 24 Jun 2014 08:18:36 +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 451492C40; Tue, 24 Jun 2014 08:18:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5O8IaqX074812; Tue, 24 Jun 2014 08:18:36 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5O8IZvh074810; Tue, 24 Jun 2014 08:18:35 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406240818.s5O8IZvh074810@svn.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 24 Jun 2014 08:18:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359060 - head/net/wping 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: Tue, 24 Jun 2014 08:18:36 -0000 Author: vanilla Date: Tue Jun 24 08:18:35 2014 New Revision: 359060 URL: http://svnweb.freebsd.org/changeset/ports/359060 QAT: https://qat.redports.org/buildarchive/r359060/ Log: 1: Stagify. 2: use @sample on pkg-plist, bump version. Approved by: portmgr@ (blanket approval) Modified: head/net/wping/Makefile head/net/wping/pkg-plist Modified: head/net/wping/Makefile ============================================================================== --- head/net/wping/Makefile Tue Jun 24 08:09:07 2014 (r359059) +++ head/net/wping/Makefile Tue Jun 24 08:18:35 2014 (r359060) @@ -3,23 +3,22 @@ PORTNAME= wping PORTVERSION= 0.1a -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@FreeBSD.org -COMMENT= A Web-based graphical ping log +COMMENT= Web-based graphical ping log RUN_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes -USES= perl5 -USE_BZIP2= yes +USES= perl5 tar:bzip2 shebangfix +SHEBANG_FILES= wping.pl NO_BUILD= yes -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/wping.pl ${PREFIX}/bin/wping - ${INSTALL_DATA} ${WRKSRC}/wping.conf ${PREFIX}/etc/wping.conf.sample + ${INSTALL_SCRIPT} ${WRKSRC}/wping.pl ${STAGEDIR}${PREFIX}/bin/wping + ${INSTALL_DATA} ${WRKSRC}/wping.conf ${STAGEDIR}${PREFIX}/etc/wping.conf.sample .include Modified: head/net/wping/pkg-plist ============================================================================== --- head/net/wping/pkg-plist Tue Jun 24 08:09:07 2014 (r359059) +++ head/net/wping/pkg-plist Tue Jun 24 08:18:35 2014 (r359060) @@ -1,2 +1,2 @@ bin/wping -etc/wping.conf.sample +@sample etc/wping.conf.sample