svn commit: r377320 - head/net/libutp

Thomas Zander riggs at FreeBSD.org
Sun Jan 18 11:10:24 UTC 2015


Author: riggs
Date: Sun Jan 18 11:10:22 2015
New Revision: 377320
URL: https://svnweb.freebsd.org/changeset/ports/377320
QAT: https://qat.redports.org/buildarchive/r377320/

Log:
  Convert to USE_GITHUB
  
  PR:		196616
  Submitted by:	jbeich at vfemail.net
  Approved by:	mi at FreeBSD.org (maintainer)

Modified:
  head/net/libutp/Makefile
  head/net/libutp/distinfo

Modified: head/net/libutp/Makefile
==============================================================================
--- head/net/libutp/Makefile	Sun Jan 18 10:55:54 2015	(r377319)
+++ head/net/libutp/Makefile	Sun Jan 18 11:10:22 2015	(r377320)
@@ -3,15 +3,19 @@
 
 PORTNAME=	bittorrent-libutp
 PORTVERSION=	0.20130514
-DISTVERSION=	7c4f19a
 CATEGORIES=	net devel
-MASTER_SITES=	https://github.com/bittorrent/libutp/tarball/${DISTVERSION}/
 
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	The uTorrent Transport Protocol library
 
 LICENSE=	MIT
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	${PORTNAME:C/-.*//}
+GH_PROJECT=	${PORTNAME:C/.*-//}
+GH_TAGNAME=	${GH_COMMIT}
+GH_COMMIT=	7c4f19a
+
 USES=		dos2unix uidfix
 MAKEFILE=	${FILESDIR}/BSDmakefile
 USE_LDCONFIG=	yes

Modified: head/net/libutp/distinfo
==============================================================================
--- head/net/libutp/distinfo	Sun Jan 18 10:55:54 2015	(r377319)
+++ head/net/libutp/distinfo	Sun Jan 18 11:10:22 2015	(r377320)
@@ -1,2 +1,2 @@
-SHA256 (bittorrent-libutp-7c4f19a.tar.gz) = 305ae8aa43bee7d7d7d1411b07bcde246fab449fbdaf087673cf7b07659cb934
-SIZE (bittorrent-libutp-7c4f19a.tar.gz) = 71029
+SHA256 (bittorrent-libutp-0.20130514.tar.gz) = 305ae8aa43bee7d7d7d1411b07bcde246fab449fbdaf087673cf7b07659cb934
+SIZE (bittorrent-libutp-0.20130514.tar.gz) = 71029


More information about the svn-ports-all mailing list