diff options
author | wg <wg@FreeBSD.org> | 2013-07-28 23:11:44 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-07-28 23:11:44 +0800 |
commit | 15eec41f9b4fbf4095c00ed64d4828b9ab0218dd (patch) | |
tree | 31125f08ee4ceb4bee97bb5715ebec0803a18bf7 /sysutils | |
parent | 4ef669670487996f4d8f32d3fefb286cb778a200 (diff) | |
download | freebsd-ports-gnome-15eec41f9b4fbf4095c00ed64d4828b9ab0218dd.tar.gz freebsd-ports-gnome-15eec41f9b4fbf4095c00ed64d4828b9ab0218dd.tar.zst freebsd-ports-gnome-15eec41f9b4fbf4095c00ed64d4828b9ab0218dd.zip |
sysutils/downtimed: update to 0.6
- Update to 0.6
- Trim Makefile header
- Fix space for WWW in pkg-descr
Changes: http://dist.epipe.com/downtimed/NEWS
PR: ports/180892
Submitted by: Janne Snabb <snabb epipe.com> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/downtimed/Makefile | 11 | ||||
-rw-r--r-- | sysutils/downtimed/distinfo | 4 | ||||
-rw-r--r-- | sysutils/downtimed/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/downtimed/pkg-plist | 1 |
4 files changed, 6 insertions, 12 deletions
diff --git a/sysutils/downtimed/Makefile b/sysutils/downtimed/Makefile index 1bc0961135d2..985b4b7e3e7d 100644 --- a/sysutils/downtimed/Makefile +++ b/sysutils/downtimed/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: downtimed -# Date created: 2010-09-06 -# Whom: Janne Snabb <snabb@epipe.com> -# +# Created by: Janne Snabb <snabb@epipe.com> # $FreeBSD$ -# PORTNAME= downtimed -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= sysutils MASTER_SITES= http://dist.epipe.com/${PORTNAME}/ \ - http://launchpadlibrarian.net/65433766/ -DISTNAME= ${PORTNAME}-${PORTVERSION} + http://launchpadlibrarian.net/145993356/ MAINTAINER= snabb@epipe.com COMMENT= System downtime monitoring and reporting tool diff --git a/sysutils/downtimed/distinfo b/sysutils/downtimed/distinfo index d13d0ab7425b..eca8c03c3776 100644 --- a/sysutils/downtimed/distinfo +++ b/sysutils/downtimed/distinfo @@ -1,2 +1,2 @@ -SHA256 (downtimed-0.5.tar.xz) = 82e7a70fce96ffde74e7d6960505801a61364bbf0bdf4bb348726ff7390da2cf -SIZE (downtimed-0.5.tar.xz) = 80816 +SHA256 (downtimed-0.6.tar.xz) = 126eb3256b7a27c36ae40a05e5f32068344559b26d948262f24cd8f44706c68a +SIZE (downtimed-0.6.tar.xz) = 84868 diff --git a/sysutils/downtimed/pkg-descr b/sysutils/downtimed/pkg-descr index 4dd7a0a8fc5a..03f0f83d1178 100644 --- a/sysutils/downtimed/pkg-descr +++ b/sysutils/downtimed/pkg-descr @@ -12,4 +12,4 @@ a time stamp file on the disk. downtimes(1) is a command-line tool which can be used to inspect previous downtime records. -WWW: http://dist.epipe.com/downtimed/ +WWW: http://dist.epipe.com/downtimed/ diff --git a/sysutils/downtimed/pkg-plist b/sysutils/downtimed/pkg-plist index a34be79c32cc..6c4e9d31453e 100644 --- a/sysutils/downtimed/pkg-plist +++ b/sysutils/downtimed/pkg-plist @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/downtimes sbin/downtimed @exec /bin/mkdir -p /var/db/downtimed |