svn commit: r532298 - in head/textproc: . rubygem-rouge317
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 21 19:33:31 UTC 2020
Author: sunpoet
Date: Tue Apr 21 19:33:30 2020
New Revision: 532298
URL: https://svnweb.freebsd.org/changeset/ports/532298
Log:
Add rubygem-rouge317 3.17.0 (copied from rubygem-rouge)
- Add PORTSCOUT
Added:
head/textproc/rubygem-rouge317/
- copied from r532205, head/textproc/rubygem-rouge/
Modified:
head/textproc/Makefile
head/textproc/rubygem-rouge317/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Tue Apr 21 19:33:24 2020 (r532297)
+++ head/textproc/Makefile Tue Apr 21 19:33:30 2020 (r532298)
@@ -1605,6 +1605,7 @@
SUBDIR += rubygem-rouge
SUBDIR += rubygem-rouge2
SUBDIR += rubygem-rouge312
+ SUBDIR += rubygem-rouge317
SUBDIR += rubygem-rttool
SUBDIR += rubygem-ruby-augeas
SUBDIR += rubygem-ruby-xslt
Modified: head/textproc/rubygem-rouge317/Makefile
==============================================================================
--- head/textproc/rubygem-rouge/Makefile Mon Apr 20 13:41:28 2020 (r532205)
+++ head/textproc/rubygem-rouge317/Makefile Tue Apr 21 19:33:30 2020 (r532298)
@@ -4,6 +4,7 @@ PORTNAME= rouge
PORTVERSION= 3.17.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
+PKGNAMESUFFIX= 317
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Simple, easy-to-extend drop-in replacement for pygments
@@ -17,8 +18,9 @@ USE_RUBY= yes
NO_ARCH= yes
-PLIST_FILES= bin/rougify
+PORTSCOUT= limit:^3\.17\.
-CONFLICTS_INSTALL= rubygem-rouge2
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/rougify
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list