diff options
-rw-r--r-- | security/keepassx/Makefile | 8 | ||||
-rw-r--r-- | security/keepassx/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/keepassx/Makefile b/security/keepassx/Makefile index b175c4dd1f3a..877ab050ad86 100644 --- a/security/keepassx/Makefile +++ b/security/keepassx/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= KeePassX -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.4.4 CATEGORIES= security -MASTER_SITES= SF/${PORTNAME:tl}/KeePassX/${PORTVERSION}/ +MASTER_SITES= https://www.keepassx.org/releases/${PORTVERSION}/ \ + http://www.keepassx.org/releases/${PORTVERSION}/ DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= swills@FreeBSD.org @@ -14,7 +14,7 @@ COMMENT= Cross Platform Password Manager DATADIR= ${PREFIX}/share/${PORTNAME:tl} WRKSRC= ${WRKDIR}/${PORTNAME:tl}-${PORTVERSION} -USES= qmake shared-mime-info +USES= desktop-file-utils qmake shared-mime-info USE_QT4= moc_build uic_build qt3support_build rcc_build \ corelib gui xml USE_XORG= xt inputproto xtst xrender xrandr xfixes xcursor\ diff --git a/security/keepassx/distinfo b/security/keepassx/distinfo index 012cbe2ee173..fc8be6f7b4e8 100644 --- a/security/keepassx/distinfo +++ b/security/keepassx/distinfo @@ -1,2 +1,2 @@ -SHA256 (keepassx-0.4.3.tar.gz) = cd901a0611ce57e62cf6df7eeeb1b690b5232302bdad8626994eb54adcfa1e85 -SIZE (keepassx-0.4.3.tar.gz) = 1368766 +SHA256 (keepassx-0.4.4.tar.gz) = 3e27068ca85e68705347f0921c6b3c9248d7c5a84c79c0483daf22d141c0adc4 +SIZE (keepassx-0.4.4.tar.gz) = 1371560 |