Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2025 12:48:47 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2cf6092ce37d - main - net-p2p/rtorrent: Fix pkg-message
Message-ID:  <202511111248.5ABCmlHw011257@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eduardo:

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

commit 2cf6092ce37d12311ddd14fd42c946a4dee47214
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2025-11-11 12:40:40 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-11-11 12:48:37 +0000

    net-p2p/rtorrent: Fix pkg-message
    
    Fix pkg-message since 7d8f99a (drop EXAMPLES, add rc.d script) and point
    it to correct location.
    
    Reported by:    Jakob Breivik Grimstveit via e-mail
    MFH:            2025Q4
---
 net-p2p/rtorrent/Makefile             | 1 +
 net-p2p/rtorrent/files/pkg-message.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index 07e576fcf8b4..d6471b280f55 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rtorrent
 DISTVERSION=	0.16.2
+PORTREVISION=	1
 CATEGORIES=	net-p2p
 MASTER_SITES=	https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/
 
diff --git a/net-p2p/rtorrent/files/pkg-message.in b/net-p2p/rtorrent/files/pkg-message.in
index 5f6b738bed1d..5a12a1bbd661 100644
--- a/net-p2p/rtorrent/files/pkg-message.in
+++ b/net-p2p/rtorrent/files/pkg-message.in
@@ -2,7 +2,7 @@
 {
 	message: <<EOM
 An example configuration file for rtorrent has been installed in
-%%EXAMPLESDIR%%. Read it for more information on
+%%ETCDIR%%. Read it for more information on
 how to tweak rtorrent configuration.
 EOM
 	type: install


home | help

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