From owner-svn-ports-all@freebsd.org Sat Aug 13 11:08:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C004BBB7CD7; Sat, 13 Aug 2016 11:08:49 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7649718BD; Sat, 13 Aug 2016 11:08:49 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7DB8m06033899; Sat, 13 Aug 2016 11:08:48 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7DB8m5N033896; Sat, 13 Aug 2016 11:08:48 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201608131108.u7DB8m5N033896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sat, 13 Aug 2016 11:08:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420159 - head/misc/ddate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Aug 2016 11:08:49 -0000 Author: ehaupt Date: Sat Aug 13 11:08:48 2016 New Revision: 420159 URL: https://svnweb.freebsd.org/changeset/ports/420159 Log: - Update to 0.2.2.2016062701 - Update WWW Modified: head/misc/ddate/Makefile head/misc/ddate/distinfo head/misc/ddate/pkg-descr Modified: head/misc/ddate/Makefile ============================================================================== --- head/misc/ddate/Makefile Sat Aug 13 09:03:16 2016 (r420158) +++ head/misc/ddate/Makefile Sat Aug 13 11:08:48 2016 (r420159) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ddate -PORTVERSION= 0.2.1.2016062701 +PORTVERSION= 0.2.2.2016062701 DISTVERSIONPREFIX= v PORTEPOCH= 2 CATEGORIES= misc Modified: head/misc/ddate/distinfo ============================================================================== --- head/misc/ddate/distinfo Sat Aug 13 09:03:16 2016 (r420158) +++ head/misc/ddate/distinfo Sat Aug 13 11:08:48 2016 (r420159) @@ -1,3 +1,3 @@ -TIMESTAMP = 1471035398 -SHA256 (bo0ts-ddate-v0.2.1.2016062701-899ca66_GH0.tar.gz) = a962b9170c906978e317526411ce9b9f4ace858e916d74826ee0dc19eeec6d18 -SIZE (bo0ts-ddate-v0.2.1.2016062701-899ca66_GH0.tar.gz) = 8073 +TIMESTAMP = 1471086413 +SHA256 (bo0ts-ddate-v0.2.2.2016062701-899ca66_GH0.tar.gz) = a962b9170c906978e317526411ce9b9f4ace858e916d74826ee0dc19eeec6d18 +SIZE (bo0ts-ddate-v0.2.2.2016062701-899ca66_GH0.tar.gz) = 8073 Modified: head/misc/ddate/pkg-descr ============================================================================== --- head/misc/ddate/pkg-descr Sat Aug 13 09:03:16 2016 (r420158) +++ head/misc/ddate/pkg-descr Sat Aug 13 11:08:48 2016 (r420159) @@ -1,8 +1,10 @@ Ddate prints the date in Discordian date format. -If called with no arguments, ddate will get the current system date, -convert this to the Discordian date format and print this on the stan- -dard output. Alternatively, a Gregorian date may be specified on the -command line, in the form of a numerical day, month and year. +If called with no arguments, ddate will get the current system date, convert +this to the Discordian date format and print this on the standard output. +Alternatively, a Gregorian date may be specified on the command line, in the +form of a numerical day, month and year. -WWW: http://www.subgenius.com/ +More information about subgenius can be found at http://www.subgenius.com/ + +WWW: https://github.com/bo0ts/ddate/