svn commit: r546402 - in head/devel: . rubygem-grape-entity07

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 27 18:42:35 UTC 2020


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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>


More information about the svn-ports-head mailing list