From owner-svn-ports-head@freebsd.org Mon Feb 4 13:13:59 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAFE414D00D7; Mon, 4 Feb 2019 13:13:58 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8147986707; Mon, 4 Feb 2019 13:13:58 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70F28686F; Mon, 4 Feb 2019 13:13:58 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x14DDwgB024144; Mon, 4 Feb 2019 13:13:58 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x14DDwOw024142; Mon, 4 Feb 2019 13:13:58 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201902041313.x14DDwOw024142@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Mon, 4 Feb 2019 13:13:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492129 - head/security/keepass X-SVN-Group: ports-head X-SVN-Commit-Author: woodsb02 X-SVN-Commit-Paths: head/security/keepass X-SVN-Commit-Revision: 492129 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 8147986707 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2019 13:13:59 -0000 Author: woodsb02 Date: Mon Feb 4 13:13:57 2019 New Revision: 492129 URL: https://svnweb.freebsd.org/changeset/ports/492129 Log: security/keepass: Update to 2.41 - Pet portlint Changes this release: https://keepass.info/news/n180506_2.39.html https://keepass.info/news/n180910_2.40.html https://keepass.info/news/n190109_2.41.html Modified: head/security/keepass/Makefile head/security/keepass/distinfo Modified: head/security/keepass/Makefile ============================================================================== --- head/security/keepass/Makefile Mon Feb 4 13:12:35 2019 (r492128) +++ head/security/keepass/Makefile Mon Feb 4 13:13:57 2019 (r492129) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keepass -PORTVERSION= 2.38 +PORTVERSION= 2.41 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/KeePass%202.x/${PORTVERSION} DISTNAME= KeePass-${PORTVERSION}-Source @@ -16,27 +16,25 @@ BUILD_DEPENDS= icotool:graphics/icoutils LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libgdiplus.so:x11-toolkits/libgdiplus +USES= cpe dos2unix gnome mono zip + +DOS2UNIX_GLOB= *.csproj *.sln EXTRACT_AFTER_ARGS= -d ${WRKDIR}/${DISTNAME} +INSTALLS_ICONS= yes +NO_ARCH= yes +SUB_FILES= ${PORTNAME}.sh +DESKTOP_ENTRIES= "KeePass" \ + "${COMMENT}" \ + "${PORTNAME}" \ + "keepass.sh" \ + "Utility;" \ + true -USES= cpe dos2unix mono zip -DOS2UNIX_GLOB= *.csproj *.sln -INSTALLS_ICONS= yes -SUB_FILES= ${PORTNAME}.sh +OPTIONS_DEFINE= DEBUG XDOTOOL XSEL +OPTIONS_DEFAULT= XDOTOOL XSEL -NO_ARCH= yes - -DESKTOP_ENTRIES="KeePass" \ - "${COMMENT}" \ - "${PORTNAME}" \ - "keepass.sh" \ - "Utility;" \ - true - -OPTIONS_DEFINE= DEBUG XDOTOOL XSEL XDOTOOL_DESC= Use the xdotool utility for auto-typing passwords XSEL_DESC= Use the xsel utility for clipboard copying - -OPTIONS_DEFAULT= XDOTOOL XSEL DEBUG_VARS= config=Debug DEBUG_VARS_OFF= config=Release Modified: head/security/keepass/distinfo ============================================================================== --- head/security/keepass/distinfo Mon Feb 4 13:12:35 2019 (r492128) +++ head/security/keepass/distinfo Mon Feb 4 13:13:57 2019 (r492129) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519650567 -SHA256 (KeePass-2.38-Source.zip) = 73ad864e6640d7e6d1b60ceb9caa55d84cbf28452c673291603d80bdaf7b6354 -SIZE (KeePass-2.38-Source.zip) = 5091900 +TIMESTAMP = 1549285001 +SHA256 (KeePass-2.41-Source.zip) = de7d6dc334f227c6a95eb7173b334d273fa2d92c36ba771fef34aa945ca544bf +SIZE (KeePass-2.41-Source.zip) = 5141195