From owner-svn-ports-all@freebsd.org Sun May 21 11:06:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F09EAD77A7A; Sun, 21 May 2017 11:06:14 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C2C311094; Sun, 21 May 2017 11:06:14 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4LB6D60063136; Sun, 21 May 2017 11:06:13 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4LB6DxN063135; Sun, 21 May 2017 11:06:13 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201705211106.v4LB6DxN063135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Sun, 21 May 2017 11:06:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441375 - head/devel/googlemock 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.23 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: Sun, 21 May 2017 11:06:15 -0000 Author: cpm Date: Sun May 21 11:06:13 2017 New Revision: 441375 URL: https://svnweb.freebsd.org/changeset/ports/441375 Log: - Fix shebangs - Bump PORTREVISION PR: 219401 Submitted by: cpm Approved by: jbeich (maintainer) Modified: head/devel/googlemock/Makefile Modified: head/devel/googlemock/Makefile ============================================================================== --- head/devel/googlemock/Makefile Sun May 21 11:06:07 2017 (r441374) +++ head/devel/googlemock/Makefile Sun May 21 11:06:13 2017 (r441375) @@ -5,6 +5,7 @@ PORTNAME= googlemock DISTVERSIONPREFIX= release- DISTVERSION= 1.8.0-50 DISTVERSIONSUFFIX= -g59c795c +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org @@ -21,7 +22,8 @@ USE_GITHUB= yes GH_ACCOUNT= google GH_PROJECT= googletest -USES= autoreconf libtool localbase +USES= autoreconf libtool localbase python:run shebangfix +SHEBANG_FILES= scripts/gmock_doctor.py WRKSRC_SUBDIR= ${PORTNAME} GNU_CONFIGURE= yes # fused-src python tests are only useful for bundling. There's no point in