summaryrefslogtreecommitdiff
path: root/security/MyPasswordSafe
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-11-30 18:51:31 +0000
committerjoerg <joerg@pkgsrc.org>2006-11-30 18:51:31 +0000
commit394907382d01335dd74c44910708785a2eebc336 (patch)
tree8ef2cc4f93568d1bd85b268e2a8508c6a57ea8db /security/MyPasswordSafe
parent11b9d6da3ba86221344d9ad8f738bb3684931abb (diff)
downloadpkgsrc-394907382d01335dd74c44910708785a2eebc336.tar.gz
The oracle says that FOO= ${FOO} to get the variable from the environment
in Makefile is a really bad and stupid idea. Kill it.
Diffstat (limited to 'security/MyPasswordSafe')
-rw-r--r--security/MyPasswordSafe/distinfo4
-rw-r--r--security/MyPasswordSafe/patches/patch-aa20
2 files changed, 19 insertions, 5 deletions
diff --git a/security/MyPasswordSafe/distinfo b/security/MyPasswordSafe/distinfo
index d32956ee778..97c75143da9 100644
--- a/security/MyPasswordSafe/distinfo
+++ b/security/MyPasswordSafe/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2006/03/29 22:14:18 wiz Exp $
+$NetBSD: distinfo,v 1.7 2006/11/30 18:51:31 joerg Exp $
SHA1 (MyPasswordSafe-20060326.src.tgz) = 355aa95e9388a1685c3420d0ed524ff4cd180d9c
RMD160 (MyPasswordSafe-20060326.src.tgz) = a0acc078b7cda1e969bf74c28d86d60360ce381b
Size (MyPasswordSafe-20060326.src.tgz) = 835296 bytes
-SHA1 (patch-aa) = 2e0b231b50a39d48b7124381f27e0de968c8e7bf
+SHA1 (patch-aa) = ef524bde4c75a822bdf035a828242e6eec5fd652
SHA1 (patch-ab) = 41f42aa0fa4f9d97431a9a01807a0a2cc838a753
SHA1 (patch-ac) = f2a1911cb3a7b0de9d99e8ec70299a79c2392b4a
SHA1 (patch-ad) = 56179239b4ab92ee83f792432bc07c1501e1cdad
diff --git a/security/MyPasswordSafe/patches/patch-aa b/security/MyPasswordSafe/patches/patch-aa
index 74353abda6e..a97945898ff 100644
--- a/security/MyPasswordSafe/patches/patch-aa
+++ b/security/MyPasswordSafe/patches/patch-aa
@@ -1,8 +1,22 @@
-$NetBSD: patch-aa,v 1.2 2005/11/17 22:12:37 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2006/11/30 18:51:32 joerg Exp $
---- Makefile.orig 2004-12-06 14:14:53.000000000 +0100
+--- Makefile.orig 2004-12-06 13:14:53.000000000 +0000
+++ Makefile
-@@ -29,7 +29,7 @@ MyPasswordSafe.mak: MyPasswordSafe.pro
+@@ -11,13 +11,6 @@ endif
+ QMAKE=qmake
+ DATE=$(shell date +%Y%m%d)
+ VERSION=0.6.7
+-ifndef USER
+- # get the user's name from the environment
+- USER=$(USER)
+-endif
+-ifndef HOST
+- HOST=$(shell hostname)
+-endif
+
+ all: MyPasswordSafe
+
+@@ -29,7 +22,7 @@ MyPasswordSafe.mak: MyPasswordSafe.pro
MyPasswordSafe: config uuid-1.0.0/.libs/libuuid.a MyPasswordSafe.mak
${MAKE} -f MyPasswordSafe.mak