svn commit: r359060 - head/net/wping

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 24 08:18:36 UTC 2014


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 at 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 <bsd.port.mk>

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
+ at sample etc/wping.conf.sample


More information about the svn-ports-head mailing list