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.7.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/854a9cdcd017
branches: trunk
changeset: 484518:854a9cdcd017
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Nov 27 23:00:00 2004 +0000
description:
Update to 0.7.4:
support for configuration file (.scmxx/config in home directory)
add lock listing to --info
new option --lock-info to show status of locks and as switch for --info
new option --toggle-lock to toggle status of a lock
new option --dial to dial a number using remote keypad access
german translation for rpm specfile, manpage and gettext strings
russian translation: updated manpage and partially gettext
diffstat:
comms/scmxx/Makefile | 5 ++---
comms/scmxx/distinfo | 7 ++++---
comms/scmxx/patches/patch-aa | 18 ++++++++++++++++++
3 files changed, 24 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r c67810aa79c0 -r 854a9cdcd017 comms/scmxx/Makefile
--- a/comms/scmxx/Makefile Sat Nov 27 22:45:20 2004 +0000
+++ b/comms/scmxx/Makefile Sat Nov 27 23:00:00 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2004/10/03 00:13:17 tv Exp $
+# $NetBSD: Makefile,v 1.31 2004/11/27 23:00:00 wiz Exp $
#
-DISTNAME= scmxx-0.7.3
-PKGREVISION= 1
+DISTNAME= scmxx-0.7.4
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/}
EXTRACT_SUFX= .tar.bz2
diff -r c67810aa79c0 -r 854a9cdcd017 comms/scmxx/distinfo
--- a/comms/scmxx/distinfo Sat Nov 27 22:45:20 2004 +0000
+++ b/comms/scmxx/distinfo Sat Nov 27 23:00:00 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.22 2004/08/17 09:14:40 wiz Exp $
+$NetBSD: distinfo,v 1.23 2004/11/27 23:00:00 wiz Exp $
-SHA1 (scmxx-0.7.3.tar.bz2) = ef3b6fd17d670feecbea1d4917d775f9d98cd629
-Size (scmxx-0.7.3.tar.bz2) = 109384 bytes
+SHA1 (scmxx-0.7.4.tar.bz2) = 57b026e9e5e1ffa4c4b980846f8a525b7b0569e8
+Size (scmxx-0.7.4.tar.bz2) = 152086 bytes
+SHA1 (patch-aa) = 057bba85618fd5a6b75f147446e3820c86ebf06e
diff -r c67810aa79c0 -r 854a9cdcd017 comms/scmxx/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/scmxx/patches/patch-aa Sat Nov 27 23:00:00 2004 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.8 2004/11/27 23:00:00 wiz Exp $
+
+--- Makefile.in.orig 2004-09-17 13:44:29.000000000 +0200
++++ Makefile.in
+@@ -2,11 +2,11 @@ SHELL=@SHELL@
+
+ .PHONY:all
+ all:
+- for i in src po; do $(MAKE) -C $$i $@; done
++ for i in src ; do $(MAKE) -C $$i $@; done
+
+ .PHONY:install
+ install: all
+- for i in src po docs; do $(MAKE) -C $$i $@; done
++ for i in src docs; do $(MAKE) -C $$i $@; done
+
+ .PHONY:uninstall
+ uninstall:
Home |
Main Index |
Thread Index |
Old Index