Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2016 05:31:22 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429142 - head/audio/libofa
Message-ID:  <201612220531.uBM5VMeW062710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612220531.uBM5VMeW062710>