Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2020 06:42:51 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525897 - in head/deskutils/pinot: . files
Message-ID:  <202002120642.01C6gpCc021620@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Feb 12 06:42:51 2020
New Revision: 525897
URL: https://svnweb.freebsd.org/changeset/ports/525897

Log:
  Upgrade to v1.10.
  
  Release notes at <https://github.com/FabriceColin/pinot/releases/tag/1.10>.

Deleted:
  head/deskutils/pinot/files/
Modified:
  head/deskutils/pinot/Makefile
  head/deskutils/pinot/distinfo

Modified: head/deskutils/pinot/Makefile
==============================================================================
--- head/deskutils/pinot/Makefile	Wed Feb 12 06:41:53 2020	(r525896)
+++ head/deskutils/pinot/Makefile	Wed Feb 12 06:42:51 2020	(r525897)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pinot
-PORTVERSION=	1.09
-PORTREVISION=	22
+PORTVERSION=	1.10
 CATEGORIES=	deskutils
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -24,7 +23,7 @@ LIB_DEPENDS=	libxapian.so:databases/xapian-core		\
 		libnotify.so:devel/libnotify			\
 		libexif.so:graphics/libexif			\
 		libexiv2.so:graphics/exiv2			\
-		libgmime-2.4.so:mail/gmime24			\
+		libgmime-2.6.so:mail/gmime26			\
 		libtag.so:audio/taglib				\
 		libcurl.so:ftp/curl
 RUN_DEPENDS=	update-mime-database:misc/shared-mime-info	\
@@ -38,7 +37,6 @@ RUN_DEPENDS=	update-mime-database:misc/shared-mime-inf
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	FabriceColin
-GH_TAGNAME=	c14d6d5
 
 USES=		compiler:c++11-lang autoreconf gettext gnome libarchive \
 		libtool pkgconfig python shebangfix sqlite:3 ssl xorg
@@ -69,7 +67,7 @@ INSTALLS_ICONS=	yes
 DOCS=		AUTHORS ChangeLog ChangeLog-dijon INSTALL NEWS README TODO
 
 LM2FIX=		textcat_conf.txt textcat3_conf.txt textcat31_conf.txt textcat32_conf.txt
-SHR2FIX=	Core/pinot-search.1 README
+SHR2FIX=	Core/pinot-search.1
 UL2FIX=		Utils/xdgmime/xdgmime.c
 
 post-extract:
@@ -90,8 +88,6 @@ pre-configure:
 		${UL2FIX:S|^|${WRKSRC}/|}
 	${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|'	\
 		${SHR2FIX:S|^|${WRKSRC}/|}
-	${REINPLACE_CMD} -e 's|Icon=pinot.png|Icon=pinot|g' \
-		${WRKSRC}/*.desktop
 
 post-install:
 	${TOUCH} ${STAGEDIR}${DATADIR}/stopwords/.empty_file

Modified: head/deskutils/pinot/distinfo
==============================================================================
--- head/deskutils/pinot/distinfo	Wed Feb 12 06:41:53 2020	(r525896)
+++ head/deskutils/pinot/distinfo	Wed Feb 12 06:42:51 2020	(r525897)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1473961314
-SHA256 (FabriceColin-pinot-1.09-c14d6d5_GH0.tar.gz) = 24faced5089ebe9df143a7ad4a87b9beaf639533e2c113b6de3ed0f6cdce8394
-SIZE (FabriceColin-pinot-1.09-c14d6d5_GH0.tar.gz) = 786374
+TIMESTAMP = 1581456790
+SHA256 (FabriceColin-pinot-1.10_GH0.tar.gz) = 3eb273b1b9ea2b146add790478acf58924d11650e21ca860bd5c79a797585f77
+SIZE (FabriceColin-pinot-1.10_GH0.tar.gz) = 808404



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002120642.01C6gpCc021620>