Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2019 12:36:43 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489484 - head/misc/mirmon
Message-ID:  <201901061236.x06CahtT036429@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jan  6 12:36:42 2019
New Revision: 489484
URL: https://svnweb.freebsd.org/changeset/ports/489484

Log:
  misc/mirmon: Do not set USES twice and properly declare Perl run dependency

Modified:
  head/misc/mirmon/Makefile

Modified: head/misc/mirmon/Makefile
==============================================================================
--- head/misc/mirmon/Makefile	Sun Jan  6 12:27:43 2019	(r489483)
+++ head/misc/mirmon/Makefile	Sun Jan  6 12:36:42 2019	(r489484)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mirmon
 PORTVERSION=	2.11
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	http://www.staff.science.uu.nl/~penni101/mirmon/
 
@@ -10,10 +11,9 @@ MAINTAINER=	jadawin@FreeBSD.org
 COMMENT=	Monitor the status of mirrors
 
 NO_BUILD=	yes
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	run
 
-USES=		shebangfix
 SHEBANG_FILES=	${WRKSRC}/mirmon ${WRKSRC}/probe
 
 SUB_FILES=	pkg-message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901061236.x06CahtT036429>