Date: Sun, 23 Jan 2022 19:26:20 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 84f7473cc20e - main - textproc/rubygem-rouge2: Remove obsoleted port Message-ID: <202201231926.20NJQK6L013159@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=84f7473cc20ed14c38eb360e98e4b868933af3fc commit 84f7473cc20ed14c38eb360e98e4b868933af3fc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-23 18:09:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-23 18:09:57 +0000 textproc/rubygem-rouge2: Remove obsoleted port Use textproc/rubygem-rouge instead. --- MOVED | 1 + textproc/Makefile | 1 - textproc/rubygem-rouge2/Makefile | 25 ------------------------- textproc/rubygem-rouge2/distinfo | 3 --- textproc/rubygem-rouge2/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 33 deletions(-) diff --git a/MOVED b/MOVED index 333185ce05a9..7d786dbc8cb8 100644 --- a/MOVED +++ b/MOVED @@ -16774,3 +16774,4 @@ lang/spidermonkey60|lang/spidermonkey78|2022-01-18|Has expired: Requires python2 shells/ammonite|devel/ammonite|2022-01-18|Ammonite dropped built-in shell support emulators/yuzu-qt5|emulators/yuzu|2022-01-20|Merged as QT5 port option print/py-fonttools3|print/py-fonttools|2022-01-23|Remove obsoleted port. Use print/py-fonttools instead +textproc/rubygem-rouge2|textproc/rubygem-rouge|2022-01-23|Remove obsoleted port. Use textproc/rubygem-rouge instead diff --git a/textproc/Makefile b/textproc/Makefile index 5cd08c01634a..654f7385d984 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1751,7 +1751,6 @@ SUBDIR += rubygem-rmmseg-cpp SUBDIR += rubygem-ronn SUBDIR += rubygem-rouge - SUBDIR += rubygem-rouge2 SUBDIR += rubygem-rouge312 SUBDIR += rubygem-rouge326 SUBDIR += rubygem-rttool diff --git a/textproc/rubygem-rouge2/Makefile b/textproc/rubygem-rouge2/Makefile deleted file mode 100644 index 71c29deafbb0..000000000000 --- a/textproc/rubygem-rouge2/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= rouge -PORTVERSION= 2.2.1 -PORTREVISION= 1 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 2 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Simple, easy-to-extend drop-in replacement for pygments - -LICENSE= BSD2CLAUSE MIT -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -PORTSCOUT= limit:^2\. - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/bin/rougify - -.include <bsd.port.mk> diff --git a/textproc/rubygem-rouge2/distinfo b/textproc/rubygem-rouge2/distinfo deleted file mode 100644 index 3422cc9d21b4..000000000000 --- a/textproc/rubygem-rouge2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1506009272 -SHA256 (rubygem/rouge-2.2.1.gem) = 9a6dfba66fd686449eff227fb5f938e0abfe6722a61c6bbb1f834d5b2654770a -SIZE (rubygem/rouge-2.2.1.gem) = 281088 diff --git a/textproc/rubygem-rouge2/pkg-descr b/textproc/rubygem-rouge2/pkg-descr deleted file mode 100644 index fe4ca567acc7..000000000000 --- a/textproc/rubygem-rouge2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Rouge aims to a be a simple, easy-to-extend drop-in replacement for -pygments. - -WWW: https://github.com/jneen/rouge
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201231926.20NJQK6L013159>