diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-12-21 19:30:18 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-12-21 19:30:18 +0000 |
commit | 1f9333215f3a1fa143892e731c0827e3929f4f5e (patch) | |
tree | 64ac118e82bb0001aa769a4b203e334f96def0b9 | |
parent | 97bf7fe1e5aec4f43d35ce6b8a0ae2d773b98679 (diff) |
www/rubygem-acts-as-taggable-on5: Remove obsoleted port
Use www/rubygem-acts-as-taggable-on instead.
-rw-r--r-- | www/rubygem-acts-as-taggable-on5/Makefile | 20 | ||||
-rw-r--r-- | www/rubygem-acts-as-taggable-on5/distinfo | 3 | ||||
-rw-r--r-- | www/rubygem-acts-as-taggable-on5/pkg-descr | 5 |
3 files changed, 0 insertions, 28 deletions
diff --git a/www/rubygem-acts-as-taggable-on5/Makefile b/www/rubygem-acts-as-taggable-on5/Makefile deleted file mode 100644 index 0899fdbaeea1..000000000000 --- a/www/rubygem-acts-as-taggable-on5/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -PORTNAME= acts-as-taggable-on -PORTVERSION= 5.0.0 -CATEGORIES= www rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 5 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Tag a single model on several contexts - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.md - -RUN_DEPENDS= rubygem-activerecord4>=4.2.8:databases/rubygem-activerecord4 - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/www/rubygem-acts-as-taggable-on5/distinfo b/www/rubygem-acts-as-taggable-on5/distinfo deleted file mode 100644 index bcbc8934f614..000000000000 --- a/www/rubygem-acts-as-taggable-on5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1495560214 -SHA256 (rubygem/acts-as-taggable-on-5.0.0.gem) = 71d8a997286bc2dc0d0f65b33416e9d52df88ed80c895c6e0f3f626d15856b4f -SIZE (rubygem/acts-as-taggable-on-5.0.0.gem) = 54272 diff --git a/www/rubygem-acts-as-taggable-on5/pkg-descr b/www/rubygem-acts-as-taggable-on5/pkg-descr deleted file mode 100644 index 0de313df12ab..000000000000 --- a/www/rubygem-acts-as-taggable-on5/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -With ActsAsTaggableOn, you can tag a single model on several contexts, -such as skills, interests, and awards. It also provides other -advanced functionality. - -WWW: https://github.com/mbleigh/acts-as-taggable-on |