svn commit: r476440 - head/devel/rubygem-getopt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 5 19:07:34 UTC 2018


Author: sunpoet
Date: Sun Aug  5 19:07:30 2018
New Revision: 476440
URL: https://svnweb.freebsd.org/changeset/ports/476440

Log:
  Update WWW
  
  - Take maintainership

Modified:
  head/devel/rubygem-getopt/Makefile
  head/devel/rubygem-getopt/pkg-descr

Modified: head/devel/rubygem-getopt/Makefile
==============================================================================
--- head/devel/rubygem-getopt/Makefile	Sun Aug  5 19:07:24 2018	(r476439)
+++ head/devel/rubygem-getopt/Makefile	Sun Aug  5 19:07:30 2018	(r476440)
@@ -6,13 +6,12 @@ PORTVERSION=	1.4.4
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Command line parsing with Ruby
 
 LICENSE=	ART20
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 

Modified: head/devel/rubygem-getopt/pkg-descr
==============================================================================
--- head/devel/rubygem-getopt/pkg-descr	Sun Aug  5 19:07:24 2018	(r476439)
+++ head/devel/rubygem-getopt/pkg-descr	Sun Aug  5 19:07:30 2018	(r476440)
@@ -1,4 +1,4 @@
 Implements a simple Getopt::Std class for command line parsing, as well as a
 Getopt::Long class for more advanced command line parsing.
 
-WWW: https://rubygems.org/gems/getopt
+WWW: https://github.com/djberg96/getopt


More information about the svn-ports-all mailing list