- Update to 3.0
- Add an option to install the reload-browser script (disabled by default)
This commit is contained in:
parent
a1620efe60
commit
548fd70f90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376166
2 changed files with 9 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue