[118980] trunk/dports/security/pass
macsforever2000 at macports.org
macsforever2000 at macports.org
Mon Apr 14 09:52:00 PDT 2014
Revision: 118980
https://trac.macports.org/changeset/118980
Author: macsforever2000 at macports.org
Date: 2014-04-14 09:52:00 -0700 (Mon, 14 Apr 2014)
Log Message:
-----------
pass: Update to version 1.5. (#43348)
Modified Paths:
--------------
trunk/dports/security/pass/Portfile
trunk/dports/security/pass/files/Makefile.diff
trunk/dports/security/pass/files/patch-getopt-path.diff
Modified: trunk/dports/security/pass/Portfile
===================================================================
--- trunk/dports/security/pass/Portfile 2014-04-14 16:31:58 UTC (rev 118979)
+++ trunk/dports/security/pass/Portfile 2014-04-14 16:52:00 UTC (rev 118980)
@@ -1,9 +1,10 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+
+PortSystem 1.0
+
name pass
-version 1.4.2
-revision 3
+version 1.5
maintainers macports.swinbank.org:john openmaintainer
categories security
description ${name} is the standard unix password manager
@@ -11,6 +12,7 @@
platforms darwin
supported_archs noarch
homepage http://zx2c4.com/projects/password-store/
+license GPL-2+
depends_run port:git-core \
port:gnupg2 \
@@ -22,8 +24,8 @@
distname password-store-${version}
use_xz yes
-checksums rmd160 8f496a3c302ebe56bbbab002401e1a3efe1e1eaa \
- sha256 a10a8016a3d6bb32891a9a4086ac0a049587db1a55c1ac3b431c66189bc1a302
+checksums rmd160 599e0c35e0511874093341e34971f75bfb8f91fa \
+ sha256 6d3f327b039bb64157662d3d11af5ecebd3774b886ad6e52a684654d9914a8f3
patchfiles Makefile.diff \
patch-getopt-path.diff
Modified: trunk/dports/security/pass/files/Makefile.diff
===================================================================
--- trunk/dports/security/pass/files/Makefile.diff 2014-04-14 16:31:58 UTC (rev 118979)
+++ trunk/dports/security/pass/files/Makefile.diff 2014-04-14 16:52:00 UTC (rev 118980)
@@ -1,11 +1,20 @@
---- Makefile 2012-10-18 15:47:58.000000000 +0200
-+++ Makefile.new 2014-01-03 23:46:23.000000000 +0100
-@@ -30,7 +30,7 @@
- install-platform:
+--- Makefile.orig 2014-04-14 14:05:12.000000000 +0200
++++ Makefile 2014-04-14 14:08:36.000000000 +0200
+@@ -15,7 +15,7 @@
+ @mkdir -p "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(LIBDIR)" "$(DESTDIR)$(MANDIR)/man1" "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/"
+ @install -m 0755 -v src/password-store.sh "$(DESTDIR)$(BINDIR)/pass"
+ @install -m 0644 -v man/pass.1 "$(DESTDIR)$(MANDIR)/man1/pass.1"
+- @install -m 0644 -v src/completion/pass.bash-completion "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/password-store"
++ @install -m 0644 -v src/completion/pass.bash-completion "$(DESTDIR)$(PREFIX)/share/bash-completion/completions/pass"
+
+ # Uncomment to install the zsh completion file.
+ # @install -m 0644 -v src/completion/pass.zsh-completion "$(DESTDIR)$(PREFIX)/share/zsh/site-functions/_pass"
+@@ -27,7 +27,7 @@
+ install: install-pass
@install -m 0644 -v "$(PLATFORMFILE)" "$(DESTDIR)$(LIBDIR)/password-store.platform.sh"
# The -i "" doesn't work on GNU, where the extra argument isn't needed. Fortuantely, platform file is for non-GNU only.
- sed -i "" 's:.*platform-defined-functions.*:source $(DESTDIR)$(LIBDIR)/password-store.platform.sh:' "$(DESTDIR)$(BINDIR)/pass"
+ sed -i "" 's:.*platform-defined-functions.*:source $(LIBDIR)/password-store.platform.sh:' "$(DESTDIR)$(BINDIR)/pass"
else
- install-platform:
+ install: install-pass
endif
Modified: trunk/dports/security/pass/files/patch-getopt-path.diff
===================================================================
--- trunk/dports/security/pass/files/patch-getopt-path.diff 2014-04-14 16:31:58 UTC (rev 118979)
+++ trunk/dports/security/pass/files/patch-getopt-path.diff 2014-04-14 16:52:00 UTC (rev 118980)
@@ -1,8 +1,9 @@
---- src/platform/darwin.sh.orig 2014-02-04 14:23:26.000000000 +0100
-+++ src/platform/darwin.sh 2014-02-04 14:23:46.000000000 +0100
-@@ -31,4 +31,4 @@
+--- src/platform/darwin.sh.orig 2014-04-12 20:06:30.000000000 +0200
++++ src/platform/darwin.sh 2014-04-13 22:19:05.000000000 +0200
+@@ -31,5 +31,5 @@
mount -t hfs -o noatime -o nobrowse "$ramdisk_dev" "$tmp_dir" || exit 1
}
-GETOPT="$(brew --prefix gnu-getopt 2>/dev/null || echo /usr/local)/bin/getopt"
+GETOPT=@@PREFIX@@/bin/getopt
+ SHRED="srm -f -z"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140414/e8a8fbd5/attachment.html>
More information about the macports-changes
mailing list