- Update to 1.2.17

- Simplify Makefile
- Cosmetic change

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.17
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-04 16:14:42 +00:00
parent 4065b145ab
commit 65b7b1d340
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342556
2 changed files with 6 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xapian-omega
PORTVERSION= 1.2.16
PORTVERSION= 1.2.17
CATEGORIES= www
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
LOCAL/sunpoet
@ -32,9 +32,8 @@ USE_XZ= yes
USES= perl5 shebangfix
MORE_PORTDOCS= AUTHORS ChangeLog NEWS README TODO
PORTDOCS= cgiparams.html index.html omegascript.html overview.html \
quickstart.html scriptindex.html termprefixes.html \
${MORE_PORTDOCS}
PORTDOCS= ${MORE_PORTDOCS} cgiparams.html index.html omegascript.html \
overview.html quickstart.html scriptindex.html termprefixes.html
PORTEXAMPLES= omega.conf
SHEBANG_FILES= dbi2omega htdig2omega mbox2omega
@ -50,9 +49,8 @@ post-patch:
${WRKSRC}/Makefile.in
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${MORE_PORTDOCS} ${STAGEDIR}${DOCSDIR}/
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (xapian-omega-1.2.16.tar.xz) = 63df364780b3c5dd0242dccc6d1dc5059292077cc1e2746f38d5f3695ab7fabe
SIZE (xapian-omega-1.2.16.tar.xz) = 417224
SHA256 (xapian-omega-1.2.17.tar.xz) = 0e1b7a41df61d0953159f9fe27ff0c9a584a94c6a7b039f19c07b5454ac8118c
SIZE (xapian-omega-1.2.17.tar.xz) = 417900