git: 1f9333215f3a - main - www/rubygem-acts-as-taggable-on5: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:51:07 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f9333215f3a1fa143892e731c0827e3929f4f5e commit 1f9333215f3a1fa143892e731c0827e3929f4f5e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:30:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:30:18 +0000 www/rubygem-acts-as-taggable-on5: Remove obsoleted port Use www/rubygem-acts-as-taggable-on instead. --- www/rubygem-acts-as-taggable-on5/Makefile | 20 -------------------- www/rubygem-acts-as-taggable-on5/distinfo | 3 --- www/rubygem-acts-as-taggable-on5/pkg-descr | 5 ----- 3 files changed, 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