Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 06:00:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400108 - head/devel/capstone
Message-ID:  <201510240600.t9O60a3b092760@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Oct 24 06:00:36 2015
New Revision: 400108
URL: https://svnweb.freebsd.org/changeset/ports/400108

Log:
  Unbreak fetch by swithing to USE_GITHUB, there is no diff between the
  extracted tarballs

Modified:
  head/devel/capstone/Makefile
  head/devel/capstone/distinfo

Modified: head/devel/capstone/Makefile
==============================================================================
--- head/devel/capstone/Makefile	Sat Oct 24 05:33:43 2015	(r400107)
+++ head/devel/capstone/Makefile	Sat Oct 24 06:00:36 2015	(r400108)
@@ -3,16 +3,16 @@
 PORTNAME=	capstone
 PORTVERSION=	2.1.2
 CATEGORIES=	devel
-MASTER_SITES=	http://capstone-engine.org/download/${PORTVERSION}/
 
 MAINTAINER=	oliver.pntr@gmail.com
 COMMENT=	Multi-platform, multi-architecture disassembly framework
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN=		Does not fetch
 USES=		gmake
 USE_LDCONFIG=	yes
+USE_GITHUB=	yes
+GH_ACCOUNT=	aquynh
 
 MAKE_ENV+=	INSTALL_LIB="${INSTALL_LIB}" \
 		INSTALL_DATA="${INSTALL_DATA}"

Modified: head/devel/capstone/distinfo
==============================================================================
--- head/devel/capstone/distinfo	Sat Oct 24 05:33:43 2015	(r400107)
+++ head/devel/capstone/distinfo	Sat Oct 24 06:00:36 2015	(r400108)
@@ -1,2 +1,2 @@
-SHA256 (capstone-2.1.2.tar.gz) = 49e41d662c5ed4dcd391ec4cfce75fb31ca4bfd245eba9e8f0cb69d6f6e8d7cc
-SIZE (capstone-2.1.2.tar.gz) = 1353306
+SHA256 (aquynh-capstone-2.1.2_GH0.tar.gz) = 5312ba5fc09fe193f7fc2fd6cbbc34b6ea7a7b002c0fd7acb2b38ee6c492fb9c
+SIZE (aquynh-capstone-2.1.2_GH0.tar.gz) = 1366145



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