Skip to content

Commit

Permalink
security/keepass: Update to 2.51.1
Browse files Browse the repository at this point in the history
ChangeLog: https://keepass.info/news/n220506_2.51.html

PR:	265006
Reported by:	m.muenz@gmail.com (maintainer)
  • Loading branch information
mimugmail authored and fernape committed Jul 6, 2022
1 parent 3d3be85 commit 72be185
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions security/keepass/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Created by: Ben Woods <woodsb02@FreeBSD.org>

PORTNAME= keepass
PORTVERSION= 2.50
PORTVERSION= 2.51.1
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/KeePass%202.x/${PORTVERSION}
DISTNAME= KeePass-${PORTVERSION}-Source
Expand All @@ -18,15 +18,17 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
USES= cpe dos2unix gnome mono zip

DOS2UNIX_GLOB= *.csproj *.sln
EXTRACT_AFTER_ARGS= -d ${WRKDIR}/${DISTNAME}
NO_ARCH= yes
SUB_FILES= ${PORTNAME}.sh
MAKE_ENV= MONO_REGISTRY_PATH=${WRKDIR}

DESKTOP_ENTRIES= "KeePass" \
"${COMMENT}" \
"${PORTNAME}" \
"keepass.sh" \
"Utility;" \
true
EXTRACT_AFTER_ARGS= -d ${WRKDIR}/${DISTNAME}
NO_ARCH= yes
SUB_FILES= ${PORTNAME}.sh

OPTIONS_DEFINE= DEBUG XDOTOOL XSEL
OPTIONS_DEFAULT= XDOTOOL XSEL
Expand All @@ -39,7 +41,6 @@ DEBUG_VARS_OFF= config=Release
XDOTOOL_RUN_DEPENDS= xdotool:x11/xdotool
XSEL_RUN_DEPENDS= xsel:x11/xsel-conrad

MAKE_ENV= MONO_REGISTRY_PATH=${WRKDIR}

post-patch:
${REINPLACE_CMD} -e 's|sed\ -i|sed\ -i\ \"\"|g' ${WRKSRC}/Build/PrepMonoDev.sh
Expand Down
6 changes: 3 additions & 3 deletions security/keepass/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1650564253
SHA256 (KeePass-2.50-Source.zip) = 0a0fed1bf41d44e89603bcac8c226084b32041bb079e571ffa11ff74ecb3fa45
SIZE (KeePass-2.50-Source.zip) = 5124227
TIMESTAMP = 1656579664
SHA256 (KeePass-2.51.1-Source.zip) = 0dc1d193b81574a59d03fa9113a8d1b25891154d7cbe9e33cefdcdba46bf06f2
SIZE (KeePass-2.51.1-Source.zip) = 5167285

0 comments on commit 72be185

Please sign in to comment.