svn commit: r560919 - in head/textproc: . rubygem-liquid4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 10 08:18:40 UTC 2021


Author: sunpoet
Date: Sun Jan 10 08:18:37 2021
New Revision: 560919
URL: https://svnweb.freebsd.org/changeset/ports/560919

Log:
  Add rubygem-liquid4 4.0.3 (copied from rubygem-liquid)
  
  - Add PORTSCOUT

Added:
  head/textproc/rubygem-liquid4/
     - copied from r560770, head/textproc/rubygem-liquid/
Modified:
  head/textproc/Makefile
  head/textproc/rubygem-liquid4/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Jan 10 08:18:29 2021	(r560918)
+++ head/textproc/Makefile	Sun Jan 10 08:18:37 2021	(r560919)
@@ -1606,6 +1606,7 @@
     SUBDIR += rubygem-liquid
     SUBDIR += rubygem-liquid-tag-parser
     SUBDIR += rubygem-liquid-tag-parser1
+    SUBDIR += rubygem-liquid4
     SUBDIR += rubygem-loggability
     SUBDIR += rubygem-loofah
     SUBDIR += rubygem-ltsv

Modified: head/textproc/rubygem-liquid4/Makefile
==============================================================================
--- head/textproc/rubygem-liquid/Makefile	Fri Jan  8 12:57:22 2021	(r560770)
+++ head/textproc/rubygem-liquid4/Makefile	Sun Jan 10 08:18:37 2021	(r560919)
@@ -5,6 +5,7 @@ PORTNAME=	liquid
 PORTVERSION=	4.0.3
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	4
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Library for rendering safe templates
@@ -16,5 +17,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