Date: Mon, 4 Feb 2019 13:13:58 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492129 - head/security/keepass Message-ID: <201902041313.x14DDwOw024142@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902041313.x14DDwOw024142>