mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
4aabf74f14
============ 1. Switch to saving distfile info in /var/db/ports/$name/distfiles ala PR http://www.freebsd.org/cgi/query-pr.cgi?pr=106483 2. Keep track of distfiles we've already examined so we won't have to do them again (or print the "keeping" message for -v more than once). This has more benefit the more distfiles a port has. 3. Add all distfiles for the new port to DI_FILES after install. This only makes a difference in a few cases, but it's easy to do. Bug Fixes ========= 1. Make sure that $distdir always has a trailing slash in case it is a symlink. [1] 2. In delete_stale(), test whether or not a file is in the _current_ distfile list to make sure that it is not auto_deleted by mistake. [1] 3. When building DI_FILES, only use lines starting with MD5 to avoid adding every file > 1 time. 4. Only run read_distinfos() when we really need it. [1] Inspired by ... PR: ports/116298 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> |
||
---|---|---|
.. | ||
barry | ||
bpkg | ||
bpm | ||
genplist | ||
instant-tinderbox | ||
jailaudit | ||
kports | ||
kports-qt4 | ||
managepkg | ||
newportsversioncheck | ||
p5-FreeBSD-Portindex | ||
p5-FreeBSD-Ports | ||
pib | ||
pkg_cutleaves | ||
pkg_install | ||
pkg_install-devel | ||
pkg_remove | ||
pkg_replace | ||
pkg_rmleaves | ||
pkg_trackinst | ||
pkg_tree | ||
pkg-orphan | ||
pkgfe | ||
pkgsearch | ||
port-authoring-tools | ||
port-maintenance-tools | ||
portaudit | ||
portaudit-db | ||
portbrowser | ||
portcheck | ||
portcheckout | ||
portconf | ||
portdowngrade | ||
porteasy | ||
portell | ||
portless | ||
portlint | ||
portmanager | ||
portmaster | ||
portmk | ||
portscout | ||
portsearch | ||
portsman | ||
portsnap | ||
portsopt | ||
porttools | ||
portupgrade | ||
portupgrade-devel | ||
psearch | ||
qtpkg | ||
tinderbox | ||
tinderbox-devel | ||
vulnerability-test-port | ||
Makefile |