diff options
author | swills <swills@FreeBSD.org> | 2014-06-30 05:17:54 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-06-30 05:17:54 +0800 |
commit | b9171e4af51ecd3c32b4cb3e0c7b7164076d4fab (patch) | |
tree | 1ca6f6c90a13857cade64b0b0b1a01f9dc324cf4 /net | |
parent | 57a15d8e32646a17467218022dd5a61864acb0cc (diff) | |
download | freebsd-ports-gnome-b9171e4af51ecd3c32b4cb3e0c7b7164076d4fab.tar.gz freebsd-ports-gnome-b9171e4af51ecd3c32b4cb3e0c7b7164076d4fab.tar.zst freebsd-ports-gnome-b9171e4af51ecd3c32b4cb3e0c7b7164076d4fab.zip |
- Stage
- Update to 1.01
PR: 191492
Submitted by: Bob Frazier <bobf@mrp3.com> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/quoted/Makefile | 5 | ||||
-rw-r--r-- | net/quoted/distinfo | 4 | ||||
-rw-r--r-- | net/quoted/pkg-plist | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/net/quoted/Makefile b/net/quoted/Makefile index 906a2d2299e2..426db2b0af92 100644 --- a/net/quoted/Makefile +++ b/net/quoted/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quoted -PORTVERSION= 1.0 +PORTVERSION= 1.01 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.mrp3.com/webutil/ @@ -10,12 +10,9 @@ MASTER_SITES= http://www.mrp3.com/webutil/ MAINTAINER= bobf@mrp3.com COMMENT= Easily configured QOTD daemon with over 130 good quality quotes -MAN1= quoted.1 -MANCOMPRESSED= no GNU_CONFIGURE= yes USES= gmake USE_RC_SUBR= ${PORTNAME} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/quoted/distinfo b/net/quoted/distinfo index e7c116962d83..d2efce9aabbd 100644 --- a/net/quoted/distinfo +++ b/net/quoted/distinfo @@ -1,2 +1,2 @@ -SHA256 (quoted-1.0.tar.gz) = f2e119ac5e7ebd66aca098aa11771972900586237ffe67dba14f5b796021bd05 -SIZE (quoted-1.0.tar.gz) = 121047 +SHA256 (quoted-1.01.tar.gz) = d45095339be2d7224b68c951ce588cdfc4af0c160bffcae7c04ecfd527181d45 +SIZE (quoted-1.01.tar.gz) = 137610 diff --git a/net/quoted/pkg-plist b/net/quoted/pkg-plist index 8219cfea32c5..d5061dbc17c3 100644 --- a/net/quoted/pkg-plist +++ b/net/quoted/pkg-plist @@ -2,4 +2,4 @@ @unexec rm -f /var/run/quoted.pid bin/quoted etc/quotes -etc/rc.d/quoted.sh +man/man1/quoted.1.gz |