From a937565cac65332ced7facb108a53bcc6a1d7dee Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 30 Sep 2005 10:28:01 +0000 Subject: Update to 0.8.1: 0.8.1 fixes some compilation and installation issues with *BSD (thanks to Mohacsi Janos) fixes binary memory info output automatically chooses the proper charset when sending short messages make some more long options available as short options mention all options in the help output and sort it alphabetically mingw compile environment support (Windows) Addition to 0.8.0 changelog: reset now switches phone from transparent to RCCP mode (fixes debian bug #224965) included german PO file update from debian BTS (fixes debian bug #313918) --- comms/scmxx/Makefile | 4 ++-- comms/scmxx/distinfo | 13 ++++--------- comms/scmxx/patches/patch-aa | 22 ---------------------- comms/scmxx/patches/patch-ab | 19 ------------------- comms/scmxx/patches/patch-ac | 13 ------------- comms/scmxx/patches/patch-ad | 13 ------------- comms/scmxx/patches/patch-ae | 13 ------------- 7 files changed, 6 insertions(+), 91 deletions(-) delete mode 100644 comms/scmxx/patches/patch-aa delete mode 100644 comms/scmxx/patches/patch-ab delete mode 100644 comms/scmxx/patches/patch-ac delete mode 100644 comms/scmxx/patches/patch-ad delete mode 100644 comms/scmxx/patches/patch-ae (limited to 'comms/scmxx') diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index f2ec24cd6da..e6e0e0b6682 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2005/07/20 19:13:44 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2005/09/30 10:28:01 wiz Exp $ # -DISTNAME= scmxx-0.8.0 +DISTNAME= scmxx-0.8.1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/} EXTRACT_SUFX= .tar.bz2 diff --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo index 2b9a70d4981..957522affa1 100644 --- a/comms/scmxx/distinfo +++ b/comms/scmxx/distinfo @@ -1,10 +1,5 @@ -$NetBSD: distinfo,v 1.28 2005/07/24 19:19:21 kristerw Exp $ +$NetBSD: distinfo,v 1.29 2005/09/30 10:28:01 wiz Exp $ -SHA1 (scmxx-0.8.0.tar.bz2) = 86757ac0e171d81c1887353316caf935dd260899 -RMD160 (scmxx-0.8.0.tar.bz2) = 17541ed99b736a76f380e6255d982b2283031a6a -Size (scmxx-0.8.0.tar.bz2) = 212558 bytes -SHA1 (patch-aa) = 6c448c6a0dbe4551297a976e8608e63ad950865e -SHA1 (patch-ab) = 5bd30d280e7c4ad91570f56c96de3b90f6168d77 -SHA1 (patch-ac) = a4bc9571948b032427a3b9dd3fdbdd9f1f12ebc3 -SHA1 (patch-ad) = a4f40faa7fa1c921fef7cbb059adac9ef97a0921 -SHA1 (patch-ae) = bfb5dae1dde9b2a00eec1fed5fabaefcb0587a98 +SHA1 (scmxx-0.8.1.tar.bz2) = 4a5a7735e4fb8591f1fd0d355c6936e7fdec9447 +RMD160 (scmxx-0.8.1.tar.bz2) = ca579a4a186edd4d98ebce08bee269b6ed1bab26 +Size (scmxx-0.8.1.tar.bz2) = 220540 bytes diff --git a/comms/scmxx/patches/patch-aa b/comms/scmxx/patches/patch-aa deleted file mode 100644 index cd3d30c476c..00000000000 --- a/comms/scmxx/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.10 2005/07/14 19:48:57 wiz Exp $ - ---- src/pinfile.c.orig 2005-06-08 19:49:17.000000000 +0200 -+++ src/pinfile.c -@@ -220,7 +220,7 @@ char* pinfile_get_subdata (const char* s - mem_realloc(temp,0); - if (pin != NULL) { - //find_pinpuk() already checked it -- puk = strndup(puk,strchr(puk,';')-puk); -+ puk = strn_dup(puk,strchr(puk,';')-puk); - } - } - } else { -@@ -234,7 +234,7 @@ char* pinfile_get_subdata (const char* s - } else { - print_verbose(0,"%s\n",_("found")); - //find_pinpuk() already checked it -- pin = strndup(pin,strchr(pin,';')-pin); -+ pin = strn_dup(pin,strchr(pin,';')-pin); - mem_realloc(data,0); - if (puk == NULL) { - return pin; diff --git a/comms/scmxx/patches/patch-ab b/comms/scmxx/patches/patch-ab deleted file mode 100644 index b6af155463e..00000000000 --- a/comms/scmxx/patches/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ab,v 1.9 2005/07/14 19:15:56 wiz Exp $ - ---- docs/Makefile.in.orig 2005-06-24 13:27:09.000000000 +0200 -+++ docs/Makefile.in -@@ -66,12 +66,12 @@ distclean: - .PHONY: install-$(PACKAGE_NAME).en.$(MANCAT) - install-$(PACKAGE_NAME).en.$(MANCAT): $(PACKAGE_NAME).en.$(MANCAT) - $(INSTALL) -d $(mandir)/man$(MANCAT); \ -- $(INSTALL) --mode=644 $(PACKAGE_NAME).en.$(MANCAT) $(mandir)/man$(MANCAT)/$(MAN); \ -+ $(INSTALL) -m 644 $(PACKAGE_NAME).en.$(MANCAT) $(mandir)/man$(MANCAT)/$(MAN); \ - - .PHONY: install-$(PACKAGE_NAME).%.$(MANCAT) - install-$(PACKAGE_NAME).%.$(MANCAT): $(PACKAGE_NAME).%.$(MANCAT) - $(INSTALL) -d $(mandir)/$*/man$(MANCAT); \ -- $(INSTALL) --mode=644 $(PACKAGE_NAME).$*.$(MANCAT) $(mandir)/$*/man$(MANCAT)/$(MAN); \ -+ $(INSTALL) -m 644 $(PACKAGE_NAME).$*.$(MANCAT) $(mandir)/$*/man$(MANCAT)/$(MAN); \ - - .PHONY: install - install: $(patsubst %,install-$(PACKAGE_NAME).%.$(MANCAT),$(MAN_LANGS)) diff --git a/comms/scmxx/patches/patch-ac b/comms/scmxx/patches/patch-ac deleted file mode 100644 index 4a079fbec5e..00000000000 --- a/comms/scmxx/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2005/07/14 19:15:56 wiz Exp $ - ---- po/Makefile.in.orig 2005-06-08 21:52:10.000000000 +0200 -+++ po/Makefile.in -@@ -67,7 +67,7 @@ $(POT_FILE): $(SOURCE_FILES) - .PHONY:install-%.mo - install-%.mo: %.mo - $(INSTALL) -d $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES; \ -- $(INSTALL) --mode=644 $< $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES/$(PACKAGE_NAME).mo; \ -+ $(INSTALL) -m 644 $< $(DESTDIR)$(GETTEXTDIR)/$*/LC_MESSAGES/$(PACKAGE_NAME).mo; \ - - .PHONY:install - install: $(patsubst %,install-%,$(MO_FILES)) diff --git a/comms/scmxx/patches/patch-ad b/comms/scmxx/patches/patch-ad deleted file mode 100644 index c6edf5229fd..00000000000 --- a/comms/scmxx/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2005/07/14 19:15:56 wiz Exp $ - ---- src/Makefile.in.orig 2005-06-10 20:22:12.000000000 +0200 -+++ src/Makefile.in -@@ -89,7 +89,7 @@ distclean: clean $(patsubst %,%-distclea - .PHONY: install - install: $(BINARY) - $(INSTALL) -d $(DESTDIR)$(bindir) -- $(INSTALL) --mode=755 $(BINARY) $(DESTDIR)$(bindir) -+ $(INSTALL) -m 755 $(BINARY) $(DESTDIR)$(bindir) - - .PHONY: uninstall - uninstall: diff --git a/comms/scmxx/patches/patch-ae b/comms/scmxx/patches/patch-ae deleted file mode 100644 index 3dbbc524366..00000000000 --- a/comms/scmxx/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2005/07/24 19:19:21 kristerw Exp $ - ---- po/it.po.orig Sun Jul 24 21:10:18 2005 -+++ po/it.po Sun Jul 24 21:12:26 2005 -@@ -13,7 +13,7 @@ - "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=ISO-8859-1\n" - "Content-Transfer-Encoding: 8bit\n" --"anguage-Team: Italian \n" -+"Language-Team: Italian \n" - "Plural-Forms: nplurals=2; plural=(n != 1);\n" - - #: ../src/atcommand/common.c:58 -- cgit v1.2.3