From owner-svn-ports-head@freebsd.org Wed Aug 7 01:16:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A180B9515; Wed, 7 Aug 2019 01:16:31 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 463D9W1lHYz41cR; Wed, 7 Aug 2019 01:16:31 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F34724DA0; Wed, 7 Aug 2019 01:16:30 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x771GUKc031641; Wed, 7 Aug 2019 01:16:30 GMT (envelope-from jgh@FreeBSD.org) Received: (from jgh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x771GUxF031639; Wed, 7 Aug 2019 01:16:30 GMT (envelope-from jgh@FreeBSD.org) Message-Id: <201908070116.x771GUxF031639@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jgh set sender to jgh@FreeBSD.org using -f From: Jason Helfman Date: Wed, 7 Aug 2019 01:16:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508289 - head/sysutils/xjobs X-SVN-Group: ports-head X-SVN-Commit-Author: jgh X-SVN-Commit-Paths: head/sysutils/xjobs X-SVN-Commit-Revision: 508289 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2019 01:16:31 -0000 Author: jgh (doc committer) Date: Wed Aug 7 01:16:30 2019 New Revision: 508289 URL: https://svnweb.freebsd.org/changeset/ports/508289 Log: - update to 20190725 - shift to gmake for build - pet portlint Release 20190725: ================= - autoconf scripts update - added build description for cmake - added build dependency calculation - added support for PAGER environment variable - make now stores object files in build directory - removed some dead code - changed default log level to status - reworked/simplified logging code > Description of fields to fill in above: 76 columns --| > PR: If and which Problem Report is related. > Submitted by: If someone else sent in the change. > Reported by: If someone else reported the issue. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization (each collaborator). > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Empty fields above will be automatically removed. M xjobs/Makefile M xjobs/distinfo Modified: head/sysutils/xjobs/Makefile head/sysutils/xjobs/distinfo Modified: head/sysutils/xjobs/Makefile ============================================================================== --- head/sysutils/xjobs/Makefile Tue Aug 6 22:45:08 2019 (r508288) +++ head/sysutils/xjobs/Makefile Wed Aug 7 01:16:30 2019 (r508289) @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= xjobs -PORTVERSION= 20170829 +PORTVERSION= 20190725 CATEGORIES= sysutils MASTER_SITES= http://www.maier-komor.de/xjobs/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jgh@FreeBSD.org COMMENT= Utility reads job descriptions line by line and executes in parallel LICENSE= GPLv2 +USES= tar:tgz gmake + GNU_CONFIGURE= yes PLIST_FILES= bin/xjobs man/man1/xjobs.1.gz -USES= tar:tgz -PORTDOCS= ChangeLog README +PORTDOCS= ChangeLog README.md OPTIONS_DEFINE= DOCS Modified: head/sysutils/xjobs/distinfo ============================================================================== --- head/sysutils/xjobs/distinfo Tue Aug 6 22:45:08 2019 (r508288) +++ head/sysutils/xjobs/distinfo Wed Aug 7 01:16:30 2019 (r508289) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532707374 -SHA256 (xjobs-20170829.tgz) = ebbd0b7fa90451773732680e6d0afe426c75150ad5ec7bce77537d109afcc6da -SIZE (xjobs-20170829.tgz) = 109732 +TIMESTAMP = 1565133472 +SHA256 (xjobs-20190725.tgz) = 1583e9fe6d93493f6d8d6f1652413c3a4694630112d0294f0d49d629afa9fa78 +SIZE (xjobs-20190725.tgz) = 113216