summaryrefslogtreecommitdiff
path: root/ham/grig
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2016-07-14 12:11:56 +0000
committermef <mef@pkgsrc.org>2016-07-14 12:11:56 +0000
commit0b0b5cc28931f864a369073489a142af158bb8c0 (patch)
tree847eff1e7062624b162f47d12c277ce1664248c6 /ham/grig
parent5427f3f0c1802511ac2aaa1eba19befc3e925007 (diff)
downloadpkgsrc-0b0b5cc28931f864a369073489a142af158bb8c0.tar.gz
(pkgsrc)
- drop patch, seems included in upstream with condition: #if !GLIB_CHECK_VERSION(2,32,0) (upstream) - Updated ham/grig to 0.8.1 ------------------------- GRIG 0.8.1: - Maintenance update - French l10n
Diffstat (limited to 'ham/grig')
-rw-r--r--ham/grig/Makefile5
-rw-r--r--ham/grig/PLIST6
-rw-r--r--ham/grig/distinfo11
-rw-r--r--ham/grig/patches/patch-src_main.c21
4 files changed, 11 insertions, 32 deletions
diff --git a/ham/grig/Makefile b/ham/grig/Makefile
index 63eb53b90b9..3393c1cecbd 100644
--- a/ham/grig/Makefile
+++ b/ham/grig/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.42 2015/04/25 14:23:21 tnn Exp $
+# $NetBSD: Makefile,v 1.43 2016/07/14 12:11:56 mef Exp $
#
-DISTNAME= grig-0.8.0
-PKGREVISION= 8
+DISTNAME= grig-0.8.1
CATEGORIES= ham
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/}
diff --git a/ham/grig/PLIST b/ham/grig/PLIST
index 0e359763a7a..931e61f4c84 100644
--- a/ham/grig/PLIST
+++ b/ham/grig/PLIST
@@ -1,12 +1,14 @@
-@comment $NetBSD: PLIST,v 1.6 2012/11/03 22:56:06 gdt Exp $
+@comment $NetBSD: PLIST,v 1.7 2016/07/14 12:11:56 mef Exp $
bin/grig
-lib/locale/fr/LC_MESSAGES/grig.mo
man/man1/grig.1
share/grig/AUTHORS
share/grig/COPYING
share/grig/ChangeLog
share/grig/NEWS
share/grig/README
+share/locale/de/LC_MESSAGES/grig.mo
+share/locale/fr/LC_MESSAGES/grig.mo
+share/locale/tr/LC_MESSAGES/grig.mo
share/pixmaps/grig/digits_normal.png
share/pixmaps/grig/digits_small.png
share/pixmaps/grig/grig-logo.png
diff --git a/ham/grig/distinfo b/ham/grig/distinfo
index ded5e797e3e..39135ecc894 100644
--- a/ham/grig/distinfo
+++ b/ham/grig/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/02 23:57:23 agc Exp $
+$NetBSD: distinfo,v 1.10 2016/07/14 12:11:56 mef Exp $
-SHA1 (grig-0.8.0.tar.gz) = 4de0b484dcc868eddf82ead66ef6a337592b9aee
-RMD160 (grig-0.8.0.tar.gz) = a4854280717ac38419848b70c8e4f457c3c2d7ca
-SHA512 (grig-0.8.0.tar.gz) = 204256a382dd2faf5c380d036d5c75748a24d683e1f3625cc75d5f41a3e73a57c5720cc6db3ad8968c741835516a241680af4e83c32dc0e0951731548fb82357
-Size (grig-0.8.0.tar.gz) = 514072 bytes
-SHA1 (patch-src_main.c) = 6939910340b89ec00247f920b4ffb2b487b079a3
+SHA1 (grig-0.8.1.tar.gz) = 6c93486c3d9fd692a4ce70a8274f57ef51238c4f
+RMD160 (grig-0.8.1.tar.gz) = 01deadaea1ae2e6ed3e27ada07ad4557039ddf8c
+SHA512 (grig-0.8.1.tar.gz) = 84eda8db5d18324f26f0775483c8272296aad05dd75f0572c01a3c7af6dbd14bff7b98cc6a61fe3c43d25193866be4b3dafdc4e68dfc37217e88b53ca53266f9
+Size (grig-0.8.1.tar.gz) = 621728 bytes
diff --git a/ham/grig/patches/patch-src_main.c b/ham/grig/patches/patch-src_main.c
deleted file mode 100644
index 922eaa1558d..00000000000
--- a/ham/grig/patches/patch-src_main.c
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-src_main.c,v 1.1 2013/06/26 21:21:26 joerg Exp $
-
---- src/main.c.orig 2013-06-26 20:34:46.000000000 +0000
-+++ src/main.c
-@@ -177,16 +177,6 @@ main (int argc, char *argv[])
-
- g_free (fname);
-
--
-- /* initialize threads; according to glib docs, this call will terminate
-- the program if threads are not supported... then why doesn''t it work
-- on FreeBSD?
-- */
-- if (!g_thread_supported ())
-- g_thread_init (NULL);
--
--
--
- /* decode command line arguments; this part of the code only sets the
- global flags and variables, whereafter we check each variable in
- descending priority order. This way it is easy to exit the program