diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2023-08-23 15:38:17 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2023-08-23 16:00:56 +0000 |
commit | 3b17c835e8f57bed742f0e7832052240a136cfcf (patch) | |
tree | 3c7e88ab854f9edc04cf9a94c59f5bd2f320a456 /irc | |
parent | 9cf91a14c5a146ada0c6c4a9a2df5786653a0d04 (diff) | |
download | freebsd-ports-3b17c835e8f57bed742f0e7832052240a136cfcf.zip |
irc/ii: update to 2.0
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ii/Makefile | 4 | ||||
-rw-r--r-- | irc/ii/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/irc/ii/Makefile b/irc/ii/Makefile index 0eb9917aa8eb..3ceb4591448b 100644 --- a/irc/ii/Makefile +++ b/irc/ii/Makefile @@ -1,5 +1,5 @@ PORTNAME= ii -PORTVERSION= 1.9 +PORTVERSION= 2.0 CATEGORIES= irc MASTER_SITES= http://dl.suckless.org/tools/ \ LOCAL/sbz @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE PLIST_FILES= bin/ii man/man1/ii.1.gz -PORTDOCS= CHANGES FAQ README +PORTDOCS= FAQ README OPTIONS_DEFINE= DOCS diff --git a/irc/ii/distinfo b/irc/ii/distinfo index 839054e53416..b20e3c1acd82 100644 --- a/irc/ii/distinfo +++ b/irc/ii/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1644229575 -SHA256 (ii-1.9.tar.gz) = 850cb323b583d261b51bda9993ee733334352a8e6ca1e2f02b57c154bf568c17 -SIZE (ii-1.9.tar.gz) = 12672 +TIMESTAMP = 1692805033 +SHA256 (ii-2.0.tar.gz) = 4f67afcd208c07939b88aadbf21497a702ad0a07f9b5a6ce861f9f39ffe5425b +SIZE (ii-2.0.tar.gz) = 11129 |