diff options
Diffstat (limited to 'sysutils/porch/Makefile')
-rw-r--r-- | sysutils/porch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/porch/Makefile b/sysutils/porch/Makefile index 3f74741eed68..e3e8dff8bd53 100644 --- a/sysutils/porch/Makefile +++ b/sysutils/porch/Makefile @@ -1,10 +1,12 @@ PORTNAME= porch -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= sysutils MASTER_SITES= https://git.kevans.dev/kevans/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ PATCH_DIST_STRIP= -p1 PATCH_SITES= https://git.kevans.dev/kevans/porch/commit/ +# share: examples: actually install the mailx(1) example +PATCHFILES+= f0dbbc88f53bef4.patch MAINTAINER= kevans@FreeBSD.org COMMENT= Program orchestration tool scripted with lua |