pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gpass Update to 0.4.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54214d972fbc
branches:  trunk
changeset: 474573:54214d972fbc
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun May 02 11:57:40 2004 +0000

description:
Update to 0.4.1:
This release includes some HIG compliance improvements to the dialogs and
other fixes (like a working .desktop file).

diffstat:

 security/gpass/Makefile         |   4 ++--
 security/gpass/distinfo         |  10 +++++-----
 security/gpass/patches/patch-aa |  11 +----------
 security/gpass/patches/patch-ab |  31 ++++++++++++-------------------
 4 files changed, 20 insertions(+), 36 deletions(-)

diffs (86 lines):

diff -r 4f7ba844b8e4 -r 54214d972fbc security/gpass/Makefile
--- a/security/gpass/Makefile   Sun May 02 10:37:48 2004 +0000
+++ b/security/gpass/Makefile   Sun May 02 11:57:40 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/29 08:01:23 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/02 11:57:40 jmmv Exp $
 #
 
-DISTNAME=      gpass-0.4
+DISTNAME=      gpass-0.4.1
 CATEGORIES=    security gnome
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gpass/}
 
diff -r 4f7ba844b8e4 -r 54214d972fbc security/gpass/distinfo
--- a/security/gpass/distinfo   Sun May 02 10:37:48 2004 +0000
+++ b/security/gpass/distinfo   Sun May 02 11:57:40 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/04/29 08:01:23 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2004/05/02 11:57:40 jmmv Exp $
 
-SHA1 (gpass-0.4.tar.gz) = c5e1497931db694429b02f55b049142f0bb13cf3
-Size (gpass-0.4.tar.gz) = 412756 bytes
-SHA1 (patch-aa) = 08586015b1d2896675be55666e6259cdc14e5c69
-SHA1 (patch-ab) = 65890bf6d675c2a3e769d01c7f59dc1c26612f0a
+SHA1 (gpass-0.4.1.tar.gz) = 1f54b8e3a6f33791db7c383147af525b48316616
+Size (gpass-0.4.1.tar.gz) = 433563 bytes
+SHA1 (patch-aa) = 773b024a7a217efbafabe35fbe81e325f9c93589
+SHA1 (patch-ab) = cf158163b5141632e7272820f54bfc48529018cf
diff -r 4f7ba844b8e4 -r 54214d972fbc security/gpass/patches/patch-aa
--- a/security/gpass/patches/patch-aa   Sun May 02 10:37:48 2004 +0000
+++ b/security/gpass/patches/patch-aa   Sun May 02 11:57:40 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/04/29 08:01:24 jmmv Exp $
+$NetBSD: patch-aa,v 1.2 2004/05/02 11:57:40 jmmv Exp $
 
 --- Makefile.in.orig   2004-04-27 04:32:44.000000000 +0200
 +++ Makefile.in
@@ -11,12 +11,3 @@
  gpassdoc_DATA = \
        README\
        COPYING\
-@@ -143,7 +143,7 @@ gpassdoc_DATA = \
- 
- EXTRA_DIST = $(gpassdoc_DATA)
- 
--gnomemenudir = $(prefix)/@NO_PREFIX_PACKAGE_MENU_DIR@/Applications
-+gnomemenudir = $(datadir)/applications
- gnomemenu_DATA = gpass.desktop
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff -r 4f7ba844b8e4 -r 54214d972fbc security/gpass/patches/patch-ab
--- a/security/gpass/patches/patch-ab   Sun May 02 10:37:48 2004 +0000
+++ b/security/gpass/patches/patch-ab   Sun May 02 11:57:40 2004 +0000
@@ -1,20 +1,13 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/04/29 08:01:24 jmmv Exp $
+$NetBSD: patch-ab,v 1.2 2004/05/02 11:57:40 jmmv Exp $
 
---- gpass.desktop.in.orig      2004-04-27 01:58:41.000000000 +0200
-+++ gpass.desktop.in
-@@ -1,10 +1,10 @@
--
- [Desktop Entry]
- Name=Password Manager
--Comment=Password Manager Version 0.1
--Exec=passwordmanager
--Icon=@PACKAGE_PIXMAPS_DIR@/ 
-+Comment=Manages your password collection
-+Exec=gpass
-+#Icon= Not available yet
- Terminal=false
- MultipleArgs=false
- Type=Application
--
-+StartupNotify=true
-+Categories=GNOME;Application;Utility;
+--- po/Makefile.in.in.orig     2004-04-27 01:58:47.000000000 +0200
++++ po/Makefile.in.in
+@@ -29,7 +29,7 @@ gettextsrcdir = $(datadir)/gettext/po
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) `case "$(MKINSTALLDIRS)" in /*) echo "$(MKINSTALLDIRS)" ;; *) echo "$(top_builddir)/$(MKINSTALLDIRS)" ;; esac`
++mkinstalldirs = @MKINSTALLDIRS@
+ 
+ CC = @CC@
+ GMSGFMT = @GMSGFMT@



Home | Main Index | Thread Index | Old Index