diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-03-06 22:47:57 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-03-06 22:47:57 +0000 |
commit | 1579f83fcbed96e38921fc054bcf563a526223c0 (patch) | |
tree | 4751044455dd7391435db9e0e6e868c36fd0e5a7 /security | |
parent | multimedia/webcamoid: Update 8.1.0 -> 8.5.0 (diff) |
Update to 1.34
Notes
Notes:
svn path=/head/; revision=494858
Diffstat (limited to 'security')
-rw-r--r-- | security/op/Makefile | 12 | ||||
-rw-r--r-- | security/op/distinfo | 5 |
2 files changed, 9 insertions, 8 deletions
diff --git a/security/op/Makefile b/security/op/Makefile index d423b54a215d..e5c241422be1 100644 --- a/security/op/Makefile +++ b/security/op/Makefile @@ -2,11 +2,8 @@ # $FreeBSD$ PORTNAME= op -PORTVERSION= 1.32 -PORTREVISION= 1 +PORTVERSION= 1.34 CATEGORIES= security -MASTER_SITES= http://swapoff.org/files/op/ \ - LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Controlled privilege escalation tool @@ -14,12 +11,15 @@ COMMENT= Controlled privilege escalation tool LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +USE_GITHUB= yes +GH_ACCOUNT= dagwieers + GNU_CONFIGURE= yes CONFLICTS_INSTALL= security/1password-client post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/op.d - ${INSTALL_DATA} -m 0600 ${WRKSRC}/${PORTNAME}.conf \ - ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample + ${MV} ${STAGEDIR}${PREFIX}/etc/op.conf-dist \ + ${STAGEDIR}${PREFIX}/etc/op.conf.sample .include <bsd.port.mk> diff --git a/security/op/distinfo b/security/op/distinfo index 5e1df35c4bd6..578aba409e82 100644 --- a/security/op/distinfo +++ b/security/op/distinfo @@ -1,2 +1,3 @@ -SHA256 (op-1.32.tar.gz) = 520d330ad7bb038d0719a3ea0304795311de219cf1def8d141097692147d5632 -SIZE (op-1.32.tar.gz) = 145682 +TIMESTAMP = 1551911731 +SHA256 (dagwieers-op-1.34_GH0.tar.gz) = 65632c3cc5e144c7b1c1e1eff67e9b92a74ed0b98f34f3dc25f70776a0008e72 +SIZE (dagwieers-op-1.34_GH0.tar.gz) = 256341 |