diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2019-04-30 20:11:26 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2019-04-30 20:11:26 +0800 |
commit | e45f5ffcdbdbdc0f56b821639f5a149ff3a52429 (patch) | |
tree | ef3588a3dffae8b9b8429cb70a2f8f91af7c68f3 /sysutils/minimunin | |
parent | 3cd9f08c52d611f45fd6fa3ebd2beed25e0e42f8 (diff) | |
download | freebsd-ports-gnome-e45f5ffcdbdbdc0f56b821639f5a149ff3a52429.tar.gz freebsd-ports-gnome-e45f5ffcdbdbdc0f56b821639f5a149ff3a52429.tar.zst freebsd-ports-gnome-e45f5ffcdbdbdc0f56b821639f5a149ff3a52429.zip |
Update sysutils/minimunin from v0.3 to v0.4
Changelog:
* Add laundry mem to memory builtins. Thanks to Philipp Wnsche.
Also add LICENSE.
PR: 237267
Submitted by: erdgeist@erdgeist.org (maintainer)
Diffstat (limited to 'sysutils/minimunin')
-rw-r--r-- | sysutils/minimunin/Makefile | 8 | ||||
-rw-r--r-- | sysutils/minimunin/distinfo | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sysutils/minimunin/Makefile b/sysutils/minimunin/Makefile index 1135f0b31fe0..d04c3a96bdb9 100644 --- a/sysutils/minimunin/Makefile +++ b/sysutils/minimunin/Makefile @@ -2,14 +2,20 @@ # $FreeBSD$ PORTNAME= minimunin -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= sysutils MASTER_SITES= http://erdgeist.org/arts/software/minimunin/ MAINTAINER= erdgeist@erdgeist.org COMMENT= Tiny munin-node implementation written in pure bourne shell +LICENSE= Beerware +LICENSE_NAME= Beerware License +LICENSE_TEXT= The code is released under the beer ware license, this means do whatever you want with it, as long as you leave this notice along with the code. Should we meet some day and you find the code is worth it, let's enjoy a beer together. +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + USES= tar:bzip2 + PLIST_FILES= bin/minimunin SUB_FILES= pkg-message diff --git a/sysutils/minimunin/distinfo b/sysutils/minimunin/distinfo index 3962ca4bb848..f693a0137d50 100644 --- a/sysutils/minimunin/distinfo +++ b/sysutils/minimunin/distinfo @@ -1,2 +1,3 @@ -SHA256 (minimunin-0.3.tar.bz2) = 7c1a57b97034c470b46db43eb06e98bde97583f09ac471edd627199df71e50a4 -SIZE (minimunin-0.3.tar.bz2) = 4711 +TIMESTAMP = 1555183997 +SHA256 (minimunin-0.4.tar.bz2) = 99cb530b365e79ba4e657cb0eae783d71908b7bf23e78d95490b81ee09a1353f +SIZE (minimunin-0.4.tar.bz2) = 4703 |