diff options
-rw-r--r-- | security/spass/Makefile | 14 | ||||
-rw-r--r-- | security/spass/distinfo | 4 |
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 |