diff options
author | rene <rene@FreeBSD.org> | 2016-11-09 05:33:29 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-11-09 05:33:29 +0800 |
commit | f1cf5f208cd2b28b04a6c9e41725767e68ac7113 (patch) | |
tree | e8541886f9531a88d14f8f4b6f01287042719390 /textproc | |
parent | e1c0ebdfb4e771d00274e3d5f0108c8588acc5aa (diff) | |
download | freebsd-ports-graphics-f1cf5f208cd2b28b04a6c9e41725767e68ac7113.tar.gz freebsd-ports-graphics-f1cf5f208cd2b28b04a6c9e41725767e68ac7113.tar.zst freebsd-ports-graphics-f1cf5f208cd2b28b04a6c9e41725767e68ac7113.zip |
Remove expired port:
2016-11-01 textproc/rubygem-string-scrub: needed only for EOL versions of Ruby
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/rubygem-string-scrub/Makefile | 27 | ||||
-rw-r--r-- | textproc/rubygem-string-scrub/distinfo | 2 | ||||
-rw-r--r-- | textproc/rubygem-string-scrub/pkg-descr | 3 |
4 files changed, 0 insertions, 33 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 55ea6364205..408f1f67a4a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1505,7 +1505,6 @@ SUBDIR += rubygem-simplecov-html SUBDIR += rubygem-spreadsheet SUBDIR += rubygem-stamp - SUBDIR += rubygem-string-scrub SUBDIR += rubygem-syntax SUBDIR += rubygem-termcolor SUBDIR += rubygem-terminal-table diff --git a/textproc/rubygem-string-scrub/Makefile b/textproc/rubygem-string-scrub/Makefile deleted file mode 100644 index 97c45fd49c7..00000000000 --- a/textproc/rubygem-string-scrub/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $FreeBSD$ - -PORTNAME= string-scrub -PORTVERSION= 0.0.5 -CATEGORIES= textproc rubygems -MASTER_SITES= RG - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= String\#scrub for Ruby 2.0.0 and 1.9.3 - -LICENSE= MIT - -DEPRECATED= needed only for EOL versions of Ruby -EXPIRATION_DATE= 2016-11-01 - -NO_ARCH= yes - -USE_RUBY= yes -USES= gem - -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} >= 2.1 -BROKEN= Needed for Ruby 1.9.x/2.0.x only -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/rubygem-string-scrub/distinfo b/textproc/rubygem-string-scrub/distinfo deleted file mode 100644 index ab7fec48694..00000000000 --- a/textproc/rubygem-string-scrub/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/string-scrub-0.0.5.gem) = 0f9d402148de9cb70b7d7b9a973ed40f4708ee581500573f46467c25fcc2c43b -SIZE (rubygem/string-scrub-0.0.5.gem) = 10240 diff --git a/textproc/rubygem-string-scrub/pkg-descr b/textproc/rubygem-string-scrub/pkg-descr deleted file mode 100644 index a59d4b54dfe..00000000000 --- a/textproc/rubygem-string-scrub/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -String#scrub for Ruby 2.0.0 and 1.9.3. - -WWW: http://rubygems.org/gems/string-scrub/ |