diff options
author | Renato Botelho <garga@FreeBSD.org> | 2021-10-08 08:48:52 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2021-10-12 12:18:54 -0300 |
commit | ff5ded75bcda28c580623504e01f5db8eb6be9cf (patch) | |
tree | 0af5322eeab97f2efffabf4008c252a0bd8eb28e /UPDATING | |
parent | ae22a7846afe2f4c0ac5bc88c5a63001c5eeafb1 (diff) | |
download | freebsd-ports-ff5ded75bcda28c580623504e01f5db8eb6be9cf.zip |
devel/git: Split into subpackages
Removed CVS, GUI, PERFORCE and SUBVERSION options and also gui and svn
FLAVORS, and create 4 new subports:
devel/git-cvs
devel/git-gui
devel/git-p4
devel/git-svn
All these packages depend of devel/git and install only additional files
and manpages. This work is based on initial patch submitted by grembo@i
at review D30238.
PR: 251090
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D32369
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20211012: + AFFECTS: users of devel/git + AUTHOR: garga@FreeBSD.org + + devel/git port was split into multiple sub-ports that depend on devel/git + and install additional files: + + - devel/git-cvs - CVS related scripts and man pages + - devel/git-gui - GUI related scripts and man pages + - devel/git-p4 - Perforce related scripts and man pages + - devel/git-svn - Subversion related scripts and man pages + + Due to these changes, CVS, GUI, PERFORCE, and SUBVERSION options + as well as gui and svn flavors were removed from the port. + 20211010: AFFECTS: users of gtk2 flavored devel/geany* AUTHOR: madpilot@FreeBSD.org |