aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-jwt/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-10 08:28:14 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-03-10 08:28:14 +0000
commitfb1c6c0e8ec93272d8719e3f971c499c7747fefb (patch)
treee0ab7a090319526951a7c63611b3046181d94401 /www/rubygem-jwt/Makefile
parenta9afa08eb6aeadada262bf96ffa88fc70f84860f (diff)
downloadports-fb1c6c0e8ec93272d8719e3f971c499c7747fefb.tar.gz
ports-fb1c6c0e8ec93272d8719e3f971c499c7747fefb.zip
- Update to 0.1.7
- Cleanup Makefile header Changes: https://github.com/progrium/ruby-jwt/commits/master
Notes
Notes: svn path=/head/; revision=313814
Diffstat (limited to 'www/rubygem-jwt/Makefile')
-rw-r--r--www/rubygem-jwt/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/rubygem-jwt/Makefile b/www/rubygem-jwt/Makefile
index 23ebe0b3a5f3..8011f4eefb6a 100644
--- a/www/rubygem-jwt/Makefile
+++ b/www/rubygem-jwt/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: rubygem-jwt
-# Date created: 2012-07-04
-# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= jwt
-PORTVERSION= 0.1.5
+PORTVERSION= 0.1.7
CATEGORIES= www devel rubygems
MASTER_SITES= RG
@@ -15,7 +11,7 @@ COMMENT= JSON Web Token implementation in Ruby
LICENSE= MIT
-RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
+RUN_DEPENDS= rubygem-multi_json>=1.5:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes