diff options
author | danilo <danilo@FreeBSD.org> | 2014-02-13 03:34:33 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-02-13 03:34:33 +0800 |
commit | 9ea8161ce1c0639fb8bb4ca75356405508215e85 (patch) | |
tree | 5c504fa9f862a5b429ebf9c062f6b0d16a89236a /sysutils | |
parent | 318c5f5b348f1909b3b5e2da468028d5febc2f13 (diff) | |
download | freebsd-ports-gnome-9ea8161ce1c0639fb8bb4ca75356405508215e85.tar.gz freebsd-ports-gnome-9ea8161ce1c0639fb8bb4ca75356405508215e85.tar.zst freebsd-ports-gnome-9ea8161ce1c0639fb8bb4ca75356405508215e85.zip |
- Update from 2.6 to 2.7
- Update the comment about the license. There is no more code under BSD3CLAUSE
- Add regression-test target (requested/suggested by the developer)
Reported by: Eric Radman <ericshane@eradman.com>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/entr/Makefile | 9 | ||||
-rw-r--r-- | sysutils/entr/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sysutils/entr/Makefile b/sysutils/entr/Makefile index 9723b1100c25..729a05411811 100644 --- a/sysutils/entr/Makefile +++ b/sysutils/entr/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= entr -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= sysutils MASTER_SITES= http://entrproject.org/code/ \ https://bitbucket.org/eradman/entr/get/ @@ -9,14 +9,17 @@ MASTER_SITES= http://entrproject.org/code/ \ MAINTAINER= danilo@FreeBSD.org COMMENT= Runs arbitrary commands when files change -# This software has code under BSD[23]CLAUSE licenses. +# This software has code under BSD2CLAUSE license. # All the code used in FreeBSD is under ISCL license. LICENSE= ISCL -WRKSRC= ${WRKDIR}/eradman-entr-8f83875c37be +WRKSRC= ${WRKDIR}/eradman-entr-1a5f856f032a MAKEFILE= Makefile.bsd MAKE_ARGS= MANPREFIX=${MANPREFIX}/man PLIST_FILES= bin/entr man/man1/entr.1.gz +regression-test: build + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} ${MAKE_ARGS} test) + .include <bsd.port.mk> diff --git a/sysutils/entr/distinfo b/sysutils/entr/distinfo index 481751567a9c..bd17e44a5fe7 100644 --- a/sysutils/entr/distinfo +++ b/sysutils/entr/distinfo @@ -1,2 +1,2 @@ -SHA256 (entr-2.6.tar.gz) = 73229916b0119f2957524f9034da1464276f0d503c26ae9fd717312e3177e5e8 -SIZE (entr-2.6.tar.gz) = 17416 +SHA256 (entr-2.7.tar.gz) = 033ef7e6b0cbcddfd083f3b17996cdb5db0b896df5d6e524180e6a1133456f0e +SIZE (entr-2.7.tar.gz) = 19342 |