aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-08-21 12:28:27 +0800
committeryuri <yuri@FreeBSD.org>2018-08-21 12:28:27 +0800
commitcca445ddbcccfacf02fb9322d4ba608d5306bca8 (patch)
tree7db7225fc7fd3d7e1b0f6a4a39fc926e3d1209b2 /sysutils
parent0ccc2f241932201f6c5d13db55bd77478a50c6e3 (diff)
downloadfreebsd-ports-gnome-cca445ddbcccfacf02fb9322d4ba608d5306bca8.tar.gz
freebsd-ports-gnome-cca445ddbcccfacf02fb9322d4ba608d5306bca8.tar.zst
freebsd-ports-gnome-cca445ddbcccfacf02fb9322d4ba608d5306bca8.zip
sysutils/wait_on: Update 1.1 -> 1.1-2
jcpierri@gmail.com takes maintainership Port changes: * Code moved from the original CVS repository to the maintainer's repository on github * Update COMMENT * Add WWW PR: 230311 Submitted by: Josmar <jcpierri@gmail.com>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/wait_on/Makefile13
-rw-r--r--sysutils/wait_on/distinfo5
-rw-r--r--sysutils/wait_on/pkg-descr2
3 files changed, 13 insertions, 7 deletions
diff --git a/sysutils/wait_on/Makefile b/sysutils/wait_on/Makefile
index fcfbe6d17e3f..06f7234f7b27 100644
--- a/sysutils/wait_on/Makefile
+++ b/sysutils/wait_on/Makefile
@@ -2,15 +2,18 @@
# $FreeBSD$
PORTNAME= wait_on
-PORTVERSION= 1.1
+DISTVERSION= 1.1-2
+DISTVERSIONSUFFIX= -g2fb6f24
CATEGORIES= sysutils
-MASTER_SITES= http://weboutsourcing.cz/freebsd/ports/sysutils/wait_on/
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Enable shell scripts to monitor directories for new files
+MAINTAINER= jcpierri@gmail.com
+COMMENT= Enable shell scripts to monitor for changes on directories and files
+
+LICENSE= BSD3CLAUSE
USES= uidfix
-WRKSRC= ${WRKDIR}/wait_on
+USE_GITHUB= yes
+GH_ACCOUNT= jcpierri
PLIST_FILES= bin/wait_on man/man1/wait_on.1.gz
diff --git a/sysutils/wait_on/distinfo b/sysutils/wait_on/distinfo
index a3a78e489fdd..14eb54f4a4c3 100644
--- a/sysutils/wait_on/distinfo
+++ b/sysutils/wait_on/distinfo
@@ -1,2 +1,3 @@
-SHA256 (wait_on-1.1.tar.gz) = d7f40655f5c11e882890340826d1163050e2748de66b292c15b10d32feb6490f
-SIZE (wait_on-1.1.tar.gz) = 6254
+TIMESTAMP = 1534810907
+SHA256 (jcpierri-wait_on-1.1-2-g2fb6f24_GH0.tar.gz) = 3bcf8ed213e6a6d7bbae9b38e5b7c8ad43640ae0da1bcb33ae234e0eed93592e
+SIZE (jcpierri-wait_on-1.1-2-g2fb6f24_GH0.tar.gz) = 7555
diff --git a/sysutils/wait_on/pkg-descr b/sysutils/wait_on/pkg-descr
index 9bd6249ccff5..18b6ed165645 100644
--- a/sysutils/wait_on/pkg-descr
+++ b/sysutils/wait_on/pkg-descr
@@ -1,3 +1,5 @@
The wait_on command allows shell scripts to access the facilities provided by
kqueue(3). This allows scripts to detect files being added to directories, data
appended to files and many other things - all without polling.
+
+WWW: https://github.com/jcpierri/wait_on