Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Jun 2026 14:51:29 +0000
From:      Dries Michiels <driesm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 14d077f4bb68 - main - irc/inspircd: specify examplesdir
Message-ID:  <6a2433f1.3feeb.77d631e3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by driesm:

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

commit 14d077f4bb68d56b775e77e98b66f8d6ed32970c
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2026-06-06 14:41:08 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2026-06-06 14:51:23 +0000

    irc/inspircd: specify examplesdir
    
    PR:     295273
---
 irc/inspircd/Makefile  |  2 ++
 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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2433f1.3feeb.77d631e3>