View | Details | Raw Unified | Return to bug 210732
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	downtimed
4
PORTNAME=	downtimed
5
PORTVERSION=	0.6
5
PORTVERSION=	1.0
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://dist.epipe.com/${PORTNAME}/ \
7
MASTER_SITES=	http://dist.epipe.com/${PORTNAME}/ \
8
		http://launchpadlibrarian.net/145993356/
8
		http://launchpadlibrarian.net/145993356/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	dbaio@bsd.com.br
11
COMMENT=	System downtime monitoring and reporting tool
11
COMMENT=	System downtime monitoring and reporting tool
12
12
13
LICENSE=	BSD2CLAUSE
13
LICENSE=	BSD2CLAUSE
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (downtimed-0.6.tar.xz) = 126eb3256b7a27c36ae40a05e5f32068344559b26d948262f24cd8f44706c68a
1
TIMESTAMP = 1467336091
2
SIZE (downtimed-0.6.tar.xz) = 84868
2
SHA256 (downtimed-1.0.tar.xz) = 8706a5aa9ed40e553a1e6a1e8b5dadd3b5e8aa5c48e6dc9eb609567807dbaee3
3
SIZE (downtimed-1.0.tar.xz) = 90736
(-)pkg-plist (+2 lines)
Lines 1-4 Link Here
1
bin/downtime
1
bin/downtimes
2
bin/downtimes
3
man/man1/downtime.1.gz
2
man/man1/downtimes.1.gz
4
man/man1/downtimes.1.gz
3
man/man8/downtimed.8.gz
5
man/man8/downtimed.8.gz
4
sbin/downtimed
6
sbin/downtimed

Return to bug 210732