diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-01-09 21:27:56 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2014-01-09 21:27:56 +0000 |
commit | 212e23643b316cea6f53793ccf3339f3af14b57a (patch) | |
tree | 9dcaca462834307333451326ed3a6d9f5235411c | |
parent | 550e6096991a4ea3e813712eeb9c743ba53f3ee1 (diff) | |
download | ports-212e23643b316cea6f53793ccf3339f3af14b57a.tar.gz ports-212e23643b316cea6f53793ccf3339f3af14b57a.zip |
- Update to 0.2.2.1476
- Remove redundant argument in REINPLACE_CMD
Notes
Notes:
svn path=/head/; revision=339284
-rw-r--r-- | net-im/mikutter/Makefile | 4 | ||||
-rw-r--r-- | net-im/mikutter/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/mikutter/Makefile b/net-im/mikutter/Makefile index a323f71951a6..42ba4f1dd614 100644 --- a/net-im/mikutter/Makefile +++ b/net-im/mikutter/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 0.2.2.1430 +PORTVERSION= 0.2.2.1476 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL @@ -56,7 +56,7 @@ RUN_DEPENDS+= notify-send:${PORTSDIR}/devel/libnotify .endif post-patch: - @${REINPLACE_CMD} -i '' -e "s|%%RUBY_SITELIBDIR%%|${RUBY_SITELIBDIR}|" \ + @${REINPLACE_CMD} -e "s|%%RUBY_SITELIBDIR%%|${RUBY_SITELIBDIR}|" \ ${WRKSRC}/mikutter.rb @${RM} -r ${WRKSRC}/vendor diff --git a/net-im/mikutter/distinfo b/net-im/mikutter/distinfo index 12d7fe58f28d..1ffcc0c8f102 100644 --- a/net-im/mikutter/distinfo +++ b/net-im/mikutter/distinfo @@ -1,2 +1,2 @@ -SHA256 (mikutter.0.2.2.1430.tar.gz) = f75c21e6e64e6a23a1df9dec7e007dffbd0a2ea835a1aa818f7d85bd63e4d1b6 -SIZE (mikutter.0.2.2.1430.tar.gz) = 2334672 +SHA256 (mikutter.0.2.2.1476.tar.gz) = 40785b06ca7db8d1f87232620bc27eb7f8b322e099fe4a615054cdbc0cbc21db +SIZE (mikutter.0.2.2.1476.tar.gz) = 2334708 |