diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-14 18:46:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-14 18:46:00 +0000 |
commit | bc24ff0b726af4c8196954c09705638689ae2783 (patch) | |
tree | fb403607b3e5bfc31d7fd833eff580826f224a67 | |
parent | 1004f96c88c0d1a2a98b83db36abedbfe7d2315b (diff) | |
download | ports-bc24ff0b726af4c8196954c09705638689ae2783.tar.gz ports-bc24ff0b726af4c8196954c09705638689ae2783.zip |
Notes
-rw-r--r-- | databases/xapian-core/Makefile | 6 | ||||
-rw-r--r-- | databases/xapian-core/distinfo | 4 | ||||
-rw-r--r-- | www/xapian-omega/Makefile | 4 | ||||
-rw-r--r-- | www/xapian-omega/distinfo | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index 9d83c55f4174..d372bedb953e 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xapian-core -PORTVERSION= 1.2.9 +PORTVERSION= 1.2.10 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -19,6 +19,8 @@ LICENSE= GPLv2 OPTIONS= SSE2 "Use SSE2 for floating point" off +PORTSCOUT= limitw:1,even + GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -44,7 +46,7 @@ post-patch: .endif post-install: -.for file in delve quest copydatabase +.for file in copydatabase delve quest ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${PREFIX}/bin/xapian-${file} .endfor diff --git a/databases/xapian-core/distinfo b/databases/xapian-core/distinfo index cce92c080f1a..f58be687f77b 100644 --- a/databases/xapian-core/distinfo +++ b/databases/xapian-core/distinfo @@ -1,2 +1,2 @@ -SHA256 (xapian-core-1.2.9.tar.gz) = c906b80f92c6ecfc931df6dabbe1a3fc78126e1e89661168c468d4f5d6f4b5dd -SIZE (xapian-core-1.2.9.tar.gz) = 4118246 +SHA256 (xapian-core-1.2.10.tar.gz) = 05cf0c374cdda2b0a655f4d8897b37729a0d0d6887fd12bf86c778b486ef874f +SIZE (xapian-core-1.2.10.tar.gz) = 4121062 diff --git a/www/xapian-omega/Makefile b/www/xapian-omega/Makefile index 73887545e58c..533fde5f4989 100644 --- a/www/xapian-omega/Makefile +++ b/www/xapian-omega/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xapian-omega -PORTVERSION= 1.2.9 +PORTVERSION= 1.2.10 CATEGORIES= www MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -21,6 +21,8 @@ LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre \ OPTIONS= ICONV "Enable iconv character set conversion support" on +PORTSCOUT= limitw:1,even + CONFIGURE_ENV= PCRE_CONFIG=${LOCALBASE}/bin/pcre-config \ XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config CPPFLAGS+= -I${LOCALBASE}/include diff --git a/www/xapian-omega/distinfo b/www/xapian-omega/distinfo index 444bbf2cc9f8..d7e507bca66a 100644 --- a/www/xapian-omega/distinfo +++ b/www/xapian-omega/distinfo @@ -1,2 +1,2 @@ -SHA256 (xapian-omega-1.2.9.tar.gz) = 317e145752fc31ca5875d169a0d979506dbe3d9a0ae5f8a2e44d990929771aff -SIZE (xapian-omega-1.2.9.tar.gz) = 617384 +SHA256 (xapian-omega-1.2.10.tar.gz) = 464a681647c1348fe7ab7ab5d8e32c27dc0d48a863ce5d78881e18334dfaad4f +SIZE (xapian-omega-1.2.10.tar.gz) = 620579 |