mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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
This commit is contained in:
parent
85c0b7cf6c
commit
a2624abf4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508289
2 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue