aboutsummaryrefslogtreecommitdiff
path: root/security/spass
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-07-21 20:42:23 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-07-21 20:42:23 +0000
commitdb528de7b4ebe972a52668b0cfc478f28e43c2b7 (patch)
treebf88f7a53bf99996d93238927afdbbfeed94f69e /security/spass
parentfee3a85521ef6f26c4d2f2ef1b4c582a9304e1de (diff)
downloadports-db528de7b4ebe972a52668b0cfc478f28e43c2b7.tar.gz
ports-db528de7b4ebe972a52668b0cfc478f28e43c2b7.zip
Update to 3.0
Changes: spass can now use one of three audio backends (the old version could only use OSS): Advanced Linux Sound Architecture (ALSA) Open Sound System (OSS) PortAudio
Notes
Notes: svn path=/head/; revision=301287
Diffstat (limited to 'security/spass')
-rw-r--r--security/spass/Makefile14
-rw-r--r--security/spass/distinfo4
2 files changed, 11 insertions, 7 deletions
diff --git a/security/spass/Makefile b/security/spass/Makefile
index 872f3e1bdd7b..0aa636a2697e 100644
--- a/security/spass/Makefile
+++ b/security/spass/Makefile
@@ -6,19 +6,23 @@
#
PORTNAME= spass
-PORTVERSION= 2.0
+PORTVERSION= 3.0
CATEGORIES= security
-MASTER_SITES= http://www.guyrutenberg.com/wp-content/uploads/2010/08/
+MASTER_SITES= http://cloud.github.com/downloads/guyru/spass/
+DISTFILES= ${DISTNAME}.tar.bz2
MAINTAINER= eadler@FreeBSD.org
COMMENT= A secure password generator with a true random number generator
-LIB_DEPENDS= boost_program_options:${PORTSDIR}/devel/boost-libs
+LICENSE= GPLv3
-GNU_CONFIGURE= yes
+BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \
+ boost_program_options:${PORTSDIR}/devel/boost-libs
+
+USE_CMAKE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USE_BZIP2= yes
PLIST_FILES= bin/spass
diff --git a/security/spass/distinfo b/security/spass/distinfo
index faa64b19b0b7..1e064be13ee8 100644
--- a/security/spass/distinfo
+++ b/security/spass/distinfo
@@ -1,2 +1,2 @@
-SHA256 (spass-2.0.tar.bz2) = 9dcda4c68f635e71fb23a2971c8fca2e2b1fbc5ee602c6182fa06155281e1d58
-SIZE (spass-2.0.tar.bz2) = 76762
+SHA256 (spass-3.0.tar.bz2) = 7c3141816c3ebcaa8483ca04f51461d0f0a9cdac7c416eaeb2f5268f3bc78656
+SIZE (spass-3.0.tar.bz2) = 163840