From owner-svn-ports-head@FreeBSD.ORG Tue Aug 26 17:22:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39CC0508; Tue, 26 Aug 2014 17:22:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D35F83F18; Tue, 26 Aug 2014 17:22:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7QHM7Iq005830; Tue, 26 Aug 2014 17:22:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7QHM74v005828; Tue, 26 Aug 2014 17:22:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201408261722.s7QHM74v005828@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Aug 2014 17:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366230 - head/devel/json-c X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 17:22:08 -0000 Author: sunpoet Date: Tue Aug 26 17:22:07 2014 New Revision: 366230 URL: http://svnweb.freebsd.org/changeset/ports/366230 QAT: https://qat.redports.org/buildarchive/r366230/ Log: - Update USE_GITHUB usage - Use CONFLICTS_INSTALL instead of CONFLICTS - Bump PORTREVISION for tarball size/hash change (no content change) - Cosmetic change - Take maintainership Modified: head/devel/json-c/Makefile head/devel/json-c/distinfo Modified: head/devel/json-c/Makefile ============================================================================== --- head/devel/json-c/Makefile Tue Aug 26 17:22:02 2014 (r366229) +++ head/devel/json-c/Makefile Tue Aug 26 17:22:07 2014 (r366230) @@ -3,26 +3,26 @@ PORTNAME= json-c PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/ +#MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/archive/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= JSON (JavaScript Object Notation) implementation in C LICENSE= MIT -USE_LDCONFIG= yes +CONFLICTS_INSTALL= cocaine-core-[0-9]* + GNU_CONFIGURE= yes -USES= gmake pathfix pkgconfig libtool -USE_GITHUB= yes +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes +USES= gmake libtool pathfix pkgconfig +USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} +GH_COMMIT= 2a03577 GH_PROJECT= ${PORTNAME} -GH_TAGNAME= 20140410 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} -INSTALL_TARGET= install-strip - -CONFLICTS= cocaine-core-[0-9]* +GH_TAGNAME= ${PORTNAME}-${PORTVERSION}-20140410 .include Modified: head/devel/json-c/distinfo ============================================================================== --- head/devel/json-c/distinfo Tue Aug 26 17:22:02 2014 (r366229) +++ head/devel/json-c/distinfo Tue Aug 26 17:22:07 2014 (r366230) @@ -1,2 +1,2 @@ -SHA256 (json-c-0.12.tar.gz) = de5f051019c3273b9165134394fb5d459a22a554947a7004237a9edd77069e4a -SIZE (json-c-0.12.tar.gz) = 507377 +SHA256 (json-c-0.12.tar.gz) = 630fd9b9f0ce44036118b8c736f354c606f2c0e72bf4b334b1698a910dc99b23 +SIZE (json-c-0.12.tar.gz) = 507423