svn commit: r560078 - in head/devel: . rubygem-xdg4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:02:08 UTC 2021


Author: sunpoet
Date: Sun Jan  3 20:02:05 2021
New Revision: 560078
URL: https://svnweb.freebsd.org/changeset/ports/560078

Log:
  Add rubygem-xdg4 4.5.0 (copied from rubygem-xdg)
  
  - Add PORTSCOUT

Added:
  head/devel/rubygem-xdg4/
     - copied from r559936, head/devel/rubygem-xdg/
Modified:
  head/devel/Makefile
  head/devel/rubygem-xdg4/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan  3 20:01:59 2021	(r560077)
+++ head/devel/Makefile	Sun Jan  3 20:02:05 2021	(r560078)
@@ -6649,6 +6649,7 @@
     SUBDIR += rubygem-xdg
     SUBDIR += rubygem-xdg2
     SUBDIR += rubygem-xdg3
+    SUBDIR += rubygem-xdg4
     SUBDIR += rubygem-xpath
     SUBDIR += rubygem-yajl-ruby
     SUBDIR += rubygem-yui-compressor

Modified: head/devel/rubygem-xdg4/Makefile
==============================================================================
--- head/devel/rubygem-xdg/Makefile	Sat Jan  2 13:20:55 2021	(r559936)
+++ head/devel/rubygem-xdg4/Makefile	Sun Jan  3 20:02:05 2021	(r560078)
@@ -5,6 +5,7 @@ PORTNAME=	xdg
 PORTVERSION=	4.5.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	4
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	XDG Base Directory Standard Library for Ruby
@@ -19,5 +20,7 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^4\.
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list