diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-01-03 19:38:55 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-01-03 19:38:55 +0000 |
commit | 548fd70f90cc1fd69fe1cdacf17570ce93f88b50 (patch) | |
tree | 00da6256556ffb2cffb9808805df4d9f0abed46e /sysutils/entr | |
parent | a1620efe60f8cb23b3a9a0a04642ca20dbc62af4 (diff) | |
download | ports-548fd70f90cc1fd69fe1cdacf17570ce93f88b50.tar.gz ports-548fd70f90cc1fd69fe1cdacf17570ce93f88b50.zip |
Notes
Diffstat (limited to 'sysutils/entr')
-rw-r--r-- | sysutils/entr/Makefile | 10 | ||||
-rw-r--r-- | sysutils/entr/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sysutils/entr/Makefile b/sysutils/entr/Makefile index bfd1cffc593e..4e240fa899e8 100644 --- a/sysutils/entr/Makefile +++ b/sysutils/entr/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= entr -PORTVERSION= 2.9 +PORTVERSION= 3.0 CATEGORIES= sysutils MASTER_SITES= http://entrproject.org/code/ \ https://bitbucket.org/eradman/entr/get/ @@ -13,11 +13,15 @@ COMMENT= Runs arbitrary commands when files change # All the code used in FreeBSD is under ISCL license. LICENSE= ISCL -WRKSRC= ${WRKDIR}/eradman-entr-a0fcbd830bd9 +WRKSRC= ${WRKDIR}/eradman-entr-d69fc3f5af94 MAKEFILE= Makefile.bsd MAKE_ARGS= MANPREFIX=${MANPREFIX}/man -PLIST_FILES= bin/entr man/man1/entr.1.gz +PLIST_FILES= bin/entr man/man1/entr.1.gz bin/reload-browser + +OPTIONS_DEFINE= RELOAD-BROWSER +RELOAD-BROWSER_DESC= Script to refresh the active tab in your browser +RELOAD-BROWSER_RUN_DEPENDS= xdotool:${PORTSDIR}/x11/xdotool regression-test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} ${MAKE_ARGS} test) diff --git a/sysutils/entr/distinfo b/sysutils/entr/distinfo index 51b8d1965a21..95153cad41a5 100644 --- a/sysutils/entr/distinfo +++ b/sysutils/entr/distinfo @@ -1,2 +1,2 @@ -SHA256 (entr-2.9.tar.gz) = 9fa4a06f92dc5aaed9d822d80400f96cd46ee4e0909f59e31c3c3d91d9f301c1 -SIZE (entr-2.9.tar.gz) = 22254 +SHA256 (entr-3.0.tar.gz) = dccf590c10e673111b2a2ae23deb487e26fbde86583596b0badb14e9c5fdbeb2 +SIZE (entr-3.0.tar.gz) = 23059 |