Date: Sun, 29 Jun 2014 21:17:54 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359793 - head/net/quoted Message-ID: <201406292117.s5TLHsrL042290@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Jun 29 21:17:54 2014 New Revision: 359793 URL: http://svnweb.freebsd.org/changeset/ports/359793 QAT: https://qat.redports.org/buildarchive/r359793/ Log: - Stage - Update to 1.01 PR: 191492 Submitted by: Bob Frazier <bobf@mrp3.com> (maintainer) Modified: head/net/quoted/Makefile head/net/quoted/distinfo head/net/quoted/pkg-plist Modified: head/net/quoted/Makefile ============================================================================== --- head/net/quoted/Makefile Sun Jun 29 20:44:35 2014 (r359792) +++ head/net/quoted/Makefile Sun Jun 29 21:17:54 2014 (r359793) @@ -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/webuti 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> Modified: head/net/quoted/distinfo ============================================================================== --- head/net/quoted/distinfo Sun Jun 29 20:44:35 2014 (r359792) +++ head/net/quoted/distinfo Sun Jun 29 21:17:54 2014 (r359793) @@ -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 Modified: head/net/quoted/pkg-plist ============================================================================== --- head/net/quoted/pkg-plist Sun Jun 29 20:44:35 2014 (r359792) +++ head/net/quoted/pkg-plist Sun Jun 29 21:17:54 2014 (r359793) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406292117.s5TLHsrL042290>