svn commit: r545841 - in head/devel: . rubygem-thor0

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:35:09 UTC 2020


Author: sunpoet
Date: Sun Aug 23 19:35:05 2020
New Revision: 545841
URL: https://svnweb.freebsd.org/changeset/ports/545841

Log:
  Add rubygem-thor0 0.20.3 (copied from rubygem-thor)
  
  - Add PORTSCOUT
  - Updatd WWW

Added:
  head/devel/rubygem-thor0/
     - copied from r545742, head/devel/rubygem-thor/
Modified:
  head/devel/Makefile
  head/devel/rubygem-thor0/Makefile
  head/devel/rubygem-thor0/pkg-descr

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Aug 23 19:35:00 2020	(r545840)
+++ head/devel/Makefile	Sun Aug 23 19:35:05 2020	(r545841)
@@ -6468,6 +6468,7 @@
     SUBDIR += rubygem-terrapin
     SUBDIR += rubygem-test-unit
     SUBDIR += rubygem-thor
+    SUBDIR += rubygem-thor0
     SUBDIR += rubygem-thread_safe
     SUBDIR += rubygem-thread_safe1
     SUBDIR += rubygem-thrift

Modified: head/devel/rubygem-thor0/Makefile
==============================================================================
--- head/devel/rubygem-thor/Makefile	Sat Aug 22 07:29:02 2020	(r545742)
+++ head/devel/rubygem-thor0/Makefile	Sun Aug 23 19:35:05 2020	(r545841)
@@ -4,8 +4,9 @@ PORTNAME=	thor
 PORTVERSION=	0.20.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	0
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Scripting framework that replaces rake, sake, and rubigen
 
 LICENSE=	MIT
@@ -17,5 +18,7 @@ USE_RUBY=	yes
 NO_ARCH=	yes
 
 PLIST_FILES=	bin/thor
+
+PORTSCOUT=	limit:^0\.
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-thor0/pkg-descr
==============================================================================
--- head/devel/rubygem-thor/pkg-descr	Sat Aug 22 07:29:02 2020	(r545742)
+++ head/devel/rubygem-thor0/pkg-descr	Sun Aug 23 19:35:05 2020	(r545841)
@@ -1,3 +1,3 @@
 A scripting framework that replaces rake, sake and rubigen
 
-WWW: https://github.com/wycats/thor
+WWW: https://github.com/erikhuda/thor


More information about the svn-ports-head mailing list