| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
05 Feb 2007 01:08:46
1.9
|
pav  |
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port (Only the first 15 lines of the commit message are shown above ) |
04 Feb 2007 11:20:51
1.9
|
erwin  |
Update to 1.9
DEPENDS is gone from the bsd.ports.mk: reflect this in the index
processing code.
PR: 108749
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
17 Sep 2006 16:37:31
1.8
|
rafan  |
- Update to 1.8
PR: ports/103325
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer) |
16 Aug 2006 06:51:17
1.7
|
miwi  |
- Respect DESTDIR
PR: ports/102011
Submitted by: Matthew Seaman <m.seaman(at)infracaninophile.co.uk>
Approved by: krion (mentor) |
23 Jul 2006 23:43:53
1.7
|
clsung  |
- update to 1.7
- from Changes
- Following some useful e-mail discussions with Mark Linimon
and Dan Langille, switch to using the MASTER_PORT variable
to detect master/slave relationships between ports.
MASTER_PORT will be set in every slave port whereas
MASTERDIR doesn't have to be. Here a slave port is one
defined as using port metadata from some other port, and
doesn't have to go as far as requiring both master and slave
to use the same Makefile and other ports infrastructure.
- Keep track of the version of the software used to create the
cache, and prompt for a cache rebuild if the software has
been upgraded since. A cache rebuild is definitely required
for the 1.6 -> 1.7 update.
- Don't quit on errors parsing make variables at the cache-init
or cache-update stage. Print copious error messages, but carry
on processing. Entries for ports that fail at this stage will
not be created in the cache.
- Don't quit on errors parsing make variables at the cache-init
or cache-update stage. Print copious error messages, but carry
on processing. Entries for ports that fail at this stage will
not be created in the cache.
PR: 100759
Submitted by: maintainer (Matthew Seaman) |
25 Jun 2006 17:04:23
1.6
|
itetcu  |
Update to 1.6:
This is a bug fix and general improvement release. From the change log:
- Incorporate local ports/categories into the INDEX by scanning Makefile.local
for additions to $SUBDIR. Mentioned on freebsd-ports@freebsd.org by
Rong-En Fan <rafan (at) infor.org>
- Clean up error messages, and factor out common progress counter code.
- Add a new Category object type, and cope better with changes to categories
(ie. ports being hooked up / unhooked from the tree). Problem pointed out by
Colin Percival <cperciva (at) freebsd.org>
- Instead of calling perl to compile exactly the same bit of perl code from
/usr/ports/Mk/bsd.ports.mk about 15,000 times (ie once per port) as a
consequence of actually running 'make describe', just call perl once, use make
to print out the basic variables from the port and replicate the processing
done ourselves.
PR: 99454
Submitted by: author/maintianer |
29 Jan 2006 19:33:05
1.5
|
anray  |
Update to 1.5
This version contains fix to prevent cache-init crashing when it tries
to process the currently empty net-p2p port category.
PR: ports/92503
Submitted by: Matthew Seaman (maintainer) |
24 Jan 2006 01:06:45
1.4
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:52:21
1.4
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
31 Oct 2005 18:19:51
1.4
|
erwin  |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: maintainer |
21 Feb 2005 09:41:35
1.4
|
tobez  |
Update to 1.4.
PR: 77836
Submitted by: maintainer |
25 Jan 2005 18:45:31
1.3
|
arved  |
Update to 1.3
PR: 76655
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
19 Jan 2005 13:03:15
1.2
|
pav  |
- Update to 1.2
PR: ports/76404
Submitted by: Renato Botelho <renato@galle.com.br>
Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
21 Nov 2004 11:14:49
1.1
|
okazaki  |
Add p5-FreeBSD-Portindex 1.1, incremental FreeBSD ports INDEX file
generation.
PR: ports/73612
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |