svn commit: r535141 - in head/textproc: . rubygem-rouge318

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 13 20:37:03 UTC 2020


Author: sunpoet
Date: Wed May 13 20:37:00 2020
New Revision: 535141
URL: https://svnweb.freebsd.org/changeset/ports/535141

Log:
  Add rubygem-rouge318 3.18.0 (copied from rubygem-rouge)
  
  - Add PORTSCOUT

Added:
  head/textproc/rubygem-rouge318/
     - copied from r535128, head/textproc/rubygem-rouge/
Modified:
  head/textproc/Makefile
  head/textproc/rubygem-rouge318/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed May 13 20:36:55 2020	(r535140)
+++ head/textproc/Makefile	Wed May 13 20:37:00 2020	(r535141)
@@ -1595,6 +1595,7 @@
     SUBDIR += rubygem-rouge2
     SUBDIR += rubygem-rouge312
     SUBDIR += rubygem-rouge317
+    SUBDIR += rubygem-rouge318
     SUBDIR += rubygem-rttool
     SUBDIR += rubygem-ruby-augeas
     SUBDIR += rubygem-ruby-xslt

Modified: head/textproc/rubygem-rouge318/Makefile
==============================================================================
--- head/textproc/rubygem-rouge/Makefile	Wed May 13 18:11:11 2020	(r535128)
+++ head/textproc/rubygem-rouge318/Makefile	Wed May 13 20:37:00 2020	(r535141)
@@ -4,6 +4,7 @@ PORTNAME=	rouge
 PORTVERSION=	3.18.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	318
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Simple, easy-to-extend drop-in replacement for pygments
@@ -17,6 +18,9 @@ USE_RUBY=	yes
 
 NO_ARCH=	yes
 
-PLIST_FILES=	bin/rougify
+PORTSCOUT=	limit:^3\.18\.
+
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/rougify
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list