Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2017 11:06:13 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441375 - head/devel/googlemock
Message-ID:  <201705211106.v4LB6DxN063135@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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