diff options
| author | Dries Michiels <driesm@FreeBSD.org> | 2026-06-06 14:41:08 +0000 |
|---|---|---|
| committer | Dries Michiels <driesm@FreeBSD.org> | 2026-06-06 14:51:23 +0000 |
| commit | 14d077f4bb68d56b775e77e98b66f8d6ed32970c (patch) | |
| tree | 85a9b3de55ae8ffa85aa78b0eddf92ac89718b4f /irc | |
| parent | 6ac13bd5c7a5f1ec61f47049ba44d6b8c550c64f (diff) | |
Diffstat (limited to 'irc')
| -rw-r--r-- | irc/inspircd/Makefile | 2 | ||||
| -rw-r--r-- | irc/inspircd/pkg-plist | 56 |
2 files changed, 30 insertions, 28 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 22f148f39bab..39eeb1f69895 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -1,6 +1,7 @@ PORTNAME= inspircd DISTVERSIONPREFIX= v DISTVERSION= 4.11.0 +PORTREVISION= 1 CATEGORIES= irc MAINTAINER= driesm@FreeBSD.org @@ -21,6 +22,7 @@ CONFIGURE_ARGS= --binary-dir=${PREFIX}/bin \ --data-dir=${_INSPIRCD_DBDIR} \ --disable-auto-extras \ --distribution-label=${OPSYS}-${PORTVERSION} \ + --example-dir=${EXAMPLESDIR} \ --gid=nobody \ --log-dir=${_INSPIRCD_LOGDIR} \ --manual-dir=${PREFIX}/share/man/man1 \ diff --git a/irc/inspircd/pkg-plist b/irc/inspircd/pkg-plist index 643a8e551243..36309495a721 100644 --- a/irc/inspircd/pkg-plist +++ b/irc/inspircd/pkg-plist @@ -1,33 +1,33 @@ bin/inspircd bin/inspircd-testssl -@sample %%ETCDIR%%/examples/codepages/iso-8859-1.example.conf %%ETCDIR%%/iso-8859-1.conf -@sample %%ETCDIR%%/examples/codepages/iso-8859-2.example.conf %%ETCDIR%%/iso-8859-2.conf -@sample %%ETCDIR%%/examples/filter.example.conf %%ETCDIR%%/filter.conf -@sample %%ETCDIR%%/examples/help.example.conf %%ETCDIR%%/help.conf -@sample %%ETCDIR%%/examples/inspircd.example.conf %%ETCDIR%%/inspircd.conf -@sample %%ETCDIR%%/examples/links.example.conf %%ETCDIR%%/links.conf -@sample %%ETCDIR%%/examples/modules.example.conf %%ETCDIR%%/modules.conf -@sample %%ETCDIR%%/examples/motd.example.txt %%ETCDIR%%/motd.txt -@sample %%ETCDIR%%/examples/opermotd.example.txt %%ETCDIR%%/opermotd.txt -@sample %%ETCDIR%%/examples/opers.example.conf %%ETCDIR%%/opers.conf -@sample %%ETCDIR%%/examples/quotes.example.txt %%ETCDIR%%/quotes.txt -%%ETCDIR%%/examples/codepages/ascii.example.conf -%%ETCDIR%%/examples/codepages/rfc1459.example.conf -%%ETCDIR%%/examples/codepages/strict-rfc1459.example.conf -%%ETCDIR%%/examples/providers/dronebl.example.conf -%%ETCDIR%%/examples/providers/efnet-rbl.example.conf -%%ETCDIR%%/examples/providers/irccloud.example.conf -%%ETCDIR%%/examples/providers/securelist.example.conf -%%ETCDIR%%/examples/providers/torexit.example.conf -%%ETCDIR%%/examples/services/anope.example.conf -%%ETCDIR%%/examples/services/atheme.example.conf -%%ETCDIR%%/examples/services/generic.example.conf -%%ETCDIR%%/examples/sql/sqloper/mysql.sql -%%ETCDIR%%/examples/sql/sqloper/pgsql.sql -%%ETCDIR%%/examples/sql/sqloper/sqlite3.sql -%%ETCDIR%%/examples/sql/log_sql/mysql.sql -%%ETCDIR%%/examples/sql/log_sql/pgsql.sql -%%ETCDIR%%/examples/sql/log_sql/sqlite3.sql +@sample %%EXAMPLESDIR%%/codepages/iso-8859-1.example.conf %%ETCDIR%%/iso-8859-1.conf +@sample %%EXAMPLESDIR%%/codepages/iso-8859-2.example.conf %%ETCDIR%%/iso-8859-2.conf +@sample %%EXAMPLESDIR%%/filter.example.conf %%ETCDIR%%/filter.conf +@sample %%EXAMPLESDIR%%/help.example.conf %%ETCDIR%%/help.conf +@sample %%EXAMPLESDIR%%/inspircd.example.conf %%ETCDIR%%/inspircd.conf +@sample %%EXAMPLESDIR%%/links.example.conf %%ETCDIR%%/links.conf +@sample %%EXAMPLESDIR%%/modules.example.conf %%ETCDIR%%/modules.conf +@sample %%EXAMPLESDIR%%/motd.example.txt %%ETCDIR%%/motd.txt +@sample %%EXAMPLESDIR%%/opermotd.example.txt %%ETCDIR%%/opermotd.txt +@sample %%EXAMPLESDIR%%/opers.example.conf %%ETCDIR%%/opers.conf +@sample %%EXAMPLESDIR%%/quotes.example.txt %%ETCDIR%%/quotes.txt +%%EXAMPLESDIR%%/codepages/ascii.example.conf +%%EXAMPLESDIR%%/codepages/rfc1459.example.conf +%%EXAMPLESDIR%%/codepages/strict-rfc1459.example.conf +%%EXAMPLESDIR%%/providers/dronebl.example.conf +%%EXAMPLESDIR%%/providers/efnet-rbl.example.conf +%%EXAMPLESDIR%%/providers/irccloud.example.conf +%%EXAMPLESDIR%%/providers/securelist.example.conf +%%EXAMPLESDIR%%/providers/torexit.example.conf +%%EXAMPLESDIR%%/services/anope.example.conf +%%EXAMPLESDIR%%/services/atheme.example.conf +%%EXAMPLESDIR%%/services/generic.example.conf +%%EXAMPLESDIR%%/sql/sqloper/mysql.sql +%%EXAMPLESDIR%%/sql/sqloper/pgsql.sql +%%EXAMPLESDIR%%/sql/sqloper/sqlite3.sql +%%EXAMPLESDIR%%/sql/log_sql/mysql.sql +%%EXAMPLESDIR%%/sql/log_sql/pgsql.sql +%%EXAMPLESDIR%%/sql/log_sql/sqlite3.sql %%ETCDIR%%/help.txt libexec/inspircd/deploy-ssl.sh libexec/inspircd/inspircd |
