mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- 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>
This commit is contained in:
parent
362ae558d7
commit
769ef60ea9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344007
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user