diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-08-13 19:08:48 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-08-13 19:08:48 +0800 |
commit | 57627294c0ba7df13f15db4971bcfb02d68845e4 (patch) | |
tree | 913efbfb43ebec08e7e153f8988f6f0863732f2d /misc | |
parent | 911eb6ba20f26a2162f6eb64b89c1be1c9e65f12 (diff) | |
download | freebsd-ports-gnome-57627294c0ba7df13f15db4971bcfb02d68845e4.tar.gz freebsd-ports-gnome-57627294c0ba7df13f15db4971bcfb02d68845e4.tar.zst freebsd-ports-gnome-57627294c0ba7df13f15db4971bcfb02d68845e4.zip |
- Update to 0.2.2.2016062701
- Update WWW
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ddate/Makefile | 2 | ||||
-rw-r--r-- | misc/ddate/distinfo | 6 | ||||
-rw-r--r-- | misc/ddate/pkg-descr | 12 |
3 files changed, 11 insertions, 9 deletions
diff --git a/misc/ddate/Makefile b/misc/ddate/Makefile index d79e3d98173a..a389c5f428e4 100644 --- a/misc/ddate/Makefile +++ b/misc/ddate/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ddate -PORTVERSION= 0.2.1.2016062701 +PORTVERSION= 0.2.2.2016062701 DISTVERSIONPREFIX= v PORTEPOCH= 2 CATEGORIES= misc diff --git a/misc/ddate/distinfo b/misc/ddate/distinfo index daf1bc1cd433..5b5a39e97b7b 100644 --- a/misc/ddate/distinfo +++ b/misc/ddate/distinfo @@ -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 diff --git a/misc/ddate/pkg-descr b/misc/ddate/pkg-descr index 5c609065fc6d..d3b4cd56e837 100644 --- a/misc/ddate/pkg-descr +++ b/misc/ddate/pkg-descr @@ -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/ |