Date: Tue, 28 May 2019 06:42:16 +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: r502861 - head/java/sigar Message-ID: <201905280642.x4S6gG5C026102@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue May 28 06:42:15 2019 New Revision: 502861 URL: https://svnweb.freebsd.org/changeset/ports/502861 Log: java/sigar: Spell USE_PERL5 correctly Remove bogus perl run dependency. Modified: head/java/sigar/Makefile Modified: head/java/sigar/Makefile ============================================================================== --- head/java/sigar/Makefile Tue May 28 06:38:47 2019 (r502860) +++ head/java/sigar/Makefile Tue May 28 06:42:15 2019 (r502861) @@ -3,7 +3,7 @@ PORTNAME= sigar PORTVERSION= 1.7.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= java devel PKGNAMEPREFIX= java- @@ -25,7 +25,7 @@ GH_ACCOUNT= amishHammer GH_TAGNAME= b5af695 USES= perl5 -USES_PERL5= build +USE_PERL5= build USE_JAVA= yes JAVA_RUN= yes USE_GCC= any
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905280642.x4S6gG5C026102>