Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2017 03:50:47 +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: r443731 - in head/security/keepass: . files
Message-ID:  <201706170350.v5H3olQB028677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sat Jun 17 03:50:46 2017
New Revision: 443731
URL: https://svnweb.freebsd.org/changeset/ports/443731

Log:
  security/keepass: Update to 2.36
  
  - Also add DEBUG option (off by default)
  
  Changes this release:
    http://keepass.info/news/n170609_2.36.html

Deleted:
  head/security/keepass/files/patch-KeePass.sln
  head/security/keepass/files/patch-KeePassLib_KeePassLib.csproj
  head/security/keepass/files/patch-KeePass_KeePass.csproj
  head/security/keepass/files/patch-Translation_TrlUtil_TrlUtil.csproj
Modified:
  head/security/keepass/Makefile
  head/security/keepass/distinfo

Modified: head/security/keepass/Makefile
==============================================================================
--- head/security/keepass/Makefile	Sat Jun 17 03:40:15 2017	(r443730)
+++ head/security/keepass/Makefile	Sat Jun 17 03:50:46 2017	(r443731)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	keepass
-PORTVERSION=	2.35
-PORTREVISION=	1
+PORTVERSION=	2.36
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/KeePass%202.x/${PORTVERSION}
 DISTNAME=	KeePass-${PORTVERSION}-Source
@@ -33,15 +32,20 @@ DESKTOP_ENTRIES="KeePass" \
 		"Utility;" \
 		true
 
-OPTIONS_DEFINE=	XDOTOOL XSEL
+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
 XDOTOOL_RUN_DEPENDS=	xdotool:x11/xdotool
 XSEL_RUN_DEPENDS=	xsel:x11/xsel-conrad
 
+post-patch:
+	${REINPLACE_CMD} -e 's|sed\ -i|sed\ -i\ \"\"|g' ${WRKSRC}/Build/PrepMonoDev.sh
+
 do-build:
 	# Extract icons
 	(cd ${WRKSRC} && ${LOCALBASE}/bin/icotool -x KeePass/KeePass.ico)
@@ -49,12 +53,12 @@ do-build:
 	(cd ${WRKSRC}/Build && ${SH} PrepMonoDev.sh)
 	# Do build
 	(cd ${WRKSRC} && \
-		${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/xbuild /t:KeePass /p:Configuration=Release)
+		${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/xbuild /t:KeePass /p:Configuration=${CONFIG})
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
 	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/Build/KeePass/Release/KeePass.exe ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/Build/KeePass/${CONFIG}/KeePass.exe ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/Ext/KeePass.config.xml ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/Ext/KeePass.exe.config ${STAGEDIR}${DATADIR}
 	@(cd ${WRKSRC}/Ext && ${COPYTREE_SHARE} XSL ${STAGEDIR}${DATADIR})

Modified: head/security/keepass/distinfo
==============================================================================
--- head/security/keepass/distinfo	Sat Jun 17 03:40:15 2017	(r443730)
+++ head/security/keepass/distinfo	Sat Jun 17 03:50:46 2017	(r443731)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484560184
-SHA256 (KeePass-2.35-Source.zip) = 5faad9381af2f9d808d65ee3d880ff3bca9352c7ce886fea95d54f9169e863df
-SIZE (KeePass-2.35-Source.zip) = 4840873
+TIMESTAMP = 1497668905
+SHA256 (KeePass-2.36-Source.zip) = de7e3e9d9bedab13e4d66b0ee941b2ebedaa08d8090f7cd78bd0fc019187d8c8
+SIZE (KeePass-2.36-Source.zip) = 5063221



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706170350.v5H3olQB028677>