git: 14f9f1dd99f0 - main - devel/rubygem-ruby-fogbugz: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:15:24 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=14f9f1dd99f06b72313222a8fb24bd122c736921
commit 14f9f1dd99f06b72313222a8fb24bd122c736921
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:39:10 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:01:25 +0000
devel/rubygem-ruby-fogbugz: Update version requirement of RUN_DEPENDS
- Update WWW
- Take maintainership
---
devel/rubygem-ruby-fogbugz/Makefile | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/devel/rubygem-ruby-fogbugz/Makefile b/devel/rubygem-ruby-fogbugz/Makefile
index f8a8292cc099..63cf95aab948 100644
--- a/devel/rubygem-ruby-fogbugz/Makefile
+++ b/devel/rubygem-ruby-fogbugz/Makefile
@@ -3,16 +3,17 @@ PORTVERSION= 0.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple Ruby wrapper for the Fogbugz XML API
-WWW= https://github.com/firmafon/ruby-fogbugz
+WWW= https://github.com/szechyjs/ruby-fogbugz
LICENSE= MIT
-RUN_DEPENDS= rubygem-crack>=0.4:devel/rubygem-crack \
- rubygem-multipart-post>=2.0:www/rubygem-multipart-post
+RUN_DEPENDS= rubygem-crack>=0.4<1:devel/rubygem-crack \
+ rubygem-multipart-post>=2.0<3:www/rubygem-multipart-post
-NO_ARCH= yes
USES= gem
+NO_ARCH= yes
+
.include <bsd.port.mk>