svn commit: r310400 - in head/deskutils/pinot: . files
Thierry Thomas
thierry at FreeBSD.org
Mon Jan 14 20:45:45 UTC 2013
Author: thierry
Date: Mon Jan 14 20:45:44 2013
New Revision: 310400
URL: http://svnweb.freebsd.org/changeset/ports/310400
Log:
Upgrade to 1.03.
Changelog at
<http://code.google.com/p/pinot-search/source/browse/tags/v1.03/NEWS>.
Modified:
head/deskutils/pinot/Makefile
head/deskutils/pinot/distinfo
head/deskutils/pinot/files/patch-configure (contents, props changed)
Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile Mon Jan 14 19:53:53 2013 (r310399)
+++ head/deskutils/pinot/Makefile Mon Jan 14 20:45:44 2013 (r310400)
@@ -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/
Modified: head/deskutils/pinot/distinfo
==============================================================================
--- head/deskutils/pinot/distinfo Mon Jan 14 19:53:53 2013 (r310399)
+++ head/deskutils/pinot/distinfo Mon Jan 14 20:45:44 2013 (r310400)
@@ -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
Modified: head/deskutils/pinot/files/patch-configure
==============================================================================
--- head/deskutils/pinot/files/patch-configure Mon Jan 14 19:53:53 2013 (r310399)
+++ head/deskutils/pinot/files/patch-configure Mon Jan 14 20:45:44 2013 (r310400)
@@ -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
More information about the svn-ports-all
mailing list