From owner-svn-ports-head@FreeBSD.ORG Thu Mar 21 15:45:33 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 30B2E575; Thu, 21 Mar 2013 15:45:33 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 22E5F30D; Thu, 21 Mar 2013 15:45:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2LFjXwb028719; Thu, 21 Mar 2013 15:45:33 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2LFjX4k028718; Thu, 21 Mar 2013 15:45:33 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201303211545.r2LFjX4k028718@svn.freebsd.org> From: Eitan Adler Date: Thu, 21 Mar 2013 15:45:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314850 - head/security/spass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 15:45:33 -0000 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@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