svn commit: r538932 - in head/textproc: . rubygem-rouge319

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 15 18:39:48 UTC 2020


Author: sunpoet
Date: Mon Jun 15 18:39:47 2020
New Revision: 538932
URL: https://svnweb.freebsd.org/changeset/ports/538932

Log:
  Add rubygem-rouge319 3.19.0 (copied from rubygem-rouge)
  
  - Add PORTSCOUT

Added:
  head/textproc/rubygem-rouge319/
     - copied from r538728, head/textproc/rubygem-rouge/
Modified:
  head/textproc/Makefile
  head/textproc/rubygem-rouge319/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Jun 15 18:39:41 2020	(r538931)
+++ head/textproc/Makefile	Mon Jun 15 18:39:47 2020	(r538932)
@@ -1609,6 +1609,7 @@
     SUBDIR += rubygem-rouge312
     SUBDIR += rubygem-rouge317
     SUBDIR += rubygem-rouge318
+    SUBDIR += rubygem-rouge319
     SUBDIR += rubygem-rttool
     SUBDIR += rubygem-ruby-augeas
     SUBDIR += rubygem-ruby-xslt

Modified: head/textproc/rubygem-rouge319/Makefile
==============================================================================
--- head/textproc/rubygem-rouge/Makefile	Sun Jun 14 10:46:34 2020	(r538728)
+++ head/textproc/rubygem-rouge319/Makefile	Mon Jun 15 18:39:47 2020	(r538932)
@@ -4,6 +4,7 @@ PORTNAME=	rouge
 PORTVERSION=	3.19.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	319
 
 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\.19\.
+
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/rougify
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list