diff options
author | thierry <thierry@FreeBSD.org> | 2011-01-09 23:33:30 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2011-01-09 23:33:30 +0800 |
commit | d9f6bc246abf3942c22145c7bae70b5235917464 (patch) | |
tree | 6cef3dcc35464a631b810866c339aee75fb6aa0b | |
parent | ac9f99e39eafb4886cfd7bb2dc74414f8a86bb81 (diff) | |
download | freebsd-ports-gnome-d9f6bc246abf3942c22145c7bae70b5235917464.tar.gz freebsd-ports-gnome-d9f6bc246abf3942c22145c7bae70b5235917464.tar.zst freebsd-ports-gnome-d9f6bc246abf3942c22145c7bae70b5235917464.zip |
Upgrade to 0.97, a new version that brings improvements to crawling,
memory management and the indexing of acronyms. Several bugs were fixed
and translations were massively updated.
-rw-r--r-- | deskutils/pinot/Makefile | 7 | ||||
-rw-r--r-- | deskutils/pinot/distinfo | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index 4a48efb682af..cd45f2c37c89 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pinot -PORTVERSION= 0.96 -PORTREVISION= 2 +PORTVERSION= 0.97 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_BERLIOS} #MASTER_SITES= http://colinf.chez.com/pinot/ @@ -37,6 +36,8 @@ RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ unrtf:${PORTSDIR}/textproc/unrtf \ catdvi:${PORTSDIR}/print/catdvi +LICENSE= GPLv2 + LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-http=curl --with-ssl=${OPENSSLBASE} --enable-libarchive @@ -87,6 +88,8 @@ pre-configure: ${REINPLACE_CMD} -e 's|-lthr|${PTHREAD_LIBS}|' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' \ ${LM2FIX:S|^|${WRKSRC}/|} + ${REINPLACE_CMD} -e 's|libtextcat/|libtextcat/LM/|' \ + ${WRKSRC}/textcat_conf.txt ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${UL2FIX:S|^|${WRKSRC}/|} ${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ diff --git a/deskutils/pinot/distinfo b/deskutils/pinot/distinfo index 422ed4c6d8a8..1cdd01b3545a 100644 --- a/deskutils/pinot/distinfo +++ b/deskutils/pinot/distinfo @@ -1,3 +1,2 @@ -MD5 (pinot-0.96.tar.gz) = dfce6b3ab310e186e1a69c683266148a -SHA256 (pinot-0.96.tar.gz) = 7564a0d8e6de4961b58b73b8feca782a06cfd987f2e97917067f69504e4a2973 -SIZE (pinot-0.96.tar.gz) = 1107258 +SHA256 (pinot-0.97.tar.gz) = 65910a1cfc07b2fe4df4f377b9f1e84ba1e9e781bc27f2b83d780dbccece03eb +SIZE (pinot-0.97.tar.gz) = 1115824 |