diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-06-03 20:45:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-06-03 20:45:09 +0800 |
commit | 1d961f465c8b3869a56c8d783f1b27f5ed103474 (patch) | |
tree | d9e004b259d954fe6bd2e84070aff0e192bd0516 /textproc | |
parent | ac36f21cb3c2cea3a5655a0060d6aff9ec0d087a (diff) | |
download | freebsd-ports-gnome-1d961f465c8b3869a56c8d783f1b27f5ed103474.tar.gz freebsd-ports-gnome-1d961f465c8b3869a56c8d783f1b27f5ed103474.tar.zst freebsd-ports-gnome-1d961f465c8b3869a56c8d783f1b27f5ed103474.zip |
- Fix .gemspec for rubygem-blankslate 3.1.2
- Bump PORTREVISION for package change
PR: ports/189984
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-parslet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.mk> |