| Commit message (Expand) | Author | Age | Files | Lines |
* | - Update WWW | amdmi3 | 2019-04-23 | 1 | -1/+1 |
* | Remove reference to obsolete INDEX files for FreeBSD7-9 and report build | se | 2018-10-28 | 3 | -9/+25 |
* | Fix upgrades of moved ports. | se | 2018-10-22 | 2 | -3/+10 |
* | Make portmaster use "pkg-static" instead of "pkg". This prevents problems | se | 2018-10-14 | 2 | -41/+390 |
* | Fix quoting of optional FLAVOR argument in some make invocations, which | se | 2018-07-23 | 2 | -3/+3 |
* | Make some sub-routines use "$@" instead of $* to correctly pass arguments | se | 2018-07-22 | 2 | -5/+36 |
* | Fix building of specific qt4 ports after qt5 has become the default flavor. | se | 2018-06-22 | 2 | -5/+6 |
* | Document --package-format=<fmt> option. I had implemented that option some | se | 2018-05-21 | 2 | -1/+27 |
* | Fix recursive building of ports (-r option). The match_flavor function was | se | 2018-05-20 | 2 | -26/+46 |
* | Fix previous attempt to cache some parameters in environment variables. | se | 2018-05-19 | 2 | -28/+26 |
* | Cache some build parameters in the environment that were recalculated over | se | 2018-05-18 | 2 | -24/+83 |
* | Make the -n option work better for non-root users. | se | 2018-04-29 | 2 | -18/+159 |
* | Fix problem with debug output from export-flavor garbling the gen_dep_list | se | 2018-02-12 | 3 | -21/+37 |
* | Fix typo (missing dash in find argument list). | se | 2018-02-06 | 2 | -2/+2 |
* | Fix build for ports that have a LICENSE if DISABLE_LICENSES is defined. | se | 2018-02-06 | 2 | -14/+11 |
* | Fix a problem that could result in de-installation of a port that shares | se | 2018-01-29 | 2 | -4/+20 |
* | Print different action list text for packages that are not going to be | se | 2018-01-29 | 3 | -12/+76 |
* | Fix previous commit (r459202) which introduced dependencies that specify | se | 2018-01-18 | 2 | -11/+30 |
* | Add support for dependencies specified with a non-standard make target. | se | 2018-01-17 | 2 | -4/+145 |
* | Test privileges early and complain if privileges are insufficient. | se | 2018-01-17 | 1 | -0/+21 |
* | Update to version 3.19, which is identical to 3.18_12 with all port patches | se | 2018-01-15 | 4 | -392/+5 |
* | Fix display of license acceptance menu if build logs are hidden with -H. | se | 2018-01-13 | 2 | -4/+14 |
* | Fix problem with ports being converted from a non-flavored to a flavored | se | 2018-01-11 | 2 | -19/+53 |
* | Small fix for directory accesses in find_dl_distfiles, which did not take | se | 2018-01-11 | 2 | -15/+26 |
* | Generally path FLAVOR via the environment, not the "make" command line, to | se | 2018-01-09 | 2 | -17/+92 |
* | Fix version number ... I have to remember to manually fix-up this string | se | 2018-01-07 | 2 | -12/+1 |
* | Remove spurious trace output left over from debugging. | se | 2018-01-06 | 2 | -13/+27 |
* | Fix pm_islocked function, which could lead to a spurious error message if | se | 2018-01-03 | 2 | -13/+25 |
* | Add undocumented option --package-format=<fmt>. I'm not sure, that this is | se | 2018-01-03 | 2 | -14/+45 |
* | Fix package name: the pattern that gets replaced with the actual version | se | 2018-01-02 | 1 | -9/+0 |
* | Increment PORTREVISION, forgotten in previous commit. | se | 2018-01-02 | 1 | -1/+1 |
* | Add --backup-format=<fmt> option to allow faster creation of package | se | 2018-01-02 | 2 | -8/+80 |
* | ---------------------------------------------------------------------------- | se | 2017-12-31 | 2 | -2/+11 |
* | Bump PORT_REVISION, forgotten in previous commit. | se | 2017-12-30 | 1 | -1/+1 |
* | Fix regression in kill_bad_children: add missing $ before progcmd ... | se | 2017-12-30 | 1 | -1/+17 |
* | Fix installation from local or remote package including the --packages-build | se | 2017-12-24 | 2 | -2/+102 |
* | Add PKG_DEPENDS, EXTRACT_DEPENDS, PATCH_DEPENDS and FETCH_DEPENDS to the | se | 2017-12-22 | 2 | -0/+23 |
* | Remove useless MASTER_SITES entries | bapt | 2017-12-21 | 1 | -3/+0 |
* | Update to version 3.18, which already contains all patches required for the | se | 2017-12-21 | 3 | -354/+4 |
* | Patch package version into the port and install man-page with patched path | se | 2017-12-21 | 2 | -31/+41 |
* | Fix execution of portmaster in a port directory without any port or package | se | 2017-12-21 | 2 | -1/+10 |
* | Add flavor support to routines that convert port origins to shell variable | se | 2017-12-20 | 2 | -18/+64 |
* | Add back local package installation support, which was disabled for PKG_NG. | se | 2017-12-19 | 2 | -10/+143 |
* | Add all-depends-list case required for portmaster -t. | se | 2017-12-19 | 2 | -8/+22 |
* | Remove stray double-quote character left from an incomplete edit of that | se | 2017-12-17 | 2 | -2/+2 |
* | Add LIB_DEPENDS to dependencies relevant for installation of a package. | se | 2017-12-17 | 2 | -2/+3 |
* | Add support for ports that have been upgraded with a change of both | se | 2017-12-17 | 1 | -11/+41 |
* | Fix query for package to be replaced: This could lead to a wrong package | se | 2017-12-16 | 2 | -2/+11 |
* | USe correct origin in multiport case (several packages specified on the | se | 2017-12-16 | 2 | -6/+34 |
* | Add another check for a flavor passed attached to the port directory. | se | 2017-12-16 | 2 | -2/+10 |
* | Fix patch: The patch had been created from the version used to debug the | se | 2017-12-16 | 2 | -7/+1 |
* | Fix regression: The find_new_port function is now invoked from an earlier | se | 2017-12-16 | 2 | -0/+68 |
* | Add flavor support to portmaster. This version has been lightly tested and | se | 2017-12-15 | 3 | -73/+4 |
* | ports-mgmt/portmaster: Pass maintainer-ship to se@ | tz | 2017-12-08 | 1 | -1/+1 |
* | - Update to 3.17.10 | bdrewery | 2017-02-04 | 2 | -4/+4 |
* | Fix "portmaster --check-port-dbdir" broken by the previous commit. While | se | 2016-07-24 | 2 | -4/+6 |
* | Bump PORTREVISION to have portmaster be re-installed with the fix commited | se | 2016-07-16 | 1 | -1/+1 |
* | A read lock on the sqlite file used by pkg can lock out writers for | se | 2016-07-16 | 1 | -0/+67 |
* | Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org | tz | 2016-06-10 | 1 | -1/+1 |
* | Enable BASH and ZSH options (install their completions) by default. | adamw | 2016-03-05 | 1 | -1/+4 |
* | Remove unneeded dependencies on bash and zsh. | mat | 2016-02-12 | 1 | -3/+1 |
* | ports-mgmt/portmaster: Assign maintainership to Torsten Z. | marino | 2016-02-11 | 1 | -3/+5 |
* | Update to 3.17.9 | bdrewery | 2016-02-06 | 2 | -4/+4 |
* | Under strong objection and mandate by portmgr, remove DEPRECATION | marino | 2016-01-27 | 1 | -10/+0 |
* | ports-mgmt/portmaster: DEPRECATE without expiration date | marino | 2016-01-26 | 1 | -0/+10 |
* | Remove obsolete pkg-message | bapt | 2015-10-11 | 2 | -10/+1 |
* | Update to 3.17.8. | bdrewery | 2015-09-04 | 2 | -4/+3 |
* | Use OPTIONS helpers, add a newline to quiet a half dozen portlint | adamw | 2015-08-21 | 1 | -15/+8 |
* | I'm really not working on this. Please direct questions to ports@FreeBSD.org. | bdrewery | 2015-04-09 | 1 | -1/+1 |
* | For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME to | bdrewery | 2015-03-21 | 1 | -2/+2 |
* | Convert my ports to the new USE_GITHUB | bdrewery | 2015-03-20 | 2 | -4/+4 |
* | Update USE_GITHUB so it does not require GH_COMMIT. | bdrewery | 2015-03-20 | 1 | -1/+1 |
* | cleanup plist | bapt | 2014-12-21 | 1 | -2/+0 |
* | - Update to 3.17.7 | bdrewery | 2014-08-28 | 2 | -4/+4 |
* | - Update to 3.17.6 | bdrewery | 2014-06-19 | 2 | -5/+5 |
* | - Update to 3.17.5 | bdrewery | 2014-05-25 | 2 | -4/+4 |
* | - Update to 3.17.4 | bdrewery | 2014-03-16 | 2 | -8/+5 |
* | - Update to 3.17.3 | bdrewery | 2013-11-19 | 2 | -4/+4 |
* | - Support STAGEDIR | bdrewery | 2013-09-23 | 1 | -12/+13 |
* | - Add NO_STAGE until validated to be safe for upcoming staging support | bdrewery | 2013-09-20 | 1 | -0/+1 |
* | - Update to 3.17.2 | bdrewery | 2013-09-14 | 2 | -4/+4 |
* | - Update to 3.17.1 | bdrewery | 2013-07-22 | 2 | -5/+5 |
* | - Update to 3.17 | bdrewery | 2013-06-23 | 2 | -4/+4 |
* | - Remove temporary WRKSRC hack | bdrewery | 2013-06-08 | 2 | -8/+6 |
* | - Fix build with temporary fix | bdrewery | 2013-06-04 | 1 | -0/+2 |
* | Update MASTER_SITE to github.com/freebsd | bdrewery | 2013-06-03 | 2 | -3/+3 |
* | - Update to 3.16 | bdrewery | 2013-03-30 | 2 | -6/+4 |
* | Mark BROKEN as I fix a reported regression | bdrewery | 2013-03-30 | 1 | -0/+2 |
* | - Update to 3.15 | bdrewery | 2013-03-30 | 7 | -131/+7 |
* | Remove standard descriptions for BASH/ZSH | bdrewery | 2013-03-23 | 1 | -2/+0 |
* | - Enable pkgng support by default. This is safe for | bdrewery | 2013-03-23 | 1 | -2/+0 |
* | - Remove use of bsd.port.pre.mk | bdrewery | 2013-03-15 | 2 | -8/+8 |
* | Make it clear that pkgng is optional | eadler | 2013-02-06 | 1 | -5/+5 |
* | - Fix all cases of 'No newline at end of file' in ports tree | ak | 2013-02-01 | 1 | -1/+1 |
* | - Don't force pkg as a RUN_DEPENDS. The patch should be | bdrewery | 2013-01-26 | 1 | -4/+1 |
* | - Add upstream patch for fixing bash completions with PKGNG | bdrewery | 2012-12-07 | 2 | -1/+47 |
* | - Fix PKGNG patch trying to call pkg(8) when not | bdrewery | 2012-10-30 | 2 | -1/+21 |
* | - Update ZSH completions to work on CURRENT with pkgng [1] | bdrewery | 2012-10-21 | 2 | -5/+7 |
* | - Fix WITH_PKGNG detection on CURRENT, as it may | bdrewery | 2012-10-19 | 3 | -2/+16 |
* | - Update ZSH completions with pkgng support [1] | bdrewery | 2012-10-16 | 2 | -1/+37 |
* | - Add ports-mgmt/pkg as a RUN_DEPENDS if enabling pkgng support | bdrewery | 2012-10-16 | 2 | -1/+15 |
* | - Rename PKGNG option to PKGNGPATCH to fix | bdrewery | 2012-10-15 | 1 | -4/+4 |
* | - Add backup non-https mirror | bdrewery | 2012-10-15 | 2 | -1/+12 |
* | - Move to new home, http://github.com/portmaster | bdrewery | 2012-10-10 | 3 | -24/+29 |
* | Add a temporary mirror | cs | 2012-10-08 | 1 | -1/+1 |
* | Throw my ports back in the pool, and make my intentions clear for the | dougb | 2012-10-08 | 2 | -4/+2 |
* | Fix the problem of background fetches hanging forever when the background | dougb | 2012-10-01 | 2 | -10/+6 |
* | Update to 3.13.13: | dougb | 2012-07-25 | 2 | -5/+5 |
* | Update to version 3.13.1 | dougb | 2012-07-17 | 2 | -5/+5 |
* | Upgrade to version 3.13 | dougb | 2012-07-07 | 2 | -5/+5 |
* | Minor improvements | dougb | 2012-06-26 | 2 | -5/+5 |
* | Upgrade to 3.12.1, removes pgrep since it's not safe to use on older | dougb | 2012-06-15 | 2 | -5/+5 |
* | New Features | dougb | 2012-06-13 | 2 | -6/+5 |
* | Fix plist for bash completion file. Bump PORTREVISION for it as well. | dougb | 2012-01-24 | 1 | -2/+2 |
* | Move the Bash completion file to ${PREFIX}/etc/bash_completion.d | dougb | 2012-01-20 | 2 | -8/+6 |
* | New Features | dougb | 2011-12-13 | 2 | -5/+5 |
* | Remove no-longer relevant comment | dougb | 2011-10-02 | 1 | -3/+0 |
* | New Features | dougb | 2011-09-12 | 2 | -5/+5 |
* | Update to 3.9.1, a minor bugfix version: | dougb | 2011-06-08 | 2 | -5/+5 |
* | New Features: | dougb | 2011-05-02 | 2 | -5/+5 |
* | Clean up zsh-related directories if the zsh completions are included | dougb | 2011-04-26 | 1 | -0/+1 |
* | Release version 3.8: | dougb | 2011-04-16 | 2 | -5/+5 |
* | New Features: | dougb | 2011-04-11 | 2 | -5/+5 |
* | Remove FreeBSD 6.x specific comment | dougb | 2011-04-11 | 1 | -2/+0 |
* | Update to version 3.6.1, a bugfix to the formatting for user input | dougb | 2011-01-16 | 2 | -5/+5 |
* | Update to verion 3.6 | dougb | 2011-01-03 | 2 | -5/+5 |
* | Fix a minor bug: | dougb | 2010-12-08 | 2 | -5/+5 |
* | Bug Fixes | dougb | 2010-11-10 | 2 | -5/+5 |
* | Use PM_NEEDS_UPDATE to fix the problem introduced in 3.1 of ports being built | dougb | 2010-11-03 | 2 | -5/+5 |
* | Upgrade to version 3.2 | dougb | 2010-11-01 | 2 | -5/+5 |
* | Update to version 3.1. In addition to the features listed below there are | dougb | 2010-10-30 | 2 | -7/+5 |
* | Update to version 3.0 | dougb | 2010-08-08 | 2 | -10/+23 |
* | Remove portmaster from the ports tree | dougb | 2010-08-08 | 4 | -4594/+0 |
* | Update for version 2.32 | dougb | 2010-06-18 | 1 | -1/+1 |
* | build_l also needs to be unset in pm_make_s() | dougb | 2010-06-18 | 1 | -1/+1 |
* | Unset build_l in pm_make() | dougb | 2010-06-18 | 1 | -1/+1 |
* | Update for version 2.30 | dougb | 2010-06-18 | 1 | -1/+1 |
* | If the user specified --no-confirm don't build the list. With a lot of | dougb | 2010-06-18 | 1 | -1/+6 |
* | Add LICENSE information to my ports where the right answer is obvious | dougb | 2010-06-14 | 2 | -0/+4 |
* | Update for version 2.29 | dougb | 2010-06-13 | 1 | -1/+1 |
* | There is no reason for uniquify_list() to reverse the entries, | dougb | 2010-06-13 | 1 | -2/+11 |
* | Update for version 2.28 | dougb | 2010-06-11 | 1 | -1/+1 |
* | In delete_all_distfiles() when there is no $origin (such as when a port | dougb | 2010-06-11 | 1 | -4/+11 |
* | Update for version 2.27 | dougb | 2010-05-18 | 1 | -1/+1 |
* | Minor Fixes And Optimizations | dougb | 2010-05-18 | 1 | -6/+19 |
* | Update for version 2.26 | dougb | 2010-05-11 | 1 | -1/+1 |
* | Document the --packages-local option for version 2.26 | dougb | 2010-05-11 | 2 | -1/+3 |
* | Document the --packages-local option for version 2.26 | dougb | 2010-05-11 | 1 | -4/+15 |
* | New Feature | dougb | 2010-05-11 | 1 | -64/+98 |
* | Update for version 2.25 | dougb | 2010-05-04 | 1 | -1/+1 |
* | Document the --no-index-fetch option for 2.25 | dougb | 2010-05-04 | 3 | -2/+10 |
* | New Feature | dougb | 2010-05-04 | 1 | -53/+58 |
* | Update for version 2.24 | dougb | 2010-05-03 | 1 | -1/+1 |
* | Minor Bug Fixes and Adjustments: | dougb | 2010-05-03 | 1 | -11/+11 |
* | Update for version 2.23 | dougb | 2010-05-01 | 1 | -1/+1 |
* | Document --index-first for version 2.23 | dougb | 2010-05-01 | 3 | -6/+13 |
* | New Features | dougb | 2010-05-01 | 1 | -166/+206 |
* | Update for version 2.22 | dougb | 2010-04-12 | 1 | -1/+1 |
* | When NOT using --index-only the rundep list still needs to be parsed the | dougb | 2010-04-12 | 1 | -2/+4 |
* | Update for version 2.21 part 2: Document necessary environment variables | dougb | 2010-04-10 | 1 | -0/+17 |
* | Update for version 2.21 | dougb | 2010-04-10 | 1 | -1/+1 |
* | Update for version 2.21: | dougb | 2010-04-10 | 2 | -1/+3 |
* | Update for version 2.21: | dougb | 2010-04-10 | 1 | -6/+33 |
* | New Features | dougb | 2010-04-10 | 1 | -192/+405 |
* | Update for version 2.20 | dougb | 2010-03-29 | 1 | -1/+1 |
* | Document the --delete-packages option for version 2.20 | dougb | 2010-03-29 | 3 | -3/+13 |
* | New Feature | dougb | 2010-03-29 | 1 | -48/+98 |
* | Help out users of cons* terminals other than cons25 by making the | dougb | 2010-02-09 | 2 | -2/+2 |
* | Update for version 2.18 | dougb | 2010-02-08 | 1 | -1/+1 |
* | Update for version 2.18 by documenting the --no-term-title option | dougb | 2010-02-08 | 2 | -1/+8 |
* | Update through version 2.17 [1] | dougb | 2010-02-08 | 1 | -12/+19 |
* | New Features | dougb | 2010-02-08 | 1 | -18/+50 |
* | Update for version 2.17 | dougb | 2010-01-24 | 1 | -1/+1 |
* | Update copyright date | dougb | 2010-01-24 | 1 | -22/+32 |
* | Update for version 2.17, add the --no-confirm option | dougb | 2010-01-24 | 1 | -1/+1 |
* | Update the copyright date | dougb | 2010-01-24 | 1 | -68/+227 |
* | Update for version 2.16 | dougb | 2009-12-31 | 1 | -1/+1 |
* | Update for version 2.16: | dougb | 2009-12-31 | 1 | -5/+5 |
* | Two minor bug fixes: | dougb | 2009-12-31 | 1 | -3/+9 |
* | Update for version 2.15 | dougb | 2009-12-19 | 1 | -1/+1 |
* | Update for version 2.15: | dougb | 2009-12-19 | 1 | -3/+1 |
* | This is svn version r200709 | dougb | 2009-12-19 | 1 | -72/+86 |
* | Update for version 2.14 | dougb | 2009-12-11 | 1 | -1/+1 |
* | Bug Fixes | dougb | 2009-12-11 | 1 | -37/+75 |
* | 1. Show that -v can be used with --check-port-dbdir | dougb | 2009-12-11 | 1 | -3/+5 |
* | Update for version 2.13 | dougb | 2009-12-07 | 3 | -5/+8 |
* | This is svn version r200201 | dougb | 2009-12-07 | 1 | -17/+152 |
* | Introducing portmaster with package support! | dougb | 2009-12-07 | 1 | -86/+510 |
* | Update for version 2.12 | dougb | 2009-09-15 | 3 | -2/+116 |
* | Update for version 2.12: | dougb | 2009-09-15 | 1 | -10/+18 |
* | New Features | dougb | 2009-09-15 | 1 | -96/+132 |
* | Update for version 2.11 | dougb | 2009-08-25 | 1 | -1/+1 |
* | 1. Add a "quick start" note to the top of the man page that directs | dougb | 2009-08-25 | 1 | -6/+25 |
* | In the previous update I did s/$globlist/$glob_dirs/ in multiport() | dougb | 2009-08-25 | 1 | -2/+2 |
* | Update for version 2.10 | dougb | 2009-08-21 | 1 | -1/+1 |
* | Bug Fixes | dougb | 2009-08-21 | 1 | -19/+25 |
* | Update for version 2.9 | dougb | 2009-08-07 | 1 | -1/+1 |
* | In multiport() add a check_interactive() for every port in the list | dougb | 2009-08-07 | 1 | -1/+3 |
* | Update for version 2.8 | dougb | 2009-07-30 | 1 | -1/+1 |
* | Update for version 2.8: | dougb | 2009-07-30 | 1 | -16/+23 |
* | Feature Updates | dougb | 2009-07-30 | 1 | -43/+58 |
* | Update for version 2.7 | dougb | 2009-02-06 | 1 | -1/+1 |
* | Update for version 2.7: | dougb | 2009-02-06 | 1 | -11/+36 |
* | New Feature | dougb | 2009-02-06 | 1 | -44/+138 |
* | Update for version 2.6 | dougb | 2008-07-29 | 1 | -1/+1 |
* | Update to reflect the ability to specify multiple glob patterns | dougb | 2008-07-29 | 1 | -4/+5 |
* | New Features | dougb | 2008-07-29 | 1 | -24/+77 |
* | Update for version 2.5 | dougb | 2008-06-13 | 1 | -1/+1 |
* | Bug Fixes | dougb | 2008-06-13 | 1 | -6/+14 |
* | Document the potentially useful variables for rc files | dougb | 2008-06-13 | 1 | -3/+49 |
* | Add "rm -rf /usr/local/lib/compat/pkg" to the list of steps to | dougb | 2008-06-12 | 1 | -1/+2 |
* | Update for version 2.4 | dougb | 2008-06-12 | 1 | -1/+1 |
* | Minor New Feature | dougb | 2008-06-12 | 1 | -7/+36 |
* | Update for version 2.3 | dougb | 2008-06-05 | 1 | -1/+1 |
* | Update for version 2.3: | dougb | 2008-06-05 | 1 | -15/+26 |
* | New Features | dougb | 2008-06-05 | 1 | -146/+151 |
* | Update for version 2.2 | dougb | 2008-03-20 | 1 | -1/+1 |
* | New Implementation | dougb | 2008-03-20 | 1 | -21/+17 |
* | In the example about using portmaster to do a complete re-install of | dougb | 2008-03-20 | 1 | -2/+2 |
* | Update for the 2.1 version | dougb | 2008-01-30 | 1 | -1/+1 |
* | 1. Add explanatory text about some issues that have caused confusion: | dougb | 2008-01-30 | 1 | -14/+46 |
* | Cosmetic fix for the code: Only expand the $FreeBSD tag once | dougb | 2008-01-30 | 1 | -3/+3 |
* | Update for version 2.0 | dougb | 2008-01-24 | 2 | -40/+213 |
* | The code for this 2.0 version has been totally reorganized, and | dougb | 2008-01-24 | 1 | -1375/+1701 |
* | Update for version 1.27 | dougb | 2008-01-04 | 1 | -1/+1 |
* | Restore the canonical order of installing run-depends before the parent | dougb | 2008-01-04 | 1 | -11/+10 |
* | Update for version 1.26 | dougb | 2007-12-13 | 1 | -1/+1 |
* | New Features | dougb | 2007-12-13 | 1 | -2/+5 |
* | Update for version 1.25 | dougb | 2007-10-31 | 1 | -1/+1 |
* | Small bug fixes | dougb | 2007-10-31 | 1 | -3/+6 |
* | Update for version 1.24 | dougb | 2007-10-30 | 1 | -1/+1 |
* | These changes are the result of some regression testing, plus a top | dougb | 2007-10-30 | 1 | -35/+52 |
* | Update for version 1.23 | dougb | 2007-10-21 | 1 | -1/+1 |
* | Two small bug fixes | dougb | 2007-10-21 | 1 | -2/+3 |
* | Update for version 1.22 | dougb | 2007-10-15 | 1 | -1/+1 |
* | Bug Fixes | dougb | 2007-10-15 | 1 | -31/+50 |
* | Update for version 1.21 | dougb | 2007-10-02 | 1 | -1/+1 |
* | New Features | dougb | 2007-10-02 | 1 | -37/+75 |
* | Update for version 1.20 | dougb | 2007-08-28 | 1 | -1/+1 |
* | Improvement | dougb | 2007-08-28 | 1 | -13/+21 |
* | Update for version 1.19 | dougb | 2007-08-05 | 1 | -1/+1 |
* | 1. Change to 'make -f/usr/share/mk/bsd.port.mk' in several places due to | dougb | 2007-08-05 | 1 | -19/+27 |
* | 1. Update for version 1.18 | dougb | 2007-07-08 | 1 | -4/+1 |
* | Bug Fixes | dougb | 2007-07-08 | 1 | -3/+4 |
* | Update for version 1.17 | dougb | 2007-05-27 | 2 | -33/+80 |
* | New Features | dougb | 2007-05-27 | 1 | -102/+290 |
* | Fix a test in find_and_delete_distfiles() introduced in the last | dougb | 2007-03-10 | 2 | -2/+2 |
* | Update for version 1.15 | dougb | 2007-03-09 | 1 | -1/+1 |
* | Document --show-work option for 1.15 | dougb | 2007-03-09 | 1 | -9/+18 |
* | New Features | dougb | 2007-03-09 | 1 | -7/+40 |