diff options
author | danfe <danfe@FreeBSD.org> | 2013-02-26 11:41:27 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-02-26 11:41:27 +0800 |
commit | 788e6a19ac1f64082e51225edb14ca06e6fb4e36 (patch) | |
tree | 4f9a3183c74cd9457737dac67816f8d3ca6c8a5c /net-im/hotot | |
parent | 591cce2e69681c04081c8a3444d6b57d87f690f7 (diff) | |
download | freebsd-ports-gnome-788e6a19ac1f64082e51225edb14ca06e6fb4e36.tar.gz freebsd-ports-gnome-788e6a19ac1f64082e51225edb14ca06e6fb4e36.tar.zst freebsd-ports-gnome-788e6a19ac1f64082e51225edb14ca06e6fb4e36.zip |
Update to version 0.9.8.11 (github commit 6f87ed7).
Diffstat (limited to 'net-im/hotot')
-rw-r--r-- | net-im/hotot/Makefile | 9 | ||||
-rw-r--r-- | net-im/hotot/distinfo | 4 |
2 files changed, 6 insertions, 7 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> diff --git a/net-im/hotot/distinfo b/net-im/hotot/distinfo index 17b758592302..530a1e962b0d 100644 --- a/net-im/hotot/distinfo +++ b/net-im/hotot/distinfo @@ -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 |