Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162080318
D21084.id61167.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.id61167.diff
View Options
Index: security/Makefile
===================================================================
--- security/Makefile
+++ security/Makefile
@@ -1229,6 +1229,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,18 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX= -qt5
+
+COMMENT= Secure password generator with a true RNG (Qt5 GUI)
+
+USES= qmake:no_env qt:5
+USE_QT= buildtools_build core gui widgets
+
+MASTERDIR= ${.CURDIR}/../spass
+
+PLIST_FILES= bin/spass-qt
+
+# Delete the CLI-only binary which is already provided via security/spass
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/spass
+
+.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,17 @@
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
-PLIST_FILES= bin/spass
+PLIST_FILES?= bin/spass
+
+# Disable the Qt5 GUI if we build the master port
+.if !defined(PKGNAMESUFFIX)
+CMAKE_ARGS+= -DWITH_GUI:BOOL=off
+.endif
.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
Fri, Jul 10, 1:28 PM (20 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34929760
Default Alt Text
D21084.id61167.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