View | Details | Raw Unified | Return to bug 237267 | Differences between
and this patch

Collapse All | Expand All

(-)./distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (minimunin-0.3.tar.bz2) = 7c1a57b97034c470b46db43eb06e98bde97583f09ac471edd627199df71e50a4
1
TIMESTAMP = 1555183997
2
SIZE (minimunin-0.3.tar.bz2) = 4711
2
SHA256 (minimunin-0.4.tar.bz2) = 99cb530b365e79ba4e657cb0eae783d71908b7bf23e78d95490b81ee09a1353f
3
SIZE (minimunin-0.4.tar.bz2) = 4703
(-)./Makefile (-2 / +8 lines)
Lines 1-15 Link Here
1
# Created by: Dirk Engling <erdgeist@erdgeist.org>
1
# Created by: Dirk Engling <erdgeist@erdgeist.org>
2
# $FreeBSD: head/sysutils/minimunin/Makefile 411383 2016-03-19 09:33:35Z wen $
2
# $FreeBSD: head/sysutils/minimunin/Makefile 363399 2014-07-29 21:43:17Z adamw $
3
3
4
PORTNAME=	minimunin
4
PORTNAME=	minimunin
5
PORTVERSION=	0.3
5
PORTVERSION=	0.4
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://erdgeist.org/arts/software/minimunin/
7
MASTER_SITES=	http://erdgeist.org/arts/software/minimunin/
8
8
9
MAINTAINER=	erdgeist@erdgeist.org
9
MAINTAINER=	erdgeist@erdgeist.org
10
COMMENT=	Tiny munin-node implementation written in pure bourne shell
10
COMMENT=	Tiny munin-node implementation written in pure bourne shell
11
11
12
LICENSE=	Beerware
13
LICENSE_NAME=	Beerware License
14
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.
15
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
16
12
USES=	tar:bzip2
17
USES=	tar:bzip2
18
13
PLIST_FILES=	bin/minimunin
19
PLIST_FILES=	bin/minimunin
14
SUB_FILES=	pkg-message
20
SUB_FILES=	pkg-message
15
21

Return to bug 237267