git: ad5559d22091 - main - archivers/rubygem-rubyzip2: Add LICENSE, fix WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Sep 2025 22:52:29 UTC
The branch main has been updated by alven:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ad5559d220918c81010f649bc88ed793094764dd
commit ad5559d220918c81010f649bc88ed793094764dd
Author: Chris Hutchinson <portmaster@BSDforge.com>
AuthorDate: 2025-06-25 00:00:54 +0000
Commit: Älven <alven@FreeBSD.org>
CommitDate: 2025-09-11 22:52:04 +0000
archivers/rubygem-rubyzip2: Add LICENSE, fix WWW
* Replace old WWW which is gone
* While here, pet port(lint,fmt,clippy)
PR: 287793
Approved by: Hsin-Han You <hhyou@cs.nctu.edu.tw>
(maintainer, timeout > 2 months)
Approved by: yuri@ (Mentor)
---
archivers/rubygem-rubyzip2/Makefile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/archivers/rubygem-rubyzip2/Makefile b/archivers/rubygem-rubyzip2/Makefile
index f5d86bcacbdb..ae6323ec1a85 100644
--- a/archivers/rubygem-rubyzip2/Makefile
+++ b/archivers/rubygem-rubyzip2/Makefile
@@ -1,17 +1,18 @@
PORTNAME= rubyzip2
-PORTVERSION= 2.0.2
+DISTVERSION= 2.0.2
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= hhyou@cs.nctu.edu.tw
COMMENT= Ruby compatible Zip library
-WWW= https://github.com/postmodern/rubyzip2
+WWW= https://rubygems.org/gems/rubyzip2
-NO_ARCH= yes
+LICENSE= BSD2CLAUSE
USES= cpe gem
-
CPE_VENDOR= rubyzip_project
CPE_PRODUCT= rubyzip
+NO_ARCH= yes
+
.include <bsd.port.mk>