diff options
author | thierry <thierry@FreeBSD.org> | 2013-01-15 04:45:44 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2013-01-15 04:45:44 +0800 |
commit | c360fc880331106fa1e26ad667008d72681b2687 (patch) | |
tree | 3090af9b4eef8e3a43f544ca9bef3852de166353 /deskutils/pinot | |
parent | ef767c733eae6af168736952a25405ec24382858 (diff) | |
download | freebsd-ports-gnome-c360fc880331106fa1e26ad667008d72681b2687.tar.gz freebsd-ports-gnome-c360fc880331106fa1e26ad667008d72681b2687.tar.zst freebsd-ports-gnome-c360fc880331106fa1e26ad667008d72681b2687.zip |
Upgrade to 1.03.
Changelog at
<http://code.google.com/p/pinot-search/source/browse/tags/v1.03/NEWS>.
Diffstat (limited to 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 3 | ||||
-rw-r--r-- | deskutils/pinot/distinfo | 4 | ||||
-rw-r--r-- | deskutils/pinot/files/patch-configure | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index d19f23dfe04f..e68ffbed8665 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pinot -PORTVERSION= 1.02 -PORTREVISION= 1 +PORTVERSION= 1.03 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ diff --git a/deskutils/pinot/distinfo b/deskutils/pinot/distinfo index 5de077e63d7d..14919c733f69 100644 --- a/deskutils/pinot/distinfo +++ b/deskutils/pinot/distinfo @@ -1,2 +1,2 @@ -SHA256 (pinot-1.02.tar.gz) = ef1a6a2df4b2a1388f33b11be334fb30cca681a39fc93adf18383f8458830fcd -SIZE (pinot-1.02.tar.gz) = 1064857 +SHA256 (pinot-1.03.tar.gz) = 1fb0087fb67a58e45f9fd6e1e4c3aa048e51811d7853ee3e89fca6259cd9c202 +SIZE (pinot-1.03.tar.gz) = 1064215 diff --git a/deskutils/pinot/files/patch-configure b/deskutils/pinot/files/patch-configure index bab2b25786b1..f3992c97f523 100644 --- a/deskutils/pinot/files/patch-configure +++ b/deskutils/pinot/files/patch-configure @@ -5,7 +5,7 @@ fi - TEXTCAT_LIBS="-lexttextcat" -+ TEXTCAT_LIBS="-lexttextcat-1.0" ++ TEXTCAT_LIBS="-lexttextcat-2.0" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable the libarchive filter" >&5 |