pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/scmxx Update to 0.8.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1801362934c
branches:  trunk
changeset: 499957:e1801362934c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 30 10:28:01 2005 +0000

description:
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)

diffstat:

 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(-)

diffs (131 lines):

diff -r 78b9af55d6f8 -r e1801362934c comms/scmxx/Makefile
--- a/comms/scmxx/Makefile      Fri Sep 30 06:04:54 2005 +0000
+++ b/comms/scmxx/Makefile      Fri Sep 30 10:28:01 2005 +0000
@@ -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 -r 78b9af55d6f8 -r e1801362934c comms/scmxx/distinfo
--- a/comms/scmxx/distinfo      Fri Sep 30 06:04:54 2005 +0000
+++ b/comms/scmxx/distinfo      Fri Sep 30 10:28:01 2005 +0000
@@ -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 -r 78b9af55d6f8 -r e1801362934c comms/scmxx/patches/patch-aa
--- a/comms/scmxx/patches/patch-aa      Fri Sep 30 06:04:54 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 78b9af55d6f8 -r e1801362934c comms/scmxx/patches/patch-ab
--- a/comms/scmxx/patches/patch-ab      Fri Sep 30 06:04:54 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 78b9af55d6f8 -r e1801362934c comms/scmxx/patches/patch-ac
--- a/comms/scmxx/patches/patch-ac      Fri Sep 30 06:04:54 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 78b9af55d6f8 -r e1801362934c comms/scmxx/patches/patch-ad
--- a/comms/scmxx/patches/patch-ad      Fri Sep 30 06:04:54 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 78b9af55d6f8 -r e1801362934c comms/scmxx/patches/patch-ae
--- a/comms/scmxx/patches/patch-ae      Fri Sep 30 06:04:54 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 <tp%lists.linux.it@localhost>\n"
-+"Language-Team: Italian <tp%lists.linux.it@localhost>\n"
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
- 
- #: ../src/atcommand/common.c:58



Home | Main Index | Thread Index | Old Index