View | Details | Raw Unified | Return to bug 233708 | Differences between
and this patch

Collapse All | Expand All

(-)MOVED (-4 / +1 lines)
Lines 5815-5821 Link Here
5815
deskutils/nautilus-open-terminal||2014-04-11|Has expired: nautilus will be updated to the 3.x version which is not compatible with 2.x
5815
deskutils/nautilus-open-terminal||2014-04-11|Has expired: nautilus will be updated to the 3.x version which is not compatible with 2.x
5816
sysutils/eiciel||2014-04-11|Has expired: nautilus will be updated to the 3.x version which is not compatible with 2.x
5816
sysutils/eiciel||2014-04-11|Has expired: nautilus will be updated to the 3.x version which is not compatible with 2.x
5817
sysutils/nautilus-cd-burner||2014-04-11|Has expired: nautilus will be updated to the 3.x version which is not compatible with 2.x
5817
sysutils/nautilus-cd-burner||2014-04-11|Has expired: nautilus will be updated to the 3.x version which is not compatible with 2.x
5818
x11-fm/py-nautilus||2014-04-11|Has expired: nautilus will be updated to the 3.x version which is not compatible with 2.x
5819
sysutils/sensors-applet||2014-04-11|Has expired: gnome-panel 2.x will be updated in the GNOME 3 import
5818
sysutils/sensors-applet||2014-04-11|Has expired: gnome-panel 2.x will be updated in the GNOME 3 import
5820
net/link-monitor-applet||2014-04-11|Has expired: gnome-panel 2.x will be updated in the GNOME 3 import
5819
net/link-monitor-applet||2014-04-11|Has expired: gnome-panel 2.x will be updated in the GNOME 3 import
5821
net/netspeed_applet||2014-04-11|Has expired: gnome-panel 2.x will be updated in the GNOME 3 import
5820
net/netspeed_applet||2014-04-11|Has expired: gnome-panel 2.x will be updated in the GNOME 3 import
Lines 10643-10648 Link Here
10643
dns/dnscheck||2018-11-27|Unmaintained upstream over a decade
10642
dns/dnscheck||2018-11-27|Unmaintained upstream over a decade
10644
www/mod_security3|security/modsecurity3|2018-11-27|Not an Apache module, use correct upstream name
10643
www/mod_security3|security/modsecurity3|2018-11-27|Not an Apache module, use correct upstream name
10645
emulators/qemu-ppcnv|emulators/qemu-powernv|2018-11-28|Use more accurate naming for qemu PowerNV port
10644
emulators/qemu-ppcnv|emulators/qemu-powernv|2018-11-28|Use more accurate naming for qemu PowerNV port
10646
net/pecl-gupnp||2018-12-01|Has expired: does not build with latest gssdp and gupnp
10645
security/py-yubioath-desktop|security/yubioath-desktop|2018-12-01|New Yubikey Oath Desktop app, written in QT.
10647
graphics/gimpfx-foundry||2018-12-01|Has expired: No release for 10 years, only partially working with recent GIMP
10648
www/rubygem-http-form_data1|www/rubygem-http-form_data|2018-12-01|Has expired: Use www/rubygem-http-form_data instead
(-)security/Makefile (-1 / +1 lines)
Lines 1065-1071 Link Here
1065
    SUBDIR += py-vulndb
1065
    SUBDIR += py-vulndb
1066
    SUBDIR += py-yara
1066
    SUBDIR += py-yara
1067
    SUBDIR += py-yubikey-manager
1067
    SUBDIR += py-yubikey-manager
1068
    SUBDIR += py-yubioath-desktop
1069
    SUBDIR += py-zope.app.authentication
1068
    SUBDIR += py-zope.app.authentication
1070
    SUBDIR += py-zope.app.localpermission
1069
    SUBDIR += py-zope.app.localpermission
1071
    SUBDIR += py-zope.app.principalannotation
1070
    SUBDIR += py-zope.app.principalannotation
Lines 1370-1375 Link Here
1370
    SUBDIR += yubico-piv-tool
1369
    SUBDIR += yubico-piv-tool
1371
    SUBDIR += yubikey-personalization-gui
1370
    SUBDIR += yubikey-personalization-gui
1372
    SUBDIR += yubikey-piv-manager
1371
    SUBDIR += yubikey-piv-manager
1372
    SUBDIR += yubioath-desktop
1373
    SUBDIR += zebedee
1373
    SUBDIR += zebedee
1374
    SUBDIR += zenmap
1374
    SUBDIR += zenmap
1375
    SUBDIR += zeronet
1375
    SUBDIR += zeronet
(-)security/py-yubioath-desktop/Makefile (-24 lines)
Lines 1-24 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	yubioath-desktop
4
PORTVERSION=	3.1.0
5
CATEGORIES=	security python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	GUI for displaying OATH codes with a Yubikey
11
12
LICENSE=	GPLv3
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
17
		pyside${PYTHON_PKGNAMESUFFIX}>0:devel/pyside@${PY_FLAVOR} \
18
		pcsc-spy:devel/pcsc-lite \
19
		${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid
20
21
USES=		python:2.7
22
USE_PYTHON=	autoplist distutils
23
24
.include <bsd.port.mk>
(-)security/py-yubioath-desktop/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1490194353
2
SHA256 (yubioath-desktop-3.1.0.tar.gz) = 7caae0fd3b14529476eda3a5660bc050584b298ddc3c8d1adfe221041fa5db49
3
SIZE (yubioath-desktop-3.1.0.tar.gz) = 268909
(-)security/py-yubioath-desktop/pkg-descr (-6 lines)
Lines 1-6 Link Here
1
The Yubico Authenticator is a graphical desktop tool and command line tool for
2
generating Open AuTHentication (OATH) event-based HOTP and time-based TOTP
3
one-time password codes, with the help of a YubiKey that protects the shared
4
secrets.
5
6
WWW: https://developers.yubico.com/yubioath-desktop/
(-)security/yubioath-desktop/Makefile (+45 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=       yubioath-desktop
4
DISTVERSION=    4.3.4
5
CATEGORIES=     security
6
7
MAINTAINER=     daniel@shafer.cc
8
COMMENT=        GUI for displaying OATH codes with a Yubikey
9
10
LICENSE=        BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
RUN_DEPENDS=	RSA_SecurID_getpasswd:devel/libccid \
14
		pcscd:devel/pcsc-lite \
15
		pyotherside-qt5>0:devel/pyotherside-qt5 \
16
		${PYTHON_PKGNAMEPREFIX}yubikey-manager>=0.7.0:security/py-yubikey-manager@${PY_FLAVOR} \
17
		libffi>0:devel/libffi \
18
		swig30>0:devel/swig30
19
20
USES=		desktop-file-utils gl python:3.5+ qmake qt:5 shebangfix ssl
21
USE_GL=		gl
22
USE_QT=		core declarative gui network quickcontrols svg widgets buildtools_build
23
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	Yubico
26
GH_TAGNAME=	5fb6c1d
27
28
SHEBANG_FILES=	build_qrc.py \
29
		py/yubikey.py \
30
		compute-version.py
31
32
post-patch:
33
	@${REINPLACE_CMD} -e '/buildqrc.commands/s|python|${PYTHON_CMD}|g' \
34
		-e '/PYTHON3_BINARY_NAME/s|python3|${PYTHON_CMD}|g' \
35
		-e '/system(python/s|python|${PYTHON_CMD}|g' \
36
		-e '/VERSION =/s|VERSION|#VERSION|g' \
37
		${WRKSRC}/yubioath-desktop.pro
38
	@${REINPLACE_CMD} -e '/version/s|python3|${PYTHON_CMD}|g' ${WRKSRC}/dev-util/package-sources.sh
39
	@${REINPLACE_CMD} -e 's|target.path = /usr/bin|target.path = ${PREFIX}/bin|g' ${WRKSRC}/deployment.pri
40
41
post-install:
42
	${INSTALL_DATA} ${WRKSRC}/resources/yubioath-desktop.desktop ${STAGEDIR}${PREFIX}/share/applications
43
	${INSTALL_DATA} ${WRKSRC}/resources/icons/yubioath.png ${STAGEDIR}${PREFIX}/share/pixmaps
44
45
.include <bsd.port.mk>
(-)security/yubioath-desktop/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1543698509
2
SHA256 (Yubico-yubioath-desktop-4.3.4-5fb6c1d_GH0.tar.gz) = 6451ed49495c7475ae4fa3d8a8f936b296e6c45ce537bd0512e1587eca575223
3
SIZE (Yubico-yubioath-desktop-4.3.4-5fb6c1d_GH0.tar.gz) = 237504
(-)security/yubioath-desktop/pkg-descr (+5 lines)
Line 0 Link Here
1
Cross-platform application for generating Open Authentication (OATH) time-based 
2
TOTP and event-based HOTP one-time password codes, with the help of a YubiKey 
3
that protects the shared secrets.
4
5
WWW: https://developers.yubico.com/yubioath-desktop/
(-)security/yubioath-desktop/pkg-plist (+3 lines)
Line 0 Link Here
1
bin/yubioath-desktop
2
share/applications/yubioath-desktop.desktop
3
share/pixmaps/yubioath.png

Return to bug 233708