Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150211142
D21084.id61009.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D21084.id61009.diff
View Options
Index: security/Makefile
===================================================================
--- security/Makefile
+++ security/Makefile
@@ -1227,6 +1227,7 @@
SUBDIR += softhsm2
SUBDIR += sops
SUBDIR += spass
+ SUBDIR += spass-qt5
SUBDIR += spike-proxy
SUBDIR += spybye
SUBDIR += sqlmap
Index: security/spass-qt5/Makefile
===================================================================
--- /dev/null
+++ security/spass-qt5/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX= -qt5
+
+COMMENT= Secure password generator with a true RNG (Qt5 GUI)
+
+CONFLICTS_INSTALL= spass
+
+MASTERDIR= ${.CURDIR}/../spass
+
+DISTINFO_FILE= ${MASTERDIR}/distinfo
+
+OPTIONS_SLAVE= QT5
+
+.include "${MASTERDIR}/Makefile"
Index: security/spass/Makefile
===================================================================
--- security/spass/Makefile
+++ security/spass/Makefile
@@ -1,12 +1,13 @@
# $FreeBSD$
PORTNAME= spass
-PORTVERSION= 3.0
-PORTREVISION= 16
+DISTVERSIONPREFIX= v
+DISTVERSION= 3.2-5
+DISTVERSIONSUFFIX= -gd38d173
CATEGORIES= security
MAINTAINER= ports@FreeBSD.org
-COMMENT= Secure password generator with a true random number generator
+COMMENT?= Secure password generator with a true random number generator
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -14,14 +15,22 @@
BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= guyru
-GH_TAGNAME= cb0de64
-
-USES= cmake compiler:c++11-lang
CMAKE_ARGS= -DWITH_ALSA:BOOL=off -DWITH_OSS:BOOL=on
+CONFLICTS_INSTALL?= spass-qt5
+
PLIST_FILES= bin/spass
+# NB: The QT5 option is used by the slave port security/spass-qt5
+OPTIONS_DEFINE= QT5
+
+QT5_USES= qmake:no_env qt:5
+QT5_USE= QT=buildtools,core,gui,widgets,
+QT5_CMAKE_BOOL= WITH_GUI
+QT5_PLIST_FILES= bin/spass-qt
+
.include <bsd.port.mk>
Index: security/spass/distinfo
===================================================================
--- security/spass/distinfo
+++ security/spass/distinfo
@@ -1,2 +1,3 @@
-SHA256 (guyru-spass-3.0-cb0de64_GH0.tar.gz) = 3b3bd505f03645838125377d9db5e2a3bac339c2aba2ed36ff5d95aec1d525ca
-SIZE (guyru-spass-3.0-cb0de64_GH0.tar.gz) = 47733
+TIMESTAMP = 1564168089
+SHA256 (guyru-spass-v3.2-5-gd38d173_GH0.tar.gz) = af2fac7c18e8dea881d65bcf780bfd777353e1aa402462c67a9b6c4e37d71dfa
+SIZE (guyru-spass-v3.2-5-gd38d173_GH0.tar.gz) = 53482
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 31, 7:22 AM (8 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30626538
Default Alt Text
D21084.id61009.diff (2 KB)
Attached To
Mode
D21084: security/spass: Update to 3.2 and create a Qt5 slave port
Attached
Detach File
Event Timeline
Log In to Comment