svn commit: r314850 - head/security/spass

Eitan Adler eadler at FreeBSD.org
Thu Mar 21 15:45:33 UTC 2013


Author: eadler
Date: Thu Mar 21 15:45:32 2013
New Revision: 314850
URL: http://svnweb.freebsd.org/changeset/ports/314850

Log:
  Move from downloads to USE_GITHUB

Modified:
  head/security/spass/Makefile

Modified: head/security/spass/Makefile
==============================================================================
--- head/security/spass/Makefile	Thu Mar 21 15:44:33 2013	(r314849)
+++ head/security/spass/Makefile	Thu Mar 21 15:45:32 2013	(r314850)
@@ -4,7 +4,6 @@ PORTNAME=	spass
 PORTVERSION=	3.0
 PORTREVISION=	1
 CATEGORIES=	security
-MASTER_SITES=	http://cloud.github.com/downloads/guyru/spass/
 
 MAINTAINER=	eadler at FreeBSD.org
 COMMENT=	Secure password generator with a true random number generator
@@ -15,8 +14,12 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 LIB_DEPENDS=	asound:${PORTSDIR}/audio/alsa-lib \
 		boost_program_options:${PORTSDIR}/devel/boost-libs
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	guyru
+GH_TAGNAME=	cb0de64
+GH_COMMIT=	cb0de64
+
 USE_CMAKE=	yes
-USE_BZIP2=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 


More information about the svn-ports-head mailing list