summaryrefslogtreecommitdiff
path: root/security/gpass
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-06-21 07:29:13 +0000
committerjmmv <jmmv>2004-06-21 07:29:13 +0000
commit3695a6d92e67596b6ba57b0a2f32bed04c5259d4 (patch)
tree29e735874cfb14b93bc5be5e5504fb895c1be1bb /security/gpass
parent2e437f37d9eae9f66944d5e9663e69b84d83a86c (diff)
downloadpkgsrc-3695a6d92e67596b6ba57b0a2f32bed04c5259d4.tar.gz
Update to 0.4.4:
This is mainly a bugfix release. Sometimes EOF was not properly detected while reading the password file. This would result in an 'Line too long' error message (and some wierd behavour). Also, the current password file is now backed up before each write.
Diffstat (limited to 'security/gpass')
-rw-r--r--security/gpass/Makefile5
-rw-r--r--security/gpass/PLIST3
-rw-r--r--security/gpass/distinfo7
-rw-r--r--security/gpass/patches/patch-ab13
4 files changed, 8 insertions, 20 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile
index 52be477a95d..dc7ca6003c4 100644
--- a/security/gpass/Makefile
+++ b/security/gpass/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/05/10 16:21:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/06/21 07:29:13 jmmv Exp $
#
-DISTNAME= gpass-0.4.2
+DISTNAME= gpass-0.4.4
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpass/}
@@ -13,6 +13,7 @@ GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
+USE_PKGLOCALEDIR= YES
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
diff --git a/security/gpass/PLIST b/security/gpass/PLIST
index efe63381d35..b9605b88989 100644
--- a/security/gpass/PLIST
+++ b/security/gpass/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/05/10 16:21:54 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/06/21 07:29:13 jmmv Exp $
bin/gpass
share/applications/gpass.desktop
share/doc/gpass/ABOUT-NLS
@@ -17,6 +17,7 @@ share/gpass/main-window.glade
share/gpass/master-password-dialog.glade
share/gpass/password-entry-dialog.glade
share/gpass/remove-dialog.glade
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gpass.mo
@dirrm share/gpass
@dirrm share/doc/gpass
@comment in xdg-dirs: @dirrm share/applications
diff --git a/security/gpass/distinfo b/security/gpass/distinfo
index 8c449c7cf69..86a00b48640 100644
--- a/security/gpass/distinfo
+++ b/security/gpass/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2004/05/10 16:21:54 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2004/06/21 07:29:13 jmmv Exp $
-SHA1 (gpass-0.4.2.tar.gz) = cc79a2dcab45995a870ae6f7f4ee3fddbe2033f3
-Size (gpass-0.4.2.tar.gz) = 412583 bytes
+SHA1 (gpass-0.4.4.tar.gz) = 3b9e91e497cfee2854bef5e42a36fc31874493fb
+Size (gpass-0.4.4.tar.gz) = 415166 bytes
SHA1 (patch-aa) = 773b024a7a217efbafabe35fbe81e325f9c93589
-SHA1 (patch-ab) = 5386012d3f4996caa6cb08ba02bfc5f5d5edb209
SHA1 (patch-ac) = 07d643e195d8c56f502482e743903764a9b17e17
diff --git a/security/gpass/patches/patch-ab b/security/gpass/patches/patch-ab
deleted file mode 100644
index c1f42033fa6..00000000000
--- a/security/gpass/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2004/05/10 16:21:54 jmmv Exp $
-
---- src/Makefile.in.orig 2004-05-06 22:57:44.000000000 +0200
-+++ src/Makefile.in
-@@ -177,7 +177,7 @@ noinst_HEADERS = \
- gpass_LDFLAGS =
-
- gpass_LDADD = \
-- $(GNOME_LIBS)
-+ $(GNOME_LIBS) $(OPENSSL_LIBS)
-
- subdir = src
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs