aboutsummaryrefslogtreecommitdiff
path: root/net-im/hotot/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-02-26 03:41:27 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-02-26 03:41:27 +0000
commita617ac9f6094e1bb82d74269ade66f9be2aafc74 (patch)
tree4f9a3183c74cd9457737dac67816f8d3ca6c8a5c /net-im/hotot/Makefile
parent9cd00ecfdb1ca76ec3a8c353ad583d20fe5c9850 (diff)
downloadports-a617ac9f6094e1bb82d74269ade66f9be2aafc74.tar.gz
ports-a617ac9f6094e1bb82d74269ade66f9be2aafc74.zip
Update to version 0.9.8.11 (github commit 6f87ed7).
Notes
Notes: svn path=/head/; revision=312956
Diffstat (limited to 'net-im/hotot/Makefile')
-rw-r--r--net-im/hotot/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-im/hotot/Makefile b/net-im/hotot/Makefile
index 9dcf36e7ff60..47ca3872c277 100644
--- a/net-im/hotot/Makefile
+++ b/net-im/hotot/Makefile
@@ -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 microblogging client
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>