diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-10-27 03:02:52 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-10-27 03:02:52 +0000 |
commit | 8f36548b1952da51e02020a213ded55f5b7d7704 (patch) | |
tree | e9f0db78d298830a9f6ee5f43c8553816aad4b7f /devel/rubygem-json/Makefile | |
parent | d1fe202e1984aabf77236db015d5d558e5ba258f (diff) |
Notes
Diffstat (limited to 'devel/rubygem-json/Makefile')
-rw-r--r-- | devel/rubygem-json/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/rubygem-json/Makefile b/devel/rubygem-json/Makefile index 77f6f7735cfa..a28194630245 100644 --- a/devel/rubygem-json/Makefile +++ b/devel/rubygem-json/Makefile @@ -6,8 +6,7 @@ # PORTNAME= json -PORTVERSION= 1.5.3 -PORTREVISION= 1 +PORTVERSION= 1.6.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -17,7 +16,6 @@ COMMENT= Parse JSON texts and generate them from ruby data structures USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/edit_json.rb bin/prettify_json.rb .include <bsd.port.pre.mk> |