Date: Wed, 6 Mar 2019 22:47:57 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494858 - head/security/op Message-ID: <201903062247.x26Mlvvt049655@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Mar 6 22:47:57 2019 New Revision: 494858 URL: https://svnweb.freebsd.org/changeset/ports/494858 Log: Update to 1.34 Modified: head/security/op/Makefile head/security/op/distinfo Modified: head/security/op/Makefile ============================================================================== --- head/security/op/Makefile Wed Mar 6 22:30:49 2019 (r494857) +++ head/security/op/Makefile Wed Mar 6 22:47:57 2019 (r494858) @@ -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> Modified: head/security/op/distinfo ============================================================================== --- head/security/op/distinfo Wed Mar 6 22:30:49 2019 (r494857) +++ head/security/op/distinfo Wed Mar 6 22:47:57 2019 (r494858) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903062247.x26Mlvvt049655>