svn commit: r312956 - head/net-im/hotot
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Feb 26 03:41:28 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list