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 /databases | |
parent | 1004f96c88c0d1a2a98b83db36abedbfe7d2315b (diff) | |
download | ports-bc24ff0b726af4c8196954c09705638689ae2783.tar.gz ports-bc24ff0b726af4c8196954c09705638689ae2783.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xapian-core/Makefile | 6 | ||||
-rw-r--r-- | databases/xapian-core/distinfo | 4 |
2 files changed, 6 insertions, 4 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 |