Date: Sun, 13 Oct 2019 16:09:09 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514408 - head/net/netatalk3 Message-ID: <201910131609.x9DG99CR071266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcus Date: Sun Oct 13 16:09:08 2019 New Revision: 514408 URL: https://svnweb.freebsd.org/changeset/ports/514408 Log: Truncate the trailing newlines. This syncs the README files that are produced during pkg-install with those installed from source. This prevents a checksum issue. Reported by: vova@fbsd.ru Modified: head/net/netatalk3/Makefile head/net/netatalk3/pkg-install Modified: head/net/netatalk3/Makefile ============================================================================== --- head/net/netatalk3/Makefile Sun Oct 13 16:05:47 2019 (r514407) +++ head/net/netatalk3/Makefile Sun Oct 13 16:09:08 2019 (r514408) @@ -3,7 +3,7 @@ PORTNAME= netatalk PORTVERSION= 3.1.12 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF Modified: head/net/netatalk3/pkg-install ============================================================================== --- head/net/netatalk3/pkg-install Sun Oct 13 16:05:47 2019 (r514407) +++ head/net/netatalk3/pkg-install Sun Oct 13 16:09:08 2019 (r514408) @@ -9,5 +9,6 @@ case $2 in tee $DBDIR/README > $DBDIR/CNID/README <<-'EOF' This directory contains modifiable Netatalk configuration files and the CNID databases. EOF + truncate -s -1 $DBDIR/README $DBDIR/CNID/README ;; esac
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910131609.x9DG99CR071266>