svn commit: r502862 - head/net/rtg

Tobias Kortkamp tobik at FreeBSD.org
Tue May 28 06:51:03 UTC 2019


Author: tobik
Date: Tue May 28 06:51:02 2019
New Revision: 502862
URL: https://svnweb.freebsd.org/changeset/ports/502862

Log:
  net/rtg: Drop nop WANT_PERL
  
  Perl seems to be wanted so add USES=perl5 instead.

Modified:
  head/net/rtg/Makefile

Modified: head/net/rtg/Makefile
==============================================================================
--- head/net/rtg/Makefile	Tue May 28 06:42:15 2019	(r502861)
+++ head/net/rtg/Makefile	Tue May 28 06:51:02 2019	(r502862)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rtg
 PORTVERSION=	0.7.4
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	net
 MASTER_SITES=	SF \
 		ftp://ftpmirror.uk/freebsd-ports/rtg/
@@ -18,8 +18,7 @@ RUN_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
 		p5-DBD-mysql>=0:databases/p5-DBD-mysql
 
 USE_RC_SUBR=	rtgpoll
-WANT_PERL=	yes
-USES=		shebangfix mysql:client ssl
+USES=		mysql:client perl5 shebangfix ssl
 SHEBANG_FILES=	etc/95.pl etc/report.pl etc/rtgtargmkr.pl.in
 SUB_FILES=	pkg-message
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list