Date: Sat, 17 Jun 2017 10:02:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443762 - head/net/wping Message-ID: <201706171002.v5HA2glD085123@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706171002.v5HA2glD085123>