From owner-svn-ports-head@freebsd.org Thu Dec 22 05:31:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF149C8C39A; Thu, 22 Dec 2016 05:31:23 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 74E6338F; Thu, 22 Dec 2016 05:31:23 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBM5VMgA062713; Thu, 22 Dec 2016 05:31:22 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBM5VMeW062710; Thu, 22 Dec 2016 05:31:22 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201612220531.uBM5VMeW062710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Thu, 22 Dec 2016 05:31:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429142 - head/audio/libofa 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.23 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, 22 Dec 2016 05:31:23 -0000 Author: dbn Date: Thu Dec 22 05:31:22 2016 New Revision: 429142 URL: https://svnweb.freebsd.org/changeset/ports/429142 Log: audio/libofa: fetch source from github. - Use github instead of fedora mirror to ensure we detect any future releases. - NOTE: it appears the www.musicdns.org website is no longer functioning and this port may need to be depreciated if no other service is available PR: 212790 Submitted by: tcberner Approved by: jhale (maintainer timeout: 13 weeks) Modified: head/audio/libofa/Makefile head/audio/libofa/distinfo Modified: head/audio/libofa/Makefile ============================================================================== --- head/audio/libofa/Makefile Thu Dec 22 03:39:02 2016 (r429141) +++ head/audio/libofa/Makefile Thu Dec 22 05:31:22 2016 (r429142) @@ -5,7 +5,6 @@ PORTNAME= libofa PORTVERSION= 0.9.3 PORTREVISION= 10 CATEGORIES= audio -MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/libofa/libofa-0.9.3.tar.gz/51507d2c4b432bd2755f48d58471696e/ MAINTAINER= jhale@FreeBSD.org COMMENT= The Open Fingerprint Architecture Library @@ -21,6 +20,10 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libexpat.so:textproc/expat2 \ libcurl.so:ftp/curl +USE_GITHUB= yes +GH_ACCOUNT= tanob +GH_TAGNAME= b75e45e + PROJECTHOST= musicip-libofa USES= dos2unix libtool pathfix GNU_CONFIGURE= yes Modified: head/audio/libofa/distinfo ============================================================================== --- head/audio/libofa/distinfo Thu Dec 22 03:39:02 2016 (r429141) +++ head/audio/libofa/distinfo Thu Dec 22 05:31:22 2016 (r429142) @@ -1,2 +1,3 @@ -SHA256 (libofa-0.9.3.tar.gz) = 0216466153e92058c5202dea03390ddc7601d916b983f71ce4f4d034405590a0 -SIZE (libofa-0.9.3.tar.gz) = 384043 +TIMESTAMP = 1482384437 +SHA256 (tanob-libofa-0.9.3-b75e45e_GH0.tar.gz) = d87c873bb0f52d6e068f60446574fffe6f11bc3cd492eceb5713818243a47911 +SIZE (tanob-libofa-0.9.3-b75e45e_GH0.tar.gz) = 384610