diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2020-03-30 07:15:24 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2020-03-30 07:15:24 +0000 |
commit | 2d3294b2f6ff0975a7eab62aa9c47ae9a2122ad3 (patch) | |
tree | ba4d64d10a2c804649f42df6c71074a316681fe2 | |
parent | Obsolete, please use devel/rubygem-slack-notifier instead. (diff) |
Obsolete, please use textproc/rubygem-diffy instead.
Notes
Notes:
svn path=/head/; revision=529866
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-diffy31/Makefile | 21 | ||||
-rw-r--r-- | textproc/rubygem-diffy31/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-diffy31/pkg-descr | 3 |
5 files changed, 1 insertions, 28 deletions
@@ -14505,3 +14505,4 @@ devel/py-antlr4-python2-runtime|devel/antlr4-python3-runtime|2020-03-25|Has expi devel/sonarqube|devel/sonarqube-community|2020-03-26|Moved to make it clear that this is the community-edition devel/sonar-ant-task|devel/sonarqube-ant-task|2020-03-26|Moved due to name change upstream devel/rubygem-slack-notifier1|devel/rubygem-slack-notifier|2020-03-30|Obsolete, please use devel/rubygem-slack-notifier instead +textproc/rubygem-diffy31|textproc/rubygem-diffy|2020-03-30|Obsolete, please use textproc/rubygem-diffy instead diff --git a/textproc/Makefile b/textproc/Makefile index 7475ecab6c0d..f9df974a7d03 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1501,7 +1501,6 @@ SUBDIR += rubygem-diff-lcs SUBDIR += rubygem-diff_match_patch SUBDIR += rubygem-diffy - SUBDIR += rubygem-diffy31 SUBDIR += rubygem-docdiff SUBDIR += rubygem-elasticsearch SUBDIR += rubygem-elasticsearch-api diff --git a/textproc/rubygem-diffy31/Makefile b/textproc/rubygem-diffy31/Makefile deleted file mode 100644 index b91a5fb206c2..000000000000 --- a/textproc/rubygem-diffy31/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -PORTNAME= diffy -PORTVERSION= 3.1.0 -CATEGORIES= textproc rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 31 - -MAINTAINER= mfechner@FreeBSD.org -COMMENT= Convenient diffing in ruby - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -PORTSCOUT= limit:^3\.1 - -NO_ARCH= yes -USES= gem -USE_RUBY= yes - -.include <bsd.port.mk> diff --git a/textproc/rubygem-diffy31/distinfo b/textproc/rubygem-diffy31/distinfo deleted file mode 100644 index ae29a093df85..000000000000 --- a/textproc/rubygem-diffy31/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1518159502 -SHA256 (rubygem/diffy-3.1.0.gem) = 72161a619117127af958d3fca3d04a1f6dd6c5bb416209ff923aa4ed7e5cf1ab -SIZE (rubygem/diffy-3.1.0.gem) = 17408 diff --git a/textproc/rubygem-diffy31/pkg-descr b/textproc/rubygem-diffy31/pkg-descr deleted file mode 100644 index ce28df66a018..000000000000 --- a/textproc/rubygem-diffy31/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Convenient diffing in ruby - -WWW: https://github.com/samg/diffy |