Update to wtf-20190705

This commit is contained in:
bcallah 2019-07-18 23:53:24 +00:00
parent a4c3ccf8d4
commit 3e585eeb91
3 changed files with 14 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.79 2019/07/12 20:46:26 sthen Exp $
# $OpenBSD: Makefile,v 1.80 2019/07/18 23:53:24 bcallah Exp $
COMMENT = translate common internet acronyms
DISTNAME = wtf-20190623
DISTNAME = wtf-20190705
CATEGORIES = games
HOMEPAGE = https://sourceforge.net/projects/bsdwtf/

View File

@ -1,2 +1,2 @@
SHA256 (wtf-20190623.tar.gz) = YLLnjTq+ZvzZRYgb4oL1wuO5Tj1RGCU7mprd/ykgft8=
SIZE (wtf-20190623.tar.gz) = 29024
SHA256 (wtf-20190705.tar.gz) = bbG+dl7Zb56/6mbK5uRVj8rd1v8pMop+RKJttP6f/Lw=
SIZE (wtf-20190705.tar.gz) = 29515

View File

@ -1,7 +1,16 @@
$OpenBSD: patch-wtf,v 1.4 2018/01/28 08:38:28 bcallah Exp $
$OpenBSD: patch-wtf,v 1.5 2019/07/18 23:53:24 bcallah Exp $
Index: wtf
--- wtf.orig
+++ wtf
@@ -41,7 +41,7 @@ fi
if [ -z "$acronyms" ]; then
if [ -z "$ACRONYMDB" ]; then
- for f in /usr/share/misc/acronyms*; do
+ for f in /usr/local/share/misc/acronyms*; do
case $f in
*-o)
if $offensive; then
@@ -91,7 +91,7 @@ for i; do
# Try pkg_info(1) next