aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:28:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-09 13:36:31 +0000
commit9f0c0517ae6f3378dea866cbe6a9ac23bcdee279 (patch)
tree1b065d42787e86d441ba2a13fd396fa449e429e2
parentb610962c14814d80e27b9ca516e5c3e2ae406e3e (diff)
downloadports-9f0c0517ae6f3378dea866cbe6a9ac23bcdee279.tar.gz
ports-9f0c0517ae6f3378dea866cbe6a9ac23bcdee279.zip
textproc/rubygem-rouge329: Remove obsoleted port
Use textproc/rubygem-rouge instead.
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-rouge329/Makefile24
-rw-r--r--textproc/rubygem-rouge329/distinfo3
-rw-r--r--textproc/rubygem-rouge329/pkg-descr2
5 files changed, 1 insertions, 30 deletions
diff --git a/MOVED b/MOVED
index e0377cc35d07..7ca403083e3d 100644
--- a/MOVED
+++ b/MOVED
@@ -17906,3 +17906,4 @@ devel/rubygem-sidekiq64|devel/rubygem-sidekiq|2023-04-09|Remove obsoleted port.
security/rubygem-openssl221|security/rubygem-openssl|2023-04-09|Remove obsoleted port. Use security/rubygem-openssl instead
textproc/rubygem-github-markup17|textproc/rubygem-github-markup|2023-04-09|Remove obsoleted port. Use textproc/rubygem-github-markup instead
textproc/rubygem-loofah218|textproc/rubygem-loofah|2023-04-09|Remove obsoleted port. Use textproc/rubygem-loofah instead
+textproc/rubygem-rouge329|textproc/rubygem-rouge|2023-04-09|Remove obsoleted port. Use textproc/rubygem-rouge instead
diff --git a/textproc/Makefile b/textproc/Makefile
index 1d9bd757340c..09c7b3c310e2 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1810,7 +1810,6 @@
SUBDIR += rubygem-ronn
SUBDIR += rubygem-rouge
SUBDIR += rubygem-rouge3
- SUBDIR += rubygem-rouge329
SUBDIR += rubygem-rttool
SUBDIR += rubygem-ruby-augeas
SUBDIR += rubygem-ruby-xslt
diff --git a/textproc/rubygem-rouge329/Makefile b/textproc/rubygem-rouge329/Makefile
deleted file mode 100644
index 38601a7014fd..000000000000
--- a/textproc/rubygem-rouge329/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= rouge
-PORTVERSION= 3.29.0
-CATEGORIES= textproc rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 329
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Simple, easy-to-extend drop-in replacement for pygments
-WWW= https://github.com/jneen/rouge
-
-LICENSE= BSD2CLAUSE MIT
-LICENSE_COMB= dual
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^3\.29\.
-
-post-install:
- ${RM} ${STAGEDIR}${PREFIX}/bin/rougify
-
-.include <bsd.port.mk>
diff --git a/textproc/rubygem-rouge329/distinfo b/textproc/rubygem-rouge329/distinfo
deleted file mode 100644
index 446d2b3d9bbb..000000000000
--- a/textproc/rubygem-rouge329/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1654275959
-SHA256 (rubygem/rouge-3.29.0.gem) = 398811a083adf8946e51c337ed1a47e14972754e766b0751e8a87d0713fbb09d
-SIZE (rubygem/rouge-3.29.0.gem) = 528384
diff --git a/textproc/rubygem-rouge329/pkg-descr b/textproc/rubygem-rouge329/pkg-descr
deleted file mode 100644
index d80d76f1615c..000000000000
--- a/textproc/rubygem-rouge329/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Rouge aims to a be a simple, easy-to-extend drop-in replacement for
-pygments.