From owner-dev-commits-ports-all@freebsd.org Tue Apr 6 23:45:48 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5AD25C2809; Tue, 6 Apr 2021 23:45:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FFPKm5F2sz58lp; Tue, 6 Apr 2021 23:45:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A6C7A153E4; Tue, 6 Apr 2021 23:45:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 136NjmlI057334; Tue, 6 Apr 2021 23:45:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 136NjmaV057333; Tue, 6 Apr 2021 23:45:48 GMT (envelope-from git) Date: Tue, 6 Apr 2021 23:45:48 GMT Message-Id: <202104062345.136NjmaV057333@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Danilo G. Baio" Subject: git: 283bf6c3ba1d - main - irc/eggdrop: Update to 1.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 283bf6c3ba1d7faef9044ec0f73037c21157e6fb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2021 23:45:48 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=283bf6c3ba1d7faef9044ec0f73037c21157e6fb commit 283bf6c3ba1d7faef9044ec0f73037c21157e6fb Author: Danilo G. Baio AuthorDate: 2021-04-06 23:42:04 +0000 Commit: Danilo G. Baio CommitDate: 2021-04-06 23:42:04 +0000 irc/eggdrop: Update to 1.9.0 Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.9.0/NEWS --- irc/eggdrop/Makefile | 4 ++-- irc/eggdrop/distinfo | 6 +++--- irc/eggdrop/pkg-plist | 8 +++++++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/irc/eggdrop/Makefile b/irc/eggdrop/Makefile index 20e38458cff8..118d7fbf0548 100644 --- a/irc/eggdrop/Makefile +++ b/irc/eggdrop/Makefile @@ -1,7 +1,7 @@ # Created by: Ulrich Spoerlein PORTNAME= eggdrop -PORTVERSION= 1.8.4 +PORTVERSION= 1.9.0 DISTVERSIONPREFIX= v CATEGORIES= irc @@ -81,7 +81,7 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/scripts .for f in CONTENTS action.fix.tcl autobotchk alltools.tcl botchk \ cmd_resolve.tcl compat.tcl dccwhois.tcl getops.tcl klined.tcl notes2.tcl ques5.tcl \ - quotepass.tcl quotepong.tcl sentinel.tcl userinfo.tcl weed + quotepong.tcl sentinel.tcl userinfo.tcl weed ${INSTALL_DATA} ${WRKSRC}/scripts/${f} ${STAGEDIR}${DATADIR}/scripts .endfor @${MKDIR} ${STAGEDIR}${DATADIR}/scripts/help diff --git a/irc/eggdrop/distinfo b/irc/eggdrop/distinfo index c9cd311bae68..2f58a26ed130 100644 --- a/irc/eggdrop/distinfo +++ b/irc/eggdrop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1574378274 -SHA256 (eggheads-eggdrop-v1.8.4_GH0.tar.gz) = 960c7813ccd70e14ac145941f253c8ab394e8876b0ff0cff8327438533419fdf -SIZE (eggheads-eggdrop-v1.8.4_GH0.tar.gz) = 1766635 +TIMESTAMP = 1617751069 +SHA256 (eggheads-eggdrop-v1.9.0_GH0.tar.gz) = a34d1714ad3dd548120d7b5e246a44c6ce5eec72a8762521f9102f77596b3bc6 +SIZE (eggheads-eggdrop-v1.9.0_GH0.tar.gz) = 2194140 diff --git a/irc/eggdrop/pkg-plist b/irc/eggdrop/pkg-plist index e7591f460d5b..d5b720802670 100644 --- a/irc/eggdrop/pkg-plist +++ b/irc/eggdrop/pkg-plist @@ -44,6 +44,7 @@ man/man1/eggdrop.1.gz %%PORTDOCS%%%%DOCSDIR%%/settings/mod.ctcp %%PORTDOCS%%%%DOCSDIR%%/settings/mod.dns %%PORTDOCS%%%%DOCSDIR%%/settings/mod.filesys +%%PORTDOCS%%%%DOCSDIR%%/settings/mod.ident %%PORTDOCS%%%%DOCSDIR%%/settings/mod.irc %%PORTDOCS%%%%DOCSDIR%%/settings/mod.notes %%PORTDOCS%%%%DOCSDIR%%/settings/mod.seen @@ -89,35 +90,41 @@ man/man1/eggdrop.1.gz %%DATADIR%%/language/assoc.finnish.lang %%DATADIR%%/language/assoc.french.lang %%DATADIR%%/language/assoc.german.lang +%%DATADIR%%/language/assoc.italian.lang %%DATADIR%%/language/assoc.portuguese.lang %%DATADIR%%/language/console.danish.lang %%DATADIR%%/language/console.english.lang %%DATADIR%%/language/console.finnish.lang %%DATADIR%%/language/console.french.lang %%DATADIR%%/language/console.german.lang +%%DATADIR%%/language/console.italian.lang %%DATADIR%%/language/console.portuguese.lang %%DATADIR%%/language/core.danish.lang %%DATADIR%%/language/core.english.lang %%DATADIR%%/language/core.finnish.lang %%DATADIR%%/language/core.french.lang %%DATADIR%%/language/core.german.lang +%%DATADIR%%/language/core.italian.lang %%DATADIR%%/language/core.portuguese.lang %%DATADIR%%/language/filesys.danish.lang %%DATADIR%%/language/filesys.english.lang %%DATADIR%%/language/filesys.finnish.lang %%DATADIR%%/language/filesys.french.lang %%DATADIR%%/language/filesys.german.lang +%%DATADIR%%/language/filesys.italian.lang %%DATADIR%%/language/notes.danish.lang %%DATADIR%%/language/notes.english.lang %%DATADIR%%/language/notes.finnish.lang %%DATADIR%%/language/notes.french.lang %%DATADIR%%/language/notes.german.lang +%%DATADIR%%/language/notes.italian.lang %%DATADIR%%/language/notes.portuguese.lang %%DATADIR%%/language/transfer.danish.lang %%DATADIR%%/language/transfer.english.lang %%DATADIR%%/language/transfer.finnish.lang %%DATADIR%%/language/transfer.french.lang %%DATADIR%%/language/transfer.german.lang +%%DATADIR%%/language/transfer.italian.lang %%DATADIR%%/language/transfer.portuguese.lang %%DATADIR%%/scripts/CONTENTS %%DATADIR%%/scripts/action.fix.tcl @@ -134,7 +141,6 @@ man/man1/eggdrop.1.gz %%DATADIR%%/scripts/klined.tcl %%DATADIR%%/scripts/notes2.tcl %%DATADIR%%/scripts/ques5.tcl -%%DATADIR%%/scripts/quotepass.tcl %%DATADIR%%/scripts/quotepong.tcl %%DATADIR%%/scripts/sentinel.tcl %%DATADIR%%/scripts/userinfo.tcl