diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-14 22:40:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-02-14 22:40:46 +0000 |
commit | 6b9eb105af4ab65fae58c42e7734157ea7402cb8 (patch) | |
tree | d82325d38ba8d6cc496622dc5fa9851f003cc872 /databases/ruby-xapian | |
parent | 5713da2bc79744917b6a3fe9ee23c43ba5a50a5c (diff) |
Update to 1.4.10
Notes
Notes:
svn path=/head/; revision=492941
Diffstat (limited to 'databases/ruby-xapian')
-rw-r--r-- | databases/ruby-xapian/Makefile | 21 | ||||
-rw-r--r-- | databases/ruby-xapian/distinfo | 6 |
2 files changed, 18 insertions, 9 deletions
diff --git a/databases/ruby-xapian/Makefile b/databases/ruby-xapian/Makefile index 9140eb33d3b0..cea781715be8 100644 --- a/databases/ruby-xapian/Makefile +++ b/databases/ruby-xapian/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xapian -PORTVERSION= 1.4.9 -PORTREVISION= 1 +PORTVERSION= 1.4.10 DISTVERSIONPREFIX= bindings- CATEGORIES= databases ruby MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -28,10 +27,20 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lang libtool tar:xz USE_RUBY= yes -CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ - --enable-static --with-ruby \ - --without-csharp --without-java --without-lua --without-perl \ - --without-php --without-python --without-python3 --without-tcl +CONFIGURE_ARGS= --datarootdir=${DATADIR} \ + --docdir=${DOCSDIR} \ + --enable-shared \ + --enable-static \ + --with-ruby \ + --without-csharp \ + --without-java \ + --without-lua \ + --without-perl \ + --without-php \ + --without-php7 \ + --without-python \ + --without-python3 \ + --without-tcl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_CXXSTD= c++11 diff --git a/databases/ruby-xapian/distinfo b/databases/ruby-xapian/distinfo index fcfdfc6ca3f4..cee947665588 100644 --- a/databases/ruby-xapian/distinfo +++ b/databases/ruby-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1541430516 -SHA256 (xapian-bindings-1.4.9.tar.xz) = 9f2d53a6225b6884bae783325d22a2bd44b6988836fa4974ffeb6414c8f88352 -SIZE (xapian-bindings-1.4.9.tar.xz) = 1123628 +TIMESTAMP = 1550171645 +SHA256 (xapian-bindings-1.4.10.tar.xz) = 53abebe8b4d594c246afd94f7dcb33a987c1d207a33beb02e9b08acad92b1d7f +SIZE (xapian-bindings-1.4.10.tar.xz) = 1125168 |