diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-02-26 03:41:27 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-02-26 03:41:27 +0000 |
commit | a617ac9f6094e1bb82d74269ade66f9be2aafc74 (patch) | |
tree | 4f9a3183c74cd9457737dac67816f8d3ca6c8a5c /net-im/hotot/Makefile | |
parent | 9cd00ecfdb1ca76ec3a8c353ad583d20fe5c9850 (diff) | |
download | ports-a617ac9f6094e1bb82d74269ade66f9be2aafc74.tar.gz ports-a617ac9f6094e1bb82d74269ade66f9be2aafc74.zip |
Notes
Diffstat (limited to 'net-im/hotot/Makefile')
-rw-r--r-- | net-im/hotot/Makefile | 9 |
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> |