[119444] trunk/dports/security/pass

ciserlohn at macports.org ciserlohn at macports.org
Fri Apr 25 11:50:18 PDT 2014


Revision: 119444
          https://trac.macports.org/changeset/119444
Author:   ciserlohn at macports.org
Date:     2014-04-25 11:50:18 -0700 (Fri, 25 Apr 2014)
Log Message:
-----------
pass: update to version 1.6.1 (maintainer; closes #43495)

Modified Paths:
--------------
    trunk/dports/security/pass/Portfile

Added Paths:
-----------
    trunk/dports/security/pass/files/patch-Makefile.diff

Removed Paths:
-------------
    trunk/dports/security/pass/files/Makefile.diff

Modified: trunk/dports/security/pass/Portfile
===================================================================
--- trunk/dports/security/pass/Portfile	2014-04-25 18:40:06 UTC (rev 119443)
+++ trunk/dports/security/pass/Portfile	2014-04-25 18:50:18 UTC (rev 119444)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 
 name                pass
-version             1.5
+version             1.6.1
 maintainers         macports.swinbank.org:john openmaintainer
 categories          security
 description         ${name} is the standard unix password manager
@@ -24,10 +24,10 @@
 distname            password-store-${version}
 use_xz              yes
 
-checksums           rmd160 599e0c35e0511874093341e34971f75bfb8f91fa \
-                    sha256 6d3f327b039bb64157662d3d11af5ecebd3774b886ad6e52a684654d9914a8f3
+checksums           rmd160 a5bb1d7d8aecb8900a5b5b0b6ba68963d2bca778 \
+                    sha256 3c154d556c53c76b1a0ccacdc108c34f1fdb4a36fab28a6d2f42f02184290881
 
-patchfiles          Makefile.diff \
+patchfiles          patch-Makefile.diff \
                     patch-getopt-path.diff
 
 post-patch {

Deleted: trunk/dports/security/pass/files/Makefile.diff
===================================================================
--- trunk/dports/security/pass/files/Makefile.diff	2014-04-25 18:40:06 UTC (rev 119443)
+++ trunk/dports/security/pass/files/Makefile.diff	2014-04-25 18:50:18 UTC (rev 119444)
@@ -1,20 +0,0 @@
---- 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: install-pass
- endif

Copied: trunk/dports/security/pass/files/patch-Makefile.diff (from rev 119431, trunk/dports/security/pass/files/Makefile.diff)
===================================================================
--- trunk/dports/security/pass/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/security/pass/files/patch-Makefile.diff	2014-04-25 18:50:18 UTC (rev 119444)
@@ -0,0 +1,11 @@
+--- Makefile.orig	2014-04-25 19:13:38.000000000 +0200
++++ Makefile	2014-04-25 19:13:58.000000000 +0200
+@@ -40,7 +40,7 @@
+ install: install-common
+ 	@mkdir -p "$(DESTDIR)$(LIBDIR)/password-store" && install -m 0644 -v "$(PLATFORMFILE)" "$(DESTDIR)$(LIBDIR)/password-store/platform.sh"
+ 	@mkdir -p "$(DESTDIR)$(BINDIR)/"
+-	sed 's:.*PLATFORM_FUNCTION_FILE.*:source "$(DESTDIR)$(LIBDIR)/password-store/platform.sh":' src/password-store.sh > "$(DESTDIR)$(BINDIR)/pass"
++	sed 's:.*PLATFORM_FUNCTION_FILE.*:source "$(LIBDIR)/password-store/platform.sh":' src/password-store.sh > "$(DESTDIR)$(BINDIR)/pass"
+ 	@chmod 0755 "$(DESTDIR)$(BINDIR)/pass"
+ else
+ install: install-common
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140425/064cdf1c/attachment.html>


More information about the macports-changes mailing list