diff options
author | Dries Michiels <driesm.michiels@gmail.com> | 2021-05-17 02:49:36 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-05-17 02:49:36 +0000 |
commit | 1efb9faa31d31d05a545e53e17552325a775d736 (patch) | |
tree | 318226ac773822b5b0c6e401796cae599529d42f | |
parent | d666169c89143713eeeeaa8c340473f30d48acca (diff) | |
download | ports-1efb9faa31d31d05a545e53e17552325a775d736.tar.gz ports-1efb9faa31d31d05a545e53e17552325a775d736.zip |
irc/inspircd: Update to 3.10.0
-rw-r--r-- | irc/inspircd/Makefile | 2 | ||||
-rw-r--r-- | irc/inspircd/distinfo | 6 | ||||
-rw-r--r-- | irc/inspircd/pkg-plist | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 11b3cd2b5678..0f9098842396 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -2,7 +2,7 @@ PORTNAME= inspircd DISTVERSIONPREFIX= v -DISTVERSION= 3.9.0 +DISTVERSION= 3.10.0 CATEGORIES= irc MAINTAINER= driesm.michiels@gmail.com diff --git a/irc/inspircd/distinfo b/irc/inspircd/distinfo index fe33499fb91f..4fab1ca7e878 100644 --- a/irc/inspircd/distinfo +++ b/irc/inspircd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614362910 -SHA256 (inspircd-inspircd-v3.9.0_GH0.tar.gz) = 5bda0fc3d41908cda4580de39d62e8be4840da45f31e072cfca337b838add567 -SIZE (inspircd-inspircd-v3.9.0_GH0.tar.gz) = 853862 +TIMESTAMP = 1621190895 +SHA256 (inspircd-inspircd-v3.10.0_GH0.tar.gz) = 9bbf3581fc1a9443ef4c4595b208e5b8852483cb78b20fe3e98d225fa4538982 +SIZE (inspircd-inspircd-v3.10.0_GH0.tar.gz) = 854024 diff --git a/irc/inspircd/pkg-plist b/irc/inspircd/pkg-plist index 3ddfee2eb317..b97a62141b68 100644 --- a/irc/inspircd/pkg-plist +++ b/irc/inspircd/pkg-plist @@ -1,6 +1,8 @@ bin/inspircd bin/inspircd-genssl bin/inspircd-testssl +@sample %%ETCDIR%%/examples/codepages/iso-8859-1.conf.example %%ETCDIR%%/iso-8859-1.conf +@sample %%ETCDIR%%/examples/codepages/iso-8859-2.conf.example %%ETCDIR%%/iso-8859-2.conf @sample %%ETCDIR%%/examples/filter.conf.example %%ETCDIR%%/filter.conf @sample %%ETCDIR%%/examples/helpop.conf.example %%ETCDIR%%/helpop.conf @sample %%ETCDIR%%/examples/inspircd.conf.example %%ETCDIR%%/inspircd.conf @@ -11,7 +13,6 @@ bin/inspircd-testssl @sample %%ETCDIR%%/examples/opers.conf.example %%ETCDIR%%/opers.conf @sample %%ETCDIR%%/examples/quotes.txt.example %%ETCDIR%%/quotes.txt %%ETCDIR%%/examples/codepages/ascii.conf.example -%%ETCDIR%%/examples/codepages/latin1.conf.example %%ETCDIR%%/examples/codepages/rfc1459.conf.example %%ETCDIR%%/examples/codepages/strict-rfc1459.conf.example %%ETCDIR%%/examples/providers/dronebl.conf.example |