From 05e085d6c376cfdd485d9c307073517a7d1ca37f Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Jun 2014 12:45:09 +0000 Subject: [PATCH] - Fix .gemspec for rubygem-blankslate 3.1.2 - Bump PORTREVISION for package change PR: ports/189984 Submitted by: Michael Moll --- textproc/rubygem-parslet/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/textproc/rubygem-parslet/Makefile b/textproc/rubygem-parslet/Makefile index 1044aafb9c3c..87250ecea06e 100644 --- a/textproc/rubygem-parslet/Makefile +++ b/textproc/rubygem-parslet/Makefile @@ -3,6 +3,7 @@ PORTNAME= parslet PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -17,4 +18,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +post-patch: + @${REINPLACE_CMD} -e '17 s|~>|>=|' ${WRKSRC}/${GEM_NAME}.gemspec + .include