svn commit: r536282 - in head/devel: . rubygem-request_store14

Matthias Fechner mfechner at FreeBSD.org
Sat May 23 10:28:30 UTC 2020


Author: mfechner
Date: Sat May 23 10:28:29 2020
New Revision: 536282
URL: https://svnweb.freebsd.org/changeset/ports/536282

Log:
  Make devel/rubygem-request_store version 1.4 available as redmine requires this, but gitlab-ce will need version 1.5.

Added:
  head/devel/rubygem-request_store14/
     - copied from r535983, head/devel/rubygem-request_store/
Modified:
  head/devel/Makefile
  head/devel/rubygem-request_store14/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat May 23 10:11:37 2020	(r536281)
+++ head/devel/Makefile	Sat May 23 10:28:29 2020	(r536282)
@@ -6336,6 +6336,7 @@
     SUBDIR += rubygem-ref
     SUBDIR += rubygem-reline
     SUBDIR += rubygem-request_store
+    SUBDIR += rubygem-request_store14
     SUBDIR += rubygem-require_all
     SUBDIR += rubygem-resque
     SUBDIR += rubygem-retriable

Modified: head/devel/rubygem-request_store14/Makefile
==============================================================================
--- head/devel/rubygem-request_store/Makefile	Wed May 20 06:30:16 2020	(r535983)
+++ head/devel/rubygem-request_store14/Makefile	Sat May 23 10:28:29 2020	(r536282)
@@ -5,6 +5,7 @@ PORTNAME=	request_store
 PORTVERSION=	1.4.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	14
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	RequestStore gives you per-request global storage


More information about the svn-ports-head mailing list