svn commit: r339284 - head/net-im/mikutter

TAKATSU Tomonari tota at FreeBSD.org
Thu Jan 9 21:27:57 UTC 2014


Author: tota
Date: Thu Jan  9 21:27:56 2014
New Revision: 339284
URL: http://svnweb.freebsd.org/changeset/ports/339284

Log:
  - Update to 0.2.2.1476
  - Remove redundant argument in REINPLACE_CMD

Modified:
  head/net-im/mikutter/Makefile
  head/net-im/mikutter/distinfo

Modified: head/net-im/mikutter/Makefile
==============================================================================
--- head/net-im/mikutter/Makefile	Thu Jan  9 21:26:59 2014	(r339283)
+++ head/net-im/mikutter/Makefile	Thu Jan  9 21:27:56 2014	(r339284)
@@ -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}/de
 .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
 

Modified: head/net-im/mikutter/distinfo
==============================================================================
--- head/net-im/mikutter/distinfo	Thu Jan  9 21:26:59 2014	(r339283)
+++ head/net-im/mikutter/distinfo	Thu Jan  9 21:27:56 2014	(r339284)
@@ -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


More information about the svn-ports-all mailing list