Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2013 04:45:05 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323365 - head/devel/rubygem-shoulda-context
Message-ID:  <201307210445.r6L4j5IQ072653@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Jul 21 04:45:05 2013
New Revision: 323365
URL: http://svnweb.freebsd.org/changeset/ports/323365

Log:
  - Fix group permissions
  
  PR:		ports/180379
  Reported by:	romain

Modified:
  head/devel/rubygem-shoulda-context/Makefile

Modified: head/devel/rubygem-shoulda-context/Makefile
==============================================================================
--- head/devel/rubygem-shoulda-context/Makefile	Sun Jul 21 02:41:07 2013	(r323364)
+++ head/devel/rubygem-shoulda-context/Makefile	Sun Jul 21 04:45:05 2013	(r323365)
@@ -3,6 +3,7 @@
 
 PORTNAME=	shoulda-context
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,4 +15,8 @@ USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 PLIST_FILES+=	bin/convert_to_should_syntax
 
+post-patch:
+	@${FIND} ${WRKSRC} -type d -exec ${CHMOD} g+rx '{}' +
+	@${FIND} ${WRKSRC} -type f -exec ${CHMOD} g+r  '{}' +
+
 .include <bsd.port.mk>



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