Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jul 2023 15:51:40 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e408bb88ab75 - main - irc/iroffer-dinoex: update to 3.33
Message-ID:  <202307011551.361FpeIU019370@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e408bb88ab75d58f3b139ab078e9cb2935fbdb69

commit e408bb88ab75d58f3b139ab078e9cb2935fbdb69
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2023-07-01 15:51:21 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2023-07-01 15:51:21 +0000

    irc/iroffer-dinoex: update to 3.33
---
 irc/iroffer-dinoex/Makefile         |  6 +++---
 irc/iroffer-dinoex/distinfo         |  6 +++---
 irc/iroffer-dinoex/files/patch-Lang | 21 ---------------------
 irc/iroffer-dinoex/pkg-plist        |  2 +-
 4 files changed, 7 insertions(+), 28 deletions(-)

diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile
index 08b7766233a4..8c2418dcfede 100644
--- a/irc/iroffer-dinoex/Makefile
+++ b/irc/iroffer-dinoex/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	iroffer
-PORTVERSION=	3.32
-PORTREVISION=	5
+PORTVERSION=	3.33
+PORTREVISION=	0
 CATEGORIES=	irc
 MASTER_SITES=	https://iroffer.net/
 PKGNAMESUFFIX=	-dinoex${PKGNAMESUFFIX2}
@@ -39,7 +39,7 @@ IROFFER_EXAMPLES=	iroffer.cron \
 		sample.config beispiel.config exemple.config \
 		header.html footer.html ruby-sample.rb
 IROFFER_HTDOCS=	iroffer-state.css robots.txt \
-		info.txt.rb json.txt.rb md5.txt.rb sfv.txt.rb
+		info.txt.rb list.json.rb md5.txt.rb sfv.txt.rb
 
 OPTIONS_DEFINE=	CURL RUBY UPNP GEOIP DOCS EXAMPLES
 OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP
diff --git a/irc/iroffer-dinoex/distinfo b/irc/iroffer-dinoex/distinfo
index 45b8bb128feb..5e724068e767 100644
--- a/irc/iroffer-dinoex/distinfo
+++ b/irc/iroffer-dinoex/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553422963
-SHA256 (iroffer-dinoex-3.32.tar.gz) = 07ed5066146da0091497e0f16e4d7834bf13e3eb604846fd940420d0bd072fe5
-SIZE (iroffer-dinoex-3.32.tar.gz) = 1321125
+TIMESTAMP = 1688225355
+SHA256 (iroffer-dinoex-3.33.tar.gz) = 752715253bf35a066dc7af423ae7c4ed7cd98f3466deed1414d817c547069c59
+SIZE (iroffer-dinoex-3.33.tar.gz) = 540521
diff --git a/irc/iroffer-dinoex/files/patch-Lang b/irc/iroffer-dinoex/files/patch-Lang
deleted file mode 100644
index aa213fb35d99..000000000000
--- a/irc/iroffer-dinoex/files/patch-Lang
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -u -r1.17 Lang
---- Lang	20 Dec 2018 07:17:50 -0000	1.17
-+++ Lang	29 Dec 2019 11:16:25 -0000
-@@ -32,14 +32,12 @@
- then
- 	charset="${2}"
- else
--	# autodetect
-+	charset="utf-8"
- 	case "${LANG}" in
--	*.ISO8859-*)
-+	*.ISO8859-*|*.ISO_8859-*)
-+		# autodetect
- 		charset="latin1"
- 		;;
--	*.UTF-8*|*.utf-8*)
--		charset="utf-8"
--		;;
- 	esac
- fi
- utf8="cat"
diff --git a/irc/iroffer-dinoex/pkg-plist b/irc/iroffer-dinoex/pkg-plist
index 99dbc31c8f20..8dda4414c43d 100644
--- a/irc/iroffer-dinoex/pkg-plist
+++ b/irc/iroffer-dinoex/pkg-plist
@@ -40,7 +40,7 @@ man/man7/xdcc.7.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.config
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/info.txt.rb
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/iroffer-state.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/json.txt.rb
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/list.json.rb
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/md5.txt.rb
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/robots.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htdocs/sfv.txt.rb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307011551.361FpeIU019370>