aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-paranoia/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-27 18:27:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-27 18:27:48 +0000
commitf1b733912762173a0c5f269f621bc13b19c5dbcc (patch)
treea29c8cd181ac9b053d427936a4d309a7785678d8 /databases/rubygem-paranoia/Makefile
parent4ae562dd77c6f28f980cd3cefd53733a7299e624 (diff)
downloadports-f1b733912762173a0c5f269f621bc13b19c5dbcc.tar.gz
ports-f1b733912762173a0c5f269f621bc13b19c5dbcc.zip
Update to 2.4.2
Notes
Notes: svn path=/head/; revision=500254
Diffstat (limited to 'databases/rubygem-paranoia/Makefile')
-rw-r--r--databases/rubygem-paranoia/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/rubygem-paranoia/Makefile b/databases/rubygem-paranoia/Makefile
index 691eaf47f508..57926d89112e 100644
--- a/databases/rubygem-paranoia/Makefile
+++ b/databases/rubygem-paranoia/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= paranoia
-PORTVERSION= 2.4.1
+PORTVERSION= 2.4.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
@@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-activerecord4>=4.0:databases/rubygem-activerecord4
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>