1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Do not add $FreeBSD$ to the patch files.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2017-08-23 13:59:41 +00:00
parent f6d5c90471
commit dba0d85150
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448612

View File

@ -210,9 +210,6 @@ def gendiff(path, wrksrc, outfile = ''):
if (outfile != ''):
outbuf[0] = '--- %s\n' % path_orig
outbuf[1] = '+++ %s\n' % path
outbuf.insert(0, '\n')
outbuf.insert(0, '$%s$\n' % Vars.CVS_ID)
outbuf.insert(0, '\n')
open(outfile, 'w').writelines(outbuf)
else:
sys.stdout.writelines(outbuf)