Index: head/security/keepass/Makefile =================================================================== --- head/security/keepass/Makefile (revision 548912) +++ head/security/keepass/Makefile (revision 548913) @@ -1,71 +1,71 @@ # Created by: Ben Woods # $FreeBSD$ PORTNAME= keepass -PORTVERSION= 2.45 +PORTVERSION= 2.46 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/KeePass%202.x/${PORTVERSION} DISTNAME= KeePass-${PORTVERSION}-Source MAINTAINER= m.muenz@gmail.com COMMENT= Light-weight and easy-to-use password manager LICENSE= GPLv2+ 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 OPTIONS_DEFINE= DEBUG XDOTOOL XSEL OPTIONS_DEFAULT= XDOTOOL XSEL XDOTOOL_DESC= Use the xdotool utility for auto-typing passwords XSEL_DESC= Use the xsel utility for clipboard copying DEBUG_VARS= config=Debug 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 do-build: # Extract icons (cd ${WRKSRC} && ${LOCALBASE}/bin/icotool -x KeePass/KeePass.ico) # Prepare build (cd ${WRKSRC}/Build && ${SH} PrepMonoDev.sh) # Do build (cd ${WRKSRC} && \ ${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/${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}) .for size in 16 32 48 256 @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/${size}x${size}/apps ${INSTALL_DATA} ${WRKSRC}/KeePass_*_${size}x${size}x32.png \ ${STAGEDIR}${LOCALBASE}/share/icons/hicolor/${size}x${size}/apps/keepass.png .endfor .include Index: head/security/keepass/distinfo =================================================================== --- head/security/keepass/distinfo (revision 548912) +++ head/security/keepass/distinfo (revision 548913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589277968 -SHA256 (KeePass-2.45-Source.zip) = d59898183af11d94f1c00f70cca09ee51d58f7597d13560fc9f9c629e6b89e1f -SIZE (KeePass-2.45-Source.zip) = 5011684 +TIMESTAMP = 1600176277 +SHA256 (KeePass-2.46-Source.zip) = 3e3e284da7542d6de618fe8a706bc3ac9c249023fdf09f3b87163dff9aa7cc7f +SIZE (KeePass-2.46-Source.zip) = 5054069 Index: head/security/keepass/pkg-descr =================================================================== --- head/security/keepass/pkg-descr (revision 548912) +++ head/security/keepass/pkg-descr (revision 548913) @@ -1,12 +1,12 @@ KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish). This is the official KeePass application, which was originally only available for Windows, but has now been re-written with .Net and able to be run on BSD, Linux and Mac OS X with Mono. -WWW: http://keepass.info/ +WWW: https://keepass.info/