aboutsummaryrefslogtreecommitdiff
path: root/sysutils/password-store
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-02-25 18:24:44 +0000
committerRene Ladan <rene@FreeBSD.org>2019-02-25 18:24:44 +0000
commit725bc57c34e28f7274d2789b69e75c88fa3a9e59 (patch)
tree1edfd3456430467a5bf517ac1b2a294b96f0d494 /sysutils/password-store
parentba9b45d60a90a1b9f4cdf8370025f236e8bf3b82 (diff)
downloadports-725bc57c34e28f7274d2789b69e75c88fa3a9e59.tar.gz
ports-725bc57c34e28f7274d2789b69e75c88fa3a9e59.zip
sysutils/password-store: use new website in WWW line [1]
While here, replace hardcoded "password-store" by ${PORTNAME} in Makefile PR: 236028 Submitted by: Nuno Teixeira <ed.arrakis@gmail.com>
Notes
Notes: svn path=/head/; revision=493886
Diffstat (limited to 'sysutils/password-store')
-rw-r--r--sysutils/password-store/Makefile18
-rw-r--r--sysutils/password-store/pkg-descr2
2 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile
index 136ec7d6190a..d7463f9a73d8 100644
--- a/sysutils/password-store/Makefile
+++ b/sysutils/password-store/Makefile
@@ -4,7 +4,7 @@ PORTNAME= password-store
PORTVERSION= 1.7.3
PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= https://git.zx2c4.com/password-store/snapshot/
+MASTER_SITES= https://git.zx2c4.com/${PORTNAME}/snapshot/
MAINTAINER= rene@FreeBSD.org
COMMENT= Stores, retrieves, generates, and synchronizes passwords securely
@@ -43,15 +43,15 @@ SUB_FILES= pass
post-patch:
@${REINPLACE_CMD} -Ee 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/src/platform/freebsd.sh
- @${REINPLACE_CMD} -Ee 's|^SYSTEM_EXTENSION_DIR=""|SYSTEM_EXTENSION_DIR="${PREFIX}/libexec/password-store/extensions"|g' \
- ${WRKSRC}/src/password-store.sh
+ @${REINPLACE_CMD} -Ee 's|^SYSTEM_EXTENSION_DIR=""|SYSTEM_EXTENSION_DIR="${PREFIX}/libexec/${PORTNAME}/extensions"|g' \
+ ${WRKSRC}/src/${PORTNAME}.sh
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/pass ${STAGEDIR}${PREFIX}/bin/
- ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/password-store/extensions
- ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/password-store/platform
- ${INSTALL_SCRIPT} ${WRKSRC}/src/password-store.sh ${STAGEDIR}${PREFIX}/libexec/password-store/pass
- ${INSTALL_SCRIPT} ${WRKSRC}/src/platform/freebsd.sh ${STAGEDIR}${PREFIX}/libexec/password-store/platform/
+ ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/extensions
+ ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/platform
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/pass
+ ${INSTALL_SCRIPT} ${WRKSRC}/src/platform/freebsd.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}/platform/
${INSTALL_MAN} ${WRKSRC}/man/pass.1 ${STAGEDIR}${MANPREFIX}/man/man1/pass.1
do-install-CONTRIB-on:
@@ -62,9 +62,9 @@ do-install-CONTRIB-on:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
${INSTALL_DATA} ${STAGEDIR}${DATADIR}/pass.zsh-completion ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_pass
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
- ${INSTALL_DATA} ${STAGEDIR}${DATADIR}/pass.bash-completion ${STAGEDIR}${PREFIX}/etc/bash_completion.d/password-store
+ ${INSTALL_DATA} ${STAGEDIR}${DATADIR}/pass.bash-completion ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}
@${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions
- ${INSTALL_DATA} ${STAGEDIR}${DATADIR}/pass.fish-completion ${STAGEDIR}${PREFIX}/share/fish/completions/password-store.fish
+ ${INSTALL_DATA} ${STAGEDIR}${DATADIR}/pass.fish-completion ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
diff --git a/sysutils/password-store/pkg-descr b/sysutils/password-store/pkg-descr
index 710c8ccc4c78..512a047393e5 100644
--- a/sysutils/password-store/pkg-descr
+++ b/sysutils/password-store/pkg-descr
@@ -15,4 +15,4 @@ You can edit the password store using ordinary Unix shell commands alongside the
pass command. There are no funky file formats or new paradigms to learn. There
is bash completion so that you can simply hit tab to fill in names.
-WWW: http://zx2c4.com/projects/password-store/
+WWW: https://www.password-store.org/