Skip to content

Commit

Permalink
update to 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 30, 2011
1 parent de11bb6 commit 6575b9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PortIndex
@@ -1,2 +1,2 @@
groonga 608
variants universal portdir databases/groonga description {An embeddable fulltext search engine} homepage http://groonga.org/ epoch 0 platforms darwin name groonga depends_lib {port:mecab port:mecab-ipadic-utf8 port:mecab-jumandic-utf8 port:libevent port:zmq port:msgpack} long_description {groonga is an embeddable fulltext search engine library. It can integrate with DBMS and scripting languages to enhance their search functionality. It also provides a standalone data store server based on relation data model.} maintainers kou@clear-code.com license LGPLv2 categories databases version 1.2.0 revision 0
variants universal portdir databases/groonga description {An embeddable fulltext search engine} homepage http://groonga.org/ epoch 0 platforms darwin name groonga depends_lib {port:mecab port:mecab-ipadic-utf8 port:mecab-jumandic-utf8 port:libevent port:zmq port:msgpack} long_description {groonga is an embeddable fulltext search engine library. It can integrate with DBMS and scripting languages to enhance their search functionality. It also provides a standalone data store server based on relation data model.} maintainers kou@clear-code.com license LGPLv2 categories databases version 1.2.2 revision 0
8 changes: 4 additions & 4 deletions databases/groonga/Portfile
@@ -1,6 +1,6 @@
PortSystem 1.0
name groonga
version 1.2.0
version 1.2.2
categories databases
maintainers kou@clear-code.com
description An embeddable fulltext search engine
Expand All @@ -18,9 +18,9 @@ master_sites http://groonga.org/files/groonga/
distname groonga-${version}
worksrcdir ${distname}

checksums md5 c3b0628672269df9298770775e2cbc42 \
sha1 33ef5975ed7ab7dd79fc93378321212d438bb0ae \
rmd160 564d8f59f68dcb415913e10af2dd96e347d70129
checksums md5 fc1f8088b144837b02570c21046b04d5 \
sha1 ce1a3761f9b5c4b265469ab13c42716abf57f2db \
rmd160 e5ff19956d503bdbd01c6dd5e262632b357d539e

depends_lib port:mecab port:mecab-ipadic-utf8 port:mecab-jumandic-utf8 \
port:libevent port:zmq port:msgpack
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Expand Up @@ -14,7 +14,7 @@ portfile=databases/groonga/Portfile

sed -E -i'' -e "s/^(version +)[a-z0-9.\-]+/\1$version/" $portfile

curl -o $tar_gz -L http://groonga.org/files/groonga/$tar_gz
curl -o $tar_gz -L http://packages.groonga.org/source/groonga/$tar_gz

for type in md5 sha1 rmd160; do
hash=$(openssl dgst -$type $tar_gz | cut -f 2 -d ' ')
Expand Down

0 comments on commit 6575b9d

Please sign in to comment.