svn commit: r514408 - head/net/netatalk3

Joe Marcus Clarke marcus at FreeBSD.org
Sun Oct 13 16:09:10 UTC 2019


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 at 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


More information about the svn-ports-head mailing list