Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2013 03:41:27 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312956 - head/net-im/hotot
Message-ID:  <201302260341.r1Q3fRI5045210@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Feb 26 03:41:27 2013
New Revision: 312956
URL: http://svnweb.freebsd.org/changeset/ports/312956

Log:
  Update to version 0.9.8.11 (github commit 6f87ed7).

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

Modified: head/net-im/hotot/Makefile
==============================================================================
--- head/net-im/hotot/Makefile	Tue Feb 26 03:29:38 2013	(r312955)
+++ head/net-im/hotot/Makefile	Tue Feb 26 03:41:27 2013	(r312956)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	hotot
-PORTVERSION=	0.9.8.10
-PORTREVISION=	1
+PORTVERSION=	0.9.8.11
 CATEGORIES=	net-im www
 
 MAINTAINER=	danfe@FreeBSD.org
@@ -12,10 +11,10 @@ COMMENT=	Lightweight, flexible microblog
 LICENSE=	LGPL3
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	shellex
+GH_ACCOUNT=	lyricat
 GH_PROJECT=	Hotot
 GH_TAGNAME=	master
-GH_COMMIT=	1110bed
+GH_COMMIT=	6f87ed7
 
 USE_CMAKE=	yes
 USE_GETTEXT=	yes
@@ -68,7 +67,7 @@ post-patch:
 # Sanitize font selection list
 	@${REINPLACE_CMD} -e "/font_list/s/\[.*/['DejaVu Sans', 'Bitstream Vera Sans', 'Droid Sans', 'Verdana', 'Arial', 'Helvetica']/" \
 		${WRKSRC}/data/js/conf.js
-# Remove stale backup files (or they would pollute pkg-plist)
+# Remove stale backup files (prevent pkg-plist pollution)
 	@${FIND} ${WRKSRC} -type f -name '*.bak' -delete
 
 .include <bsd.port.mk>

Modified: head/net-im/hotot/distinfo
==============================================================================
--- head/net-im/hotot/distinfo	Tue Feb 26 03:29:38 2013	(r312955)
+++ head/net-im/hotot/distinfo	Tue Feb 26 03:41:27 2013	(r312956)
@@ -1,2 +1,2 @@
-SHA256 (hotot-0.9.8.10.tar.gz) = 473e76605aef269658e10dddab05892587211c77b86a899fd70a3b99f4c4b761
-SIZE (hotot-0.9.8.10.tar.gz) = 1226397
+SHA256 (hotot-0.9.8.11.tar.gz) = 4a970439f47ca84172cf39227a96fc7c9bd3973d2ad804d58566de3feb9a8a16
+SIZE (hotot-0.9.8.11.tar.gz) = 1230747



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