- Update to 0.2.2.1537
- Add missing DOCS option to OPTIONS_DEFINE - Make docs unconditional
This commit is contained in:
parent
0ade3b428b
commit
e0fc09060a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351134
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mikutter
|
||||
PORTVERSION= 0.2.2.1476
|
||||
PORTVERSION= 0.2.2.1537
|
||||
CATEGORIES= net-im ruby
|
||||
MASTER_SITES= http://mikutter.hachune.net/bin/ \
|
||||
LOCAL
|
||||
@ -39,7 +39,7 @@ SUB_LIST= RUBY_SITELIBDIR=${RUBY_SITELIBDIR}
|
||||
|
||||
REINPLACE_ARGS= -i ''
|
||||
|
||||
OPTIONS_DEFINE= HTTPCLIENT NOTIFY
|
||||
OPTIONS_DEFINE= DOCS HTTPCLIENT NOTIFY
|
||||
HTTPCLIENT_DESC= httpclient support
|
||||
NOTIFY_DESC= notify-send support
|
||||
|
||||
@ -66,10 +66,8 @@ do-install:
|
||||
&& ${COPYTREE_SHARE} core ${STAGEDIR}${RUBY_SITELIBDIR}/mikutter \
|
||||
&& ${COPYTREE_SHARE} plugin ${STAGEDIR}${RUBY_SITELIBDIR}/mikutter
|
||||
${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${PREFIX}/share/applications/
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
x-generate-plist: stage
|
||||
${ECHO} bin/mikutter > pkg-plist.new
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (mikutter.0.2.2.1476.tar.gz) = 40785b06ca7db8d1f87232620bc27eb7f8b322e099fe4a615054cdbc0cbc21db
|
||||
SIZE (mikutter.0.2.2.1476.tar.gz) = 2334708
|
||||
SHA256 (mikutter.0.2.2.1537.tar.gz) = 6d4762e3da22a76236e9cd045f6d06b207b8f3a6969d98f13c3ca22f7e762ed2
|
||||
SIZE (mikutter.0.2.2.1537.tar.gz) = 2334837
|
||||
|
Loading…
Reference in New Issue
Block a user