From owner-svn-ports-all@FreeBSD.ORG Fri May 8 20:22:05 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88105AE9; Fri, 8 May 2015 20:22:05 +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 7679D1CA8; Fri, 8 May 2015 20:22:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t48KM5J8083517; Fri, 8 May 2015 20:22:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t48KM5RH083514; Fri, 8 May 2015 20:22:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505082022.t48KM5RH083514@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 8 May 2015 20:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385821 - head/devel/protobuf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 20:22:05 -0000 Author: sunpoet Date: Fri May 8 20:22:04 2015 New Revision: 385821 URL: https://svnweb.freebsd.org/changeset/ports/385821 Log: - Use DISTVERSIONPREFIX instead of GH_TAGNAME - Remove GH_PROJECT Submitted by: mat Modified: head/devel/protobuf/Makefile head/devel/protobuf/distinfo Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Fri May 8 20:08:28 2015 (r385820) +++ head/devel/protobuf/Makefile Fri May 8 20:22:04 2015 (r385821) @@ -3,6 +3,7 @@ PORTNAME= protobuf PORTVERSION= 2.6.1 +DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -19,10 +20,8 @@ USE_CSTD= c99 # for audio/clementine-pla USE_LDCONFIG= yes USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2 -USE_GITHUB= yes GH_ACCOUNT= google -GH_PROJECT= protobuf -GH_TAGNAME= v${PORTVERSION} +USE_GITHUB= yes regression-test test: build cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check Modified: head/devel/protobuf/distinfo ============================================================================== --- head/devel/protobuf/distinfo Fri May 8 20:08:28 2015 (r385820) +++ head/devel/protobuf/distinfo Fri May 8 20:22:04 2015 (r385821) @@ -1,2 +1,2 @@ -SHA256 (google-protobuf-2.6.1-v2.6.1_GH0.tar.bz2) = 2667b7cda4a6bc8a09e5463adf3b5984e08d94e72338277affa8594d8b6e5cd1 -SIZE (google-protobuf-2.6.1-v2.6.1_GH0.tar.bz2) = 1349051 +SHA256 (google-protobuf-v2.6.1_GH0.tar.bz2) = 2667b7cda4a6bc8a09e5463adf3b5984e08d94e72338277affa8594d8b6e5cd1 +SIZE (google-protobuf-v2.6.1_GH0.tar.bz2) = 1349051