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
This commit is contained in:
Eitan Adler 2012-07-21 20:42:23 +00:00
parent fee3a85521
commit db528de7b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301287
2 changed files with 11 additions and 7 deletions

View File

@ -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

View File

@ -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