diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 22:12:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-24 22:12:38 +0800 |
commit | edba76ee9f647dca38aa60017d8f2167be2e65a8 (patch) | |
tree | 113863fad048de581ee90bed344a73776a3b3139 | |
parent | a1459a1eeacbd0e2a067f22d30b37863f35d76a7 (diff) | |
download | freebsd-ports-gnome-edba76ee9f647dca38aa60017d8f2167be2e65a8.tar.gz freebsd-ports-gnome-edba76ee9f647dca38aa60017d8f2167be2e65a8.tar.zst freebsd-ports-gnome-edba76ee9f647dca38aa60017d8f2167be2e65a8.zip |
- Update to 20160515
- While here, add missing WWW
PR: 209555
Submitted by: lifanov@mail.lifanov.com (maintainer)
-rw-r--r-- | games/wtf/Makefile | 2 | ||||
-rw-r--r-- | games/wtf/distinfo | 5 | ||||
-rw-r--r-- | games/wtf/pkg-descr | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/games/wtf/Makefile b/games/wtf/Makefile index 635d0d470d8f..e1194a27e1de 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wtf -PORTVERSION= 20160507 +PORTVERSION= 20160515 CATEGORIES= games MASTER_SITES= SF/bsdwtf diff --git a/games/wtf/distinfo b/games/wtf/distinfo index c7ce78c14612..db1fd14a0367 100644 --- a/games/wtf/distinfo +++ b/games/wtf/distinfo @@ -1,2 +1,3 @@ -SHA256 (wtf-20160507.tar.gz) = 1fc0aaf9a46a3042fb205642f8ebfca6405ea92b65e4bdfb769d2b1484273167 -SIZE (wtf-20160507.tar.gz) = 24446 +TIMESTAMP = 1464098643 +SHA256 (wtf-20160515.tar.gz) = ecad5d3bcdb33e934ba9840e9e043dbcfc2c53b709bcc17964336fdc641448a3 +SIZE (wtf-20160515.tar.gz) = 24510 diff --git a/games/wtf/pkg-descr b/games/wtf/pkg-descr index 38f9f8389e12..a23448aa0c6d 100644 --- a/games/wtf/pkg-descr +++ b/games/wtf/pkg-descr @@ -1,2 +1,4 @@ Wtf is little shell script taken from NetBSD's CVS repository which looks up the meaning of one or more acronyms specified on command line. + +WWW: https://sourceforge.net/projects/bsdwtf/ |