cvs commit: ports UPDATING ports/devel/git Makefile distinfo
pkg-plist ports/devel/git/files git_daemon.in patch-Makefile
Wesley Shields
wxs at FreeBSD.org
Wed Aug 27 22:05:12 UTC 2008
wxs 2008-08-27 22:05:12 UTC
FreeBSD ports repository
Modified files:
. UPDATING
devel/git Makefile distinfo pkg-plist
devel/git/files git_daemon.in patch-Makefile
Log:
- Update to 1.6.0.1
Lots of changes, the most visible of which is:
With the default Makefile settings, most of the programs are now
installed outside your $PATH, except for "git", "gitk" and
some server side programs that need to be accessible for technical
reasons. Invoking a git subcommand as "git-xyzzy" from the command
line has been deprecated since early 2006 (and officially announced in
1.5.4 release notes); use of them from your scripts after adding
output from "git --exec-path" to the $PATH is still supported in this
release, but users are again strongly encouraged to adjust their
scripts to use "git xyzzy" form, as we will stop installing
"git-xyzzy" hardlinks for built-in commands in later releases.
The 1.6.0 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt
The 1.6.0.1 Release Notes:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.1.txt
Revision Changes Path
1.707 +19 -1 ports/UPDATING
1.34 +1 -4 ports/devel/git/Makefile
1.22 +6 -6 ports/devel/git/distinfo
1.2 +2 -2 ports/devel/git/files/git_daemon.in
1.9 +18 -15 ports/devel/git/files/patch-Makefile
1.19 +152 -149 ports/devel/git/pkg-plist
More information about the cvs-ports
mailing list