Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 18:42:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546402 - in head/devel: . rubygem-grape-entity07
Message-ID:  <202008271842.07RIgUZW017695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Aug 27 18:42:30 2020
New Revision: 546402
URL: https://svnweb.freebsd.org/changeset/ports/546402

Log:
  Add rubygem-grape-entity07 0.7.1 (copied from rubygem-grape-entity)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-grape-entity07/
     - copied from r545837, head/devel/rubygem-grape-entity/
Modified:
  head/devel/Makefile
  head/devel/rubygem-grape-entity07/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Aug 27 18:42:24 2020	(r546401)
+++ head/devel/Makefile	Thu Aug 27 18:42:30 2020	(r546402)
@@ -6054,6 +6054,7 @@
     SUBDIR += rubygem-graf
     SUBDIR += rubygem-grape
     SUBDIR += rubygem-grape-entity
+    SUBDIR += rubygem-grape-entity07
     SUBDIR += rubygem-grape-path-helpers
     SUBDIR += rubygem-grape-route-helpers
     SUBDIR += rubygem-grape-swagger

Modified: head/devel/rubygem-grape-entity07/Makefile
==============================================================================
--- head/devel/rubygem-grape-entity/Makefile	Sun Aug 23 19:21:10 2020	(r545837)
+++ head/devel/rubygem-grape-entity07/Makefile	Thu Aug 27 18:42:30 2020	(r546402)
@@ -2,12 +2,12 @@
 
 PORTNAME=	grape-entity
 PORTVERSION=	0.7.1
-PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	07
 
-MAINTAINER=	ruby@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Simple facade to use with your models and APIs
 
 LICENSE=	MIT
@@ -20,5 +20,7 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^0\.7\.
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271842.07RIgUZW017695>