svn commit: r443762 - head/net/wping

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 17 10:02:43 UTC 2017


Author: sunpoet
Date: Sat Jun 17 10:02:42 2017
New Revision: 443762
URL: https://svnweb.freebsd.org/changeset/ports/443762

Log:
  Remove Perl core modules
  
  - While I'm here, add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/net/wping/Makefile

Modified: head/net/wping/Makefile
==============================================================================
--- head/net/wping/Makefile	Sat Jun 17 10:02:37 2017	(r443761)
+++ head/net/wping/Makefile	Sat Jun 17 10:02:42 2017	(r443762)
@@ -3,16 +3,16 @@
 
 PORTNAME=	wping
 PORTVERSION=	0.1a
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
 MASTER_SITES=	http://freebsdcluster.org/~mich/software/
 
 MAINTAINER=	mich at FreeBSD.org
 COMMENT=	Web-based graphical ping log
 
-RUN_DEPENDS=	p5-GD>=0:graphics/p5-GD \
-		p5-Time-HiRes>=0:devel/p5-Time-HiRes
+RUN_DEPENDS=	p5-GD>=0:graphics/p5-GD
 
+NO_ARCH=	yes
 USES=		perl5 tar:bzip2 shebangfix
 SHEBANG_FILES=	wping.pl
 NO_BUILD=	yes


More information about the svn-ports-all mailing list