svn commit: r530027 - in head/devel: . rubygem-method_source0

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Mar 31 22:52:10 UTC 2020


Author: sunpoet
Date: Tue Mar 31 22:52:01 2020
New Revision: 530027
URL: https://svnweb.freebsd.org/changeset/ports/530027

Log:
  Add rubygem-method_source0 0.9.2 (copied from rubygem-method_source)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-method_source0/
     - copied from r529733, head/devel/rubygem-method_source/
Modified:
  head/devel/Makefile
  head/devel/rubygem-method_source0/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Mar 31 22:32:48 2020	(r530026)
+++ head/devel/Makefile	Tue Mar 31 22:52:01 2020	(r530027)
@@ -6092,6 +6092,7 @@
     SUBDIR += rubygem-metaid
     SUBDIR += rubygem-metasm
     SUBDIR += rubygem-method_source
+    SUBDIR += rubygem-method_source0
     SUBDIR += rubygem-micromachine
     SUBDIR += rubygem-micromachine2
     SUBDIR += rubygem-middleware

Modified: head/devel/rubygem-method_source0/Makefile
==============================================================================
--- head/devel/rubygem-method_source/Makefile	Sat Mar 28 13:42:09 2020	(r529733)
+++ head/devel/rubygem-method_source0/Makefile	Tue Mar 31 22:52:01 2020	(r530027)
@@ -5,8 +5,9 @@ PORTNAME=	method_source
 PORTVERSION=	0.9.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	0
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Tool to retrieve the sourcecode for a method
 
 LICENSE=	MIT
@@ -16,5 +17,7 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^0\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list