Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2015 20:07:24 +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: r381855 - head/devel/json-c
Message-ID:  <201503212007.t2LK7OIO001343@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 21 20:07:23 2015
New Revision: 381855
URL: https://svnweb.freebsd.org/changeset/ports/381855
QAT: https://qat.redports.org/buildarchive/r381855/

Log:
  - Update MASTER_SITES
  - Bump PORTREVISION for tarball size/hash change (no content change)

Modified:
  head/devel/json-c/Makefile
  head/devel/json-c/distinfo

Modified: head/devel/json-c/Makefile
==============================================================================
--- head/devel/json-c/Makefile	Sat Mar 21 20:07:17 2015	(r381854)
+++ head/devel/json-c/Makefile	Sat Mar 21 20:07:23 2015	(r381855)
@@ -3,8 +3,9 @@
 
 PORTNAME=	json-c
 PORTVERSION=	0.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
+MASTER_SITES=	https://s3.amazonaws.com/json-c_releases/releases/
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	JSON (JavaScript Object Notation) implementation in C
@@ -15,15 +16,10 @@ CONFLICTS_INSTALL=	cocaine-core-[0-9]*
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+USE_AUTOTOOLS=	autoheader
 USE_LDCONFIG=	yes
 USES=		gmake libtool pathfix pkgconfig
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	${PORTNAME}
-GH_COMMIT=	2a03577
-GH_PROJECT=	${PORTNAME}
-GH_TAGNAME=	${PORTNAME}-${PORTVERSION}-20140410
-
 post-patch:
 	@${REINPLACE_CMD} -e 's| -Werror||g' ${WRKSRC}/Makefile.in
 

Modified: head/devel/json-c/distinfo
==============================================================================
--- head/devel/json-c/distinfo	Sat Mar 21 20:07:17 2015	(r381854)
+++ head/devel/json-c/distinfo	Sat Mar 21 20:07:23 2015	(r381855)
@@ -1,2 +1,2 @@
-SHA256 (json-c-0.12.tar.gz) = 630fd9b9f0ce44036118b8c736f354c606f2c0e72bf4b334b1698a910dc99b23
-SIZE (json-c-0.12.tar.gz) = 507423
+SHA256 (json-c-0.12.tar.gz) = 000c01b2b3f82dcb4261751eb71f1b084404fb7d6a282f06074d3c17078b9f3f
+SIZE (json-c-0.12.tar.gz) = 501419



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