svn commit: r323365 - head/devel/rubygem-shoulda-context
Steve Wills
swills at FreeBSD.org
Sun Jul 21 04:45:05 UTC 2013
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>
More information about the svn-ports-head
mailing list