svn commit: r389367 - head/net/rubygem-rubytter

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:51:51 UTC 2015


Author: sunpoet
Date: Sat Jun 13 13:51:50 2015
New Revision: 389367
URL: https://svnweb.freebsd.org/changeset/ports/389367

Log:
  - Add LICENSE
  - Remove USE_RAKE
  - Reformat pkg-descr
  - Take maintainership

Modified:
  head/net/rubygem-rubytter/Makefile
  head/net/rubygem-rubytter/pkg-descr

Modified: head/net/rubygem-rubytter/Makefile
==============================================================================
--- head/net/rubygem-rubytter/Makefile	Sat Jun 13 13:51:45 2015	(r389366)
+++ head/net/rubygem-rubytter/Makefile	Sat Jun 13 13:51:50 2015	(r389367)
@@ -6,15 +6,16 @@ PORTVERSION=	1.5.1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Simple Twitter library
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-json>=1.1.3:${PORTSDIR}/devel/rubygem-json \
 		rubygem-oauth>=0.3.6:${PORTSDIR}/net/rubygem-oauth
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-USE_RAKE=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/net/rubygem-rubytter/pkg-descr
==============================================================================
--- head/net/rubygem-rubytter/pkg-descr	Sat Jun 13 13:51:45 2015	(r389366)
+++ head/net/rubygem-rubytter/pkg-descr	Sat Jun 13 13:51:50 2015	(r389367)
@@ -1,4 +1,4 @@
-Rubytter is simple twitter library. Supports OAuth
-and Implemented with API methods.
+Rubytter is simple twitter library. Supports OAuth and Implemented with API
+methods.
 
 WWW: https://github.com/jugyo/rubytter


More information about the svn-ports-all mailing list