Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2023 14:08:08 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 94b9e5487b03 - main - sysutils/apt-mirror-devel: do not overwrite existing configuration files.
Message-ID:  <202301161408.30GE88Bf007563@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=94b9e5487b0334008c77e486d8c2f4243735c81c

commit 94b9e5487b0334008c77e486d8c2f4243735c81c
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-01-16 14:07:13 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-01-16 14:07:54 +0000

    sysutils/apt-mirror-devel: do not overwrite existing configuration files.
---
 sysutils/apt-mirror-devel/Makefile  | 1 +
 sysutils/apt-mirror-devel/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/apt-mirror-devel/Makefile b/sysutils/apt-mirror-devel/Makefile
index 3a6f731cb952..79535a478c80 100644
--- a/sysutils/apt-mirror-devel/Makefile
+++ b/sysutils/apt-mirror-devel/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	apt-mirror
 DISTVERSION=	0.5.4-35
 DISTVERSIONSUFFIX=	-g088fa51
+PORTREVISION=	1
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-devel
 
diff --git a/sysutils/apt-mirror-devel/pkg-plist b/sysutils/apt-mirror-devel/pkg-plist
index 62f753fb8ab7..3e41623e5f02 100644
--- a/sysutils/apt-mirror-devel/pkg-plist
+++ b/sysutils/apt-mirror-devel/pkg-plist
@@ -1,4 +1,4 @@
-/etc/apt/mirror.list
+@sample /etc/apt/mirror.list.sample
 bin/apt-mirror
 share/man/man1/apt-mirror.1.gz
 @dir /etc/apt



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