svn commit: r504645 - in head/textproc: . rubygem-asciidoctor-plantuml008

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 20 16:46:04 UTC 2019


Author: sunpoet
Date: Thu Jun 20 16:46:03 2019
New Revision: 504645
URL: https://svnweb.freebsd.org/changeset/ports/504645

Log:
  Add rubygem-asciidoctor-plantuml008 0.0.8 (copied from rubygem-asciidoctor-plantuml)
  
  - Add PORTSCOUT

Added:
  head/textproc/rubygem-asciidoctor-plantuml008/
     - copied from r504574, head/textproc/rubygem-asciidoctor-plantuml/
Modified:
  head/textproc/Makefile
  head/textproc/rubygem-asciidoctor-plantuml008/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Jun 20 16:29:09 2019	(r504644)
+++ head/textproc/Makefile	Thu Jun 20 16:46:03 2019	(r504645)
@@ -1480,6 +1480,7 @@
     SUBDIR += rubygem-asciidoctor
     SUBDIR += rubygem-asciidoctor-diagram
     SUBDIR += rubygem-asciidoctor-plantuml
+    SUBDIR += rubygem-asciidoctor-plantuml008
     SUBDIR += rubygem-autoprefixer-rails
     SUBDIR += rubygem-babel-source
     SUBDIR += rubygem-babel-transpiler

Modified: head/textproc/rubygem-asciidoctor-plantuml008/Makefile
==============================================================================
--- head/textproc/rubygem-asciidoctor-plantuml/Makefile	Wed Jun 19 16:54:05 2019	(r504574)
+++ head/textproc/rubygem-asciidoctor-plantuml008/Makefile	Thu Jun 20 16:46:03 2019	(r504645)
@@ -5,6 +5,7 @@ PORTNAME=	asciidoctor-plantuml
 PORTVERSION=	0.0.8
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	008
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Asciidoctor PlantUML extension
@@ -13,8 +14,11 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-asciidoctor>=1.5:textproc/rubygem-asciidoctor
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+PORTSCOUT=	ignore:1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list