View | Details | Raw Unified | Return to bug 203913
Collapse All | Expand All

(-)security/keepassx2/Makefile (-10 / +9 lines)
Lines 1-13 Link Here
1
# Created by: Eric Camachat <eric@camachat.org>
1
# Created by: Eric Camachat <eric@camachat.org>
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	KeePassX
4
PORTNAME=	keepassx
5
DISTVERSION=	2.0
5
PORTVERSION=	2.0.b2
6
PORTREVISION=	3
6
PKGNAMESUFFIX=	2
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	https://www.keepassx.org/dev/attachments/download/69/
8
MASTER_SITES=	https://www.keepassx.org/dev/attachments/download/115/
9
PKGNAMESUFFIX=	-alpha
9
DISTNAME=	${PORTNAME}-2.0-beta2
10
DISTNAME=	${PORTNAME:tl}-${DISTVERSION}${PKGNAMESUFFIX}6
11
10
12
MAINTAINER=	eric@camachat.org
11
MAINTAINER=	eric@camachat.org
13
COMMENT=	Cross Platform Password Manager
12
COMMENT=	Cross Platform Password Manager
Lines 16-29 Link Here
16
15
17
CONFLICTS_INSTALL=	keepassx-0.*
16
CONFLICTS_INSTALL=	keepassx-0.*
18
17
19
DATADIR=	${PREFIX}/share/${PORTNAME:tl}
18
DATADIR=	${PREFIX}/share/${PORTNAME}
20
WRKSRC=		${WRKDIR}/${DISTNAME:tl}
19
WRKSRC=		${WRKDIR}/${PORTNAME}-2.0-beta2
21
20
22
USES=		cmake
21
USES=		cmake
23
USE_LDCONFIG=	yes
22
USE_LDCONFIG=	yes
24
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
25
USE_QT4=	corelib gui xml qtestlib dbus uic_build moc_build \
24
USE_QT4=	corelib gui xml qtestlib uic_build moc_build \
26
		qmake_build rcc_build
25
		qmake_build rcc_build linguisttools
27
USE_XORG=	xt inputproto xtst xrender xrandr xfixes xcursor \
26
USE_XORG=	xt inputproto xtst xrender xrandr xfixes xcursor \
28
		xext x11 sm ice xi
27
		xext x11 sm ice xi
29
28
(-)security/keepassx2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (keepassx-2.0-alpha6.tar.gz) = 592f9995b13c4f84724fb24a0078162246397eedccd467daaf0fd3608151f2b0
1
SHA256 (keepassx-2.0-beta2.tar.gz) = 5828261226c441856bd12e2f4f73af1a5fc3b1981b2cff40fbc2403e344f4e52
2
SIZE (keepassx-2.0-alpha6.tar.gz) = 1366929
2
SIZE (keepassx-2.0-beta2.tar.gz) = 1479599
(-)UPDATING (+9 lines)
Lines 5-10 Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20151020:
9
  AFFECTS: users of security/keepassx2
10
11
  In order of package name changed, please remove old install before
12
  upgrade.
13
14
  # pkg delete security/keepassx2
15
  # portmaster security/keepassx2
16
8
20151019:
17
20151019:
9
  AFFECTS: users of www/varnish4
18
  AFFECTS: users of www/varnish4
10
  AUTHOR: feld@FreeBSD.org
19
  AUTHOR: feld@FreeBSD.org

Return to bug 203913