git: 9f0c0517ae6f - main - textproc/rubygem-rouge329: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 13:39:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f0c0517ae6f3378dea866cbe6a9ac23bcdee279 commit 9f0c0517ae6f3378dea866cbe6a9ac23bcdee279 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:28:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:36:31 +0000 textproc/rubygem-rouge329: Remove obsoleted port Use textproc/rubygem-rouge instead. --- MOVED | 1 + textproc/Makefile | 1 - textproc/rubygem-rouge329/Makefile | 24 ------------------------ textproc/rubygem-rouge329/distinfo | 3 --- textproc/rubygem-rouge329/pkg-descr | 2 -- 5 files changed, 1 insertion(+), 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.