svn commit: r489937 - branches/2019Q1/misc/mirmon
Tobias Kortkamp
tobik at FreeBSD.org
Fri Jan 11 05:55:01 UTC 2019
Author: tobik
Date: Fri Jan 11 05:55:00 2019
New Revision: 489937
URL: https://svnweb.freebsd.org/changeset/ports/489937
Log:
MFH: r489484
misc/mirmon: Do not set USES twice and properly declare Perl run dependency
Approved by: ports-secteam runtime fix blanket
Modified:
branches/2019Q1/misc/mirmon/Makefile
Directory Properties:
branches/2019Q1/ (props changed)
Modified: branches/2019Q1/misc/mirmon/Makefile
==============================================================================
--- branches/2019Q1/misc/mirmon/Makefile Fri Jan 11 05:54:25 2019 (r489936)
+++ branches/2019Q1/misc/mirmon/Makefile Fri Jan 11 05:55:00 2019 (r489937)
@@ -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 at 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
More information about the svn-ports-branches
mailing list