2020-05-09 21:56:08 by Roland Illig | Files touched by this commit (1) |
Log message:
www/viewvc: remove no-op file from SUBST_FILES
|
2020-03-17 23:14:15 by Thomas Klausner | Files touched by this commit (4) | |
Log message:
viewvc: update to 1.2.0.
ViewVC 1.2.0 is a sort of interim release (and release line) intended
to be the last ViewVC release line that offers Python 2 support.
Rather than bundle into the next major post-1.1 release both the
switch to Python 3 plus all the ViewVC-1.1-incompatible changes
that have been baking unreleased for the past decade, we decided
to roll out those changes as ViewVC 1.2 without the Python 3 upgrade
bit.
ChangeLog:
bumped minimum supported Python version to 2.4
implemented support for property diffs (Tigris #383)
allow user-configurable cvsgraph display (Tigris #336)
allow rNNNN syntax for Subversion revision numbers (Tigris #441)
display revision numbers in CVS tag/branch selector (Tigris #546)
allow roots to have optional context (#58)
use a more secure temporary file generator (#159)
fix problems with make-database and special characters (#141, #182)
fix bogus default ci_when value in cvsdb (#200)
standalone query interface removed (#206)
GUI support (--gui) removed from standalone.py
|
2019-09-02 15:20:22 by Adam Ciarcinski | Files touched by this commit (415) |
Log message:
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for \
future Python 3.8
|
2019-08-26 19:06:45 by Rin Okuyama | Files touched by this commit (3) |
Log message:
Update ViewVC to 1.1.27:
Version 1.1.27 (released 06-Jun-2019)
* suppress stack traces (with option to show) (#140)
* distinguish text/binary/image files by icons (#166, #175)
* colorize alternating file content lines (#167)
* link to the instance root from the ViewVC logo (#168)
* display directory and root counts, too (#169)
* fix double fault error in standalone.py (#157)
* support timezone offsets with minutes piece (#176)
|
2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242) |
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F
With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
|
2019-04-26 16:12:50 by Maya Rashish | Files touched by this commit (205) |
Log message:
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2018-07-03 07:03:44 by Adam Ciarcinski | Files touched by this commit (495) |
Log message:
extend PYTHON_VERSIONS_ for Python 3.7
|