Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Oct 2017 12:28:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223071] python flavors
Message-ID:  <bug-223071-13-R4YiFJ6x6Y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223071-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223071-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223071

--- Comment #5 from Mathieu Arnold <mat@FreeBSD.org> ---
Also, generate MOVED entries:

git diff -C05 --no-prefix --name-status origin/trunk...python-flavors |\
  awk '$1 !~ /^M/ && /Makefile/ {
    sub("/Makefile", "", $2);
    n=3D$2;
    sub("/py3.?-", "/py-", n);
    print $2 "|" n "@python3|'`date +%Y-%m-%d`'|Moved to a flavored, generi=
c,
version"
  }'

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223071-13-R4YiFJ6x6Y>