Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 15:21:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428859 - head/audio/fplib
Message-ID:  <201612181521.uBIFLemG030485@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Dec 18 15:21:40 2016
New Revision: 428859
URL: https://svnweb.freebsd.org/changeset/ports/428859

Log:
  - Use GitHub repository directly

Modified:
  head/audio/fplib/Makefile
  head/audio/fplib/distinfo

Modified: head/audio/fplib/Makefile
==============================================================================
--- head/audio/fplib/Makefile	Sun Dec 18 15:20:50 2016	(r428858)
+++ head/audio/fplib/Makefile	Sun Dec 18 15:21:40 2016	(r428859)
@@ -5,7 +5,6 @@ PORTNAME=	fplib
 PORTVERSION=	20121001
 PORTREVISION=	3
 CATEGORIES=	audio
-MASTER_SITES=	LOCAL/sunpoet
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Last.fm fingerprint library
@@ -24,4 +23,9 @@ MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 USES=		cmake localbase:ldflags tar:xz
 
+GH_ACCOUNT=	lastfm
+GH_PROJECT=	Fingerprinter
+GH_TAGNAME=	b728727
+USE_GITHUB=	yes
+
 .include <bsd.port.mk>

Modified: head/audio/fplib/distinfo
==============================================================================
--- head/audio/fplib/distinfo	Sun Dec 18 15:20:50 2016	(r428858)
+++ head/audio/fplib/distinfo	Sun Dec 18 15:21:40 2016	(r428859)
@@ -1,2 +1,3 @@
-SHA256 (fplib-20121001.tar.xz) = 8252ad94fd9c8ff37d8dbda3c91c9d0a355692ba4b672d36b4e63601b1a5909a
-SIZE (fplib-20121001.tar.xz) = 55240
+TIMESTAMP = 1482063349
+SHA256 (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = fd15b645658f3f1d9c9c4edf5a0ac35a703925f41048f185768073b7bf174b62
+SIZE (lastfm-Fingerprinter-20121001-b728727_GH0.tar.gz) = 65462



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