summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2016-02-20 02:10:07 +0000
committerkhorben <khorben@pkgsrc.org>2016-02-20 02:10:07 +0000
commit812cb5c4b9b9a051f7a736b471f70f9ffc373283 (patch)
tree810d4cb2d64a5214f0fcf4a3eb1353fcacb6263f /comms
parent3c6b2560d0743f67d1a18f0426a4ad08eabda76f (diff)
downloadpkgsrc-812cb5c4b9b9a051f7a736b471f70f9ffc373283.tar.gz
Package DeforaOS Phone 0.5.0
This release brings: - support the latest libSystem - compatibility with Gtk+ 3 - improved hardware compatibility (GSM) - improved handling of SMS and USSD messages - new "console" plug-in - improved "profiles" plug-in - further improvements to the user interface
Diffstat (limited to 'comms')
-rw-r--r--comms/deforaos-phone/Makefile8
-rw-r--r--comms/deforaos-phone/PLIST3
-rw-r--r--comms/deforaos-phone/distinfo11
-rw-r--r--comms/deforaos-phone/patches/patch-tests_tests.sh15
4 files changed, 11 insertions, 26 deletions
diff --git a/comms/deforaos-phone/Makefile b/comms/deforaos-phone/Makefile
index 17da9f1099f..cc279e6d3b5 100644
--- a/comms/deforaos-phone/Makefile
+++ b/comms/deforaos-phone/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2015/08/24 23:46:03 khorben Exp $
+# $NetBSD: Makefile,v 1.23 2016/02/20 02:10:07 khorben Exp $
-DISTNAME= Phone-0.4.3
-PKGNAME= deforaos-phone-0.4.3
+DISTNAME= Phone-0.5.0
+PKGNAME= deforaos-phone-0.5.0
CATEGORIES= comms net
-MASTER_SITES= http://www.defora.org/os/download/download/4366/
+MASTER_SITES= http://www.defora.org/os/download/download/4421/
MAINTAINER= khorben@defora.org
HOMEPAGE= http://www.defora.org/
diff --git a/comms/deforaos-phone/PLIST b/comms/deforaos-phone/PLIST
index 7f42ebbf502..53b6937a7d1 100644
--- a/comms/deforaos-phone/PLIST
+++ b/comms/deforaos-phone/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2015/08/24 23:46:03 khorben Exp $
+@comment $NetBSD: PLIST,v 1.6 2016/02/20 02:10:07 khorben Exp $
bin/gprs
bin/phone
bin/phonectl
@@ -10,6 +10,7 @@ include/Desktop/Phone/plugin.h
lib/Phone/modem/debug.so
lib/Phone/modem/hayes.so
lib/Phone/plugins/blacklist.so
+lib/Phone/plugins/console.so
lib/Phone/plugins/debug.so
lib/Phone/plugins/engineering.so
lib/Phone/plugins/gprs.so
diff --git a/comms/deforaos-phone/distinfo b/comms/deforaos-phone/distinfo
index 4e0c7a1c2d6..a87039532f2 100644
--- a/comms/deforaos-phone/distinfo
+++ b/comms/deforaos-phone/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 01:34:53 agc Exp $
+$NetBSD: distinfo,v 1.8 2016/02/20 02:10:07 khorben Exp $
-SHA1 (Phone-0.4.3.tar.gz) = d5539cb265a13ecbe029ac05bd9c5b099d282de4
-RMD160 (Phone-0.4.3.tar.gz) = fbebb82a515120763928f80b3e529f4d3a366962
-SHA512 (Phone-0.4.3.tar.gz) = 99ab90c3ff8f8a9150ae0ff30915a1b07ee7938587c9634a068c86375c09d3bd1495cfedefbb281242a9c23e43849d32befc7c95950ef9bb567e25c101ef462f
-Size (Phone-0.4.3.tar.gz) = 312446 bytes
-SHA1 (patch-tests_tests.sh) = c05bcc660f119be2b1210671d368b3a3cc6ebbee
+SHA1 (Phone-0.5.0.tar.gz) = 59d0eba0bdb135969d5a0d0cecf2c50b717a8eb6
+RMD160 (Phone-0.5.0.tar.gz) = fcba14ca763beedabf26e2e73cdc1ffe13fc185f
+SHA512 (Phone-0.5.0.tar.gz) = a503f2dc549b0dd151ef690d031cc8dd4940625cdb93b12dde5adecdea6550c3df6984a5dd12cd17b162532ef30e9cf2ba772113ae8fd4dd3058c387943c50a2
+Size (Phone-0.5.0.tar.gz) = 317290 bytes
diff --git a/comms/deforaos-phone/patches/patch-tests_tests.sh b/comms/deforaos-phone/patches/patch-tests_tests.sh
deleted file mode 100644
index d22c39adf73..00000000000
--- a/comms/deforaos-phone/patches/patch-tests_tests.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-tests_tests.sh,v 1.1 2015/06/17 03:02:26 khorben Exp $
-
-Disable the "modems" test for now (segfaults).
-
---- tests/tests.sh.orig 2015-03-25 00:18:46.000000000 +0000
-+++ tests/tests.sh
-@@ -100,7 +100,7 @@ $DATE > "$target"
- FAILED=
- echo "Performing tests:" 1>&2
- _test "hayes"
--_test "modems"
-+#_test "modems"
- _test "pdu"
- _test "plugins"
- _test "ussd"