svn commit: r387306 - head/sysutils/rubygem-sys-host

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 24 18:56:59 UTC 2015


Author: sunpoet
Date: Sun May 24 18:56:58 2015
New Revision: 387306
URL: https://svnweb.freebsd.org/changeset/ports/387306

Log:
  - Add LICENSE
  - Update WWW

Modified:
  head/sysutils/rubygem-sys-host/Makefile
  head/sysutils/rubygem-sys-host/pkg-descr

Modified: head/sysutils/rubygem-sys-host/Makefile
==============================================================================
--- head/sysutils/rubygem-sys-host/Makefile	Sun May 24 18:56:53 2015	(r387305)
+++ head/sysutils/rubygem-sys-host/Makefile	Sun May 24 18:56:58 2015	(r387306)
@@ -9,8 +9,10 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Provides hostname, IP address, and other information for a given host
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+LICENSE=	ART20
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/sysutils/rubygem-sys-host/pkg-descr
==============================================================================
--- head/sysutils/rubygem-sys-host/pkg-descr	Sun May 24 18:56:53 2015	(r387305)
+++ head/sysutils/rubygem-sys-host/pkg-descr	Sun May 24 18:56:58 2015	(r387306)
@@ -1,3 +1,3 @@
 Provides hostname, ip address, and other information for a given host.
 
-WWW: http://rubygems.org/gems/sys-host/
+WWW: https://github.com/djberg96/sys-host


More information about the svn-ports-all mailing list