svn commit: r313393 - head/net-im/hotot

Alexey Dokuchaev danfe at FreeBSD.org
Mon Mar 4 06:13:30 UTC 2013


Author: danfe
Date: Mon Mar  4 06:13:29 2013
New Revision: 313393
URL: http://svnweb.freebsd.org/changeset/ports/313393

Log:
  Update to version 0.9.8.13 to remedy distfile fetch problem.

Modified:
  head/net-im/hotot/Makefile
  head/net-im/hotot/distinfo

Modified: head/net-im/hotot/Makefile
==============================================================================
--- head/net-im/hotot/Makefile	Mon Mar  4 05:12:53 2013	(r313392)
+++ head/net-im/hotot/Makefile	Mon Mar  4 06:13:29 2013	(r313393)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hotot
-PORTVERSION=	0.9.8.11
+PORTVERSION=	0.9.8.13
 CATEGORIES=	net-im www
 
 MAINTAINER=	danfe at FreeBSD.org
@@ -14,7 +14,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	lyricat
 GH_PROJECT=	Hotot
 GH_TAGNAME=	master
-GH_COMMIT=	6f87ed7
+GH_COMMIT=	e0c78bf
 
 USE_CMAKE=	yes
 USE_GETTEXT=	yes
@@ -64,8 +64,8 @@ post-patch:
 # Remove `sourceid' parameter from Google search string
 	@${REINPLACE_CMD} -e 's,sourceid=chrome&,,' \
 		${WRKSRC}/data/js/ui.context_menu.js
-# Sanitize font selection list
-	@${REINPLACE_CMD} -e "/font_list/s/\[.*/['DejaVu Sans', 'Bitstream Vera Sans', 'Droid Sans', 'Verdana', 'Arial', 'Helvetica']/" \
+# Sanitize font selection list and correct version
+	@${REINPLACE_CMD} -e "/font_list/s/\[.*/['DejaVu Sans', 'Bitstream Vera Sans', 'Droid Sans', 'Verdana', 'Arial', 'Helvetica']/ ; /version/s,11,${PORTVERSION:E}," \
 		${WRKSRC}/data/js/conf.js
 # Remove stale backup files (prevent pkg-plist pollution)
 	@${FIND} ${WRKSRC} -type f -name '*.bak' -delete

Modified: head/net-im/hotot/distinfo
==============================================================================
--- head/net-im/hotot/distinfo	Mon Mar  4 05:12:53 2013	(r313392)
+++ head/net-im/hotot/distinfo	Mon Mar  4 06:13:29 2013	(r313393)
@@ -1,2 +1,2 @@
-SHA256 (hotot-0.9.8.11.tar.gz) = 4a970439f47ca84172cf39227a96fc7c9bd3973d2ad804d58566de3feb9a8a16
-SIZE (hotot-0.9.8.11.tar.gz) = 1230747
+SHA256 (hotot-0.9.8.13.tar.gz) = 64c91ca2119baca9bba4117b0b81250b9ba68b3eed57a883469e82691d602234
+SIZE (hotot-0.9.8.13.tar.gz) = 1231377


More information about the svn-ports-all mailing list