- Update to 0.3.1

- Pass maintainership to ruby@
- Add LICENSE
- Support STAGEDIR
- Replace tab with a space after WWW: in pkg-descr
This commit is contained in:
TAKATSU Tomonari 2014-02-20 14:22:23 +00:00
parent 814b708d81
commit 9cf6159862
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345231
3 changed files with 7 additions and 5 deletions

View File

@ -2,13 +2,15 @@
# $FreeBSD$
PORTNAME= cookiejar
PORTVERSION= 0.3.0
PORTVERSION= 0.3.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
MAINTAINER= ruby@FreeBSD.org
COMMENT= Allows for parsing and returning cookies in Ruby HTTP client code
LICENSE= BSD2CLAUSE
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes

View File

@ -1,2 +1,2 @@
SHA256 (rubygem/cookiejar-0.3.0.gem) = f783b8eb981da58db1cb38f8a49781eefd1b84af2b8b7f3d7755cbe8c9460c3f
SIZE (rubygem/cookiejar-0.3.0.gem) = 16896
SHA256 (rubygem/cookiejar-0.3.1.gem) = 36bf16f494e44539a5579f2adea44e4ed0209238f57b9081accbcbbd1f3bfe96
SIZE (rubygem/cookiejar-0.3.1.gem) = 19968

View File

@ -6,4 +6,4 @@ persistence of the cookies in a JSON string.
Both Netscape/RFC 2109 cookies and RFC 2965 cookies are supported.
WWW: https://github.com/dwaite/cookiejar
WWW: https://github.com/dwaite/cookiejar