diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-27 23:00:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-27 23:00:00 +0000 |
commit | 3be097f0dd154d9553e637385f23c420a37de10e (patch) | |
tree | cf60f20d81397079d016781cd6d48fefdccb812d /comms/scmxx | |
parent | 0582310433c1a18535b5c412369e79519cfd0c81 (diff) | |
download | pkgsrc-3be097f0dd154d9553e637385f23c420a37de10e.tar.gz |
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 (limited to 'comms/scmxx')
-rw-r--r-- | comms/scmxx/Makefile | 5 | ||||
-rw-r--r-- | comms/scmxx/distinfo | 7 | ||||
-rw-r--r-- | comms/scmxx/patches/patch-aa | 18 |
3 files changed, 24 insertions, 6 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 30a878f3609..6ef50411941 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -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 --git a/comms/scmxx/distinfo b/comms/scmxx/distinfo index 3f40eefb9f0..b071b119b16 100644 --- a/comms/scmxx/distinfo +++ b/comms/scmxx/distinfo @@ -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 --git a/comms/scmxx/patches/patch-aa b/comms/scmxx/patches/patch-aa new file mode 100644 index 00000000000..8e6a3f651f5 --- /dev/null +++ b/comms/scmxx/patches/patch-aa @@ -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: |