- Update to 0.1.1.863
- Mark as BROKEN if RUBY_DEFAULT_VER is 1.8 - Fix pkg-plist
This commit is contained in:
parent
fca76fbcf9
commit
d67cfe3d13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303705
3 changed files with 9 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= mikutter
|
||||
PORTVERSION= 0.1.1.814
|
||||
PORTVERSION= 0.1.1.863
|
||||
CATEGORIES= net-im ruby
|
||||
MASTER_SITES= http://mikutter.hachune.net/bin/ \
|
||||
LOCAL
|
||||
|
@ -28,8 +28,6 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \
|
|||
rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \
|
||||
${RUBY_SITELIBDIR}/bsearch.rb:${PORTSDIR}/devel/ruby-bsearch
|
||||
|
||||
BROKEN= does not build
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_RUBY= yes
|
||||
|
@ -56,7 +54,11 @@ NOTIFY_DESC= notify-send support
|
|||
|
||||
OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${RUBY_DEFAULT_VER} == 1.8
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MHTTPCLIENT}
|
||||
RUN_DEPENDS+= rubygem-httpclient>=0:${PORTSDIR}/www/rubygem-httpclient
|
||||
|
@ -94,7 +96,6 @@ x-generate-plist:
|
|||
${FIND} ${RUBY_SITELIBDIR}/mikutter -type f | ${SORT} | ${SED} -e 's,${RUBY_SITELIBDIR},%%RUBY_SITELIBDIR%%,' >> pkg-plist.new
|
||||
${ECHO} share/applications/mikutter.desktop >> pkg-plist.new
|
||||
${ECHO} '@dirrmtry share/applications' >> pkg-plist.new
|
||||
${ECHO} @exec ${MKDIR:S|/bin/||} %D/%%RUBY_SITELIBDIR%%/mikutter/core/hatsunelisp >> pkg-plist.new
|
||||
${FIND} ${RUBY_SITELIBDIR}/mikutter -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITELIBDIR},@dirrm %%RUBY_SITELIBDIR%%,' >> pkg-plist.new
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (mikutter.0.1.1.814.tar.gz) = 627ff2f9bf6091c2e32163e782212cc21ca081fc23ecb8f590b84bc812a64ede
|
||||
SIZE (mikutter.0.1.1.814.tar.gz) = 2242241
|
||||
SHA256 (mikutter.0.1.1.863.tar.gz) = 17a4a1a7b7cdc0cd492c2a94da74164cf7e346795924580e6de55ddfa4024986
|
||||
SIZE (mikutter.0.1.1.863.tar.gz) = 2242314
|
||||
|
|
|
@ -237,7 +237,6 @@ bin/mikutter
|
|||
%%RUBY_SITELIBDIR%%/mikutter/plugin/WHATSTHIS
|
||||
share/applications/mikutter.desktop
|
||||
@dirrmtry share/applications
|
||||
@exec mkdir -p %D/%%RUBY_SITELIBDIR%%/mikutter/core/hatsunelisp
|
||||
@dirrm %%RUBY_SITELIBDIR%%/mikutter/plugin
|
||||
@dirrm %%RUBY_SITELIBDIR%%/mikutter/core/test
|
||||
@dirrm %%RUBY_SITELIBDIR%%/mikutter/core/skin/data/sounds/sources/retweeted_data/e00/d00
|
||||
|
|
Loading…
Reference in a new issue