diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-27 08:30:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-27 08:30:01 +0000 |
commit | 7a6c49c1bb6efaa58b8f7ca8915dcc167030410b (patch) | |
tree | 21194599a3ff73e4575cfae87b0db3c9949a38c9 /databases/xapian-core | |
parent | 6d62cf8cd119a107f4ef2d0bbc05b5f54aafa200 (diff) | |
download | ports-7a6c49c1bb6efaa58b8f7ca8915dcc167030410b.tar.gz ports-7a6c49c1bb6efaa58b8f7ca8915dcc167030410b.zip |
Notes
Diffstat (limited to 'databases/xapian-core')
-rw-r--r-- | databases/xapian-core/Makefile | 9 | ||||
-rw-r--r-- | databases/xapian-core/distinfo | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index d372bedb953e..89bb6e982b71 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xapian-core -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -17,7 +17,8 @@ COMMENT= A probabilistic text search database engine LICENSE= GPLv2 -OPTIONS= SSE2 "Use SSE2 for floating point" off +OPTIONS_DEFINE= DOCS SSE2 +SSE2_DESC= Use SSE2 for floating point PORTSCOUT= limitw:1,even @@ -36,12 +37,12 @@ MAN1= xapian-check.1 \ .include <bsd.port.options.mk> -.if !defined(WITH_SSE2) +.if empty(PORT_OPTIONS:MSSE2) CONFIGURE_ARGS+=--disable-sse .endif post-patch: -.if defined(NOPORTDOCS) +.if empty(PORT_OPTIONS:MDOCS) @${REINPLACE_CMD} -e '/^SUBDIRS = / s| docs||' ${WRKSRC}/Makefile.in .endif diff --git a/databases/xapian-core/distinfo b/databases/xapian-core/distinfo index f58be687f77b..b04809d3a7ae 100644 --- a/databases/xapian-core/distinfo +++ b/databases/xapian-core/distinfo @@ -1,2 +1,2 @@ -SHA256 (xapian-core-1.2.10.tar.gz) = 05cf0c374cdda2b0a655f4d8897b37729a0d0d6887fd12bf86c778b486ef874f -SIZE (xapian-core-1.2.10.tar.gz) = 4121062 +SHA256 (xapian-core-1.2.11.tar.gz) = cfd1d82896a8b2cfd290333102d59ca1ff862f658d560d21d40313f7ff2aac46 +SIZE (xapian-core-1.2.11.tar.gz) = 4138391 |