git: 97bf7fe1e5ae - main - www/rubygem-acts-as-taggable-on3: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:51:06 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=97bf7fe1e5aec4f43d35ce6b8a0ae2d773b98679 commit 97bf7fe1e5aec4f43d35ce6b8a0ae2d773b98679 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 19:30:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 19:30:15 +0000 www/rubygem-acts-as-taggable-on3: Remove obsoleted port Use www/rubygem-acts-as-taggable-on instead. --- www/rubygem-acts-as-taggable-on3/Makefile | 21 --------------------- www/rubygem-acts-as-taggable-on3/distinfo | 2 -- www/rubygem-acts-as-taggable-on3/pkg-descr | 5 ----- 3 files changed, 28 deletions(-) diff --git a/www/rubygem-acts-as-taggable-on3/Makefile b/www/rubygem-acts-as-taggable-on3/Makefile deleted file mode 100644 index c8cc9234be7e..000000000000 --- a/www/rubygem-acts-as-taggable-on3/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= acts-as-taggable-on -PORTVERSION= 3.5.0 -CATEGORIES= www rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 3 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Tag a single model on several contexts - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.md - -RUN_DEPENDS= rubygem-activerecord4>=4.1.6:databases/rubygem-activerecord4 - -PORTSCOUT= limit:^3\. - -NO_ARCH= yes -USE_RUBY= yes -USES= gem - -.include <bsd.port.mk> diff --git a/www/rubygem-acts-as-taggable-on3/distinfo b/www/rubygem-acts-as-taggable-on3/distinfo deleted file mode 100644 index 23fddf408e4e..000000000000 --- a/www/rubygem-acts-as-taggable-on3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rubygem/acts-as-taggable-on-3.5.0.gem) = 27dfb17d01ed056c5d28b54142d356bac55953ce66259fa0fad28d4b1bfae02f -SIZE (rubygem/acts-as-taggable-on-3.5.0.gem) = 49152 diff --git a/www/rubygem-acts-as-taggable-on3/pkg-descr b/www/rubygem-acts-as-taggable-on3/pkg-descr deleted file mode 100644 index 0de313df12ab..000000000000 --- a/www/rubygem-acts-as-taggable-on3/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