svn commit: r441375 - head/devel/googlemock

Carlos J. Puga Medina cpm at FreeBSD.org
Sun May 21 11:06:15 UTC 2017


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 at 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


More information about the svn-ports-all mailing list