svn commit: r331699 - head/net/rubygem-whois

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 26 14:56:18 UTC 2013


Author: sunpoet
Date: Sat Oct 26 14:56:17 2013
New Revision: 331699
URL: http://svnweb.freebsd.org/changeset/ports/331699

Log:
  - Update to 3.3.1
  - Add LICENSE
  - Support STAGEDIR
  
  Changes:	https://github.com/weppos/whois/commits/master

Modified:
  head/net/rubygem-whois/Makefile
  head/net/rubygem-whois/distinfo

Modified: head/net/rubygem-whois/Makefile
==============================================================================
--- head/net/rubygem-whois/Makefile	Sat Oct 26 14:48:59 2013	(r331698)
+++ head/net/rubygem-whois/Makefile	Sat Oct 26 14:56:17 2013	(r331699)
@@ -2,18 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	whois
-PORTVERSION=	3.2.1
+PORTVERSION=	3.3.1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby whois library
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/ruby-whois
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/rubygem-whois/distinfo
==============================================================================
--- head/net/rubygem-whois/distinfo	Sat Oct 26 14:48:59 2013	(r331698)
+++ head/net/rubygem-whois/distinfo	Sat Oct 26 14:56:17 2013	(r331699)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/whois-3.2.1.gem) = 48c837920aba3f929767047011ba2ad955521029f850efbd4253dbfc39862da1
-SIZE (rubygem/whois-3.2.1.gem) = 101888
+SHA256 (rubygem/whois-3.3.1.gem) = 79c21badc82de08c123cf435bf9642558ce858248841d3697a6b5efb5cc2dd1a
+SIZE (rubygem/whois-3.3.1.gem) = 105472


More information about the svn-ports-all mailing list