Version: 1.28, Package name: src-1.28 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description SRC (Simple Revision Control) is RCS, reloaded. It remains determinedly file-oriented and doesn't even track the committer of a change (because that's always you), but incorporates the design and user-interface lessons of modern systems. It features sequential revision numbers, lockless operation, embedded command help, and a command set that will seem familiar to users of Subversion, Mercurial, and Git. |
Filesize: 55.474 KB |
Version History (View Complete History) |
|
2021-11-01 18:01:18 by Stuart Henderson | Files touched by this commit (110) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-02-22 05:16:33 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to src-1.28, from Alex Naumov changes from me, patch the test runner to not exit on first failure, switch to py3 by default, and avoid an unnecessary mix of patch+subst on the same file |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@ |
2019-05-05 10:06:34 by Daniel Jakots | Files touched by this commit (7) |
Log message: Remove rpe@ as maintainer per his request |
2018-06-16 09:52:46 by Robert Peichaer | Files touched by this commit (3) |
Log message: - update devel/src to 2.18 - run the srctest script with bash - patch srctest to add local git user and email to make tests succeed OK sthen |
2017-12-27 03:34:53 by Robert Peichaer | Files touched by this commit (2) |
Log message: - update devel/src to version 1.17 - enable pylint tests OK aja@ |
2017-04-07 14:26:22 by Robert Peichaer | Files touched by this commit (2) |
Log message: Update devel/src to 1.13 OK aja@ |
2017-02-06 11:02:37 by Robert Peichaer | Files touched by this commit (2) |
Log message: Update devel/src to 1.12 OK aja@ |
2016-03-05 07:39:50 by Robert Peichaer | Files touched by this commit (2) |
Log message: Update devel/src to 1.11 - use 'sed -i' instead of perl - use gnu make, needed for tests - enable tests and set TEST_TARGET - disable pylint tests, our version is too old - disable sscs and python3 tests OK aja@ |
2016-02-05 05:51:46 by Robert Peichaer | Files touched by this commit (2) |
Log message: update to devel/src 1.3 See http://www.catb.org/~esr/src/NEWS for what changed. OK aja@ |
2015-04-03 09:45:43 by Robert Peichaer | Files touched by this commit (2) |
Log message: Update devel/src to 0.19 OK aja@ |
2014-12-25 07:30:45 by Robert Peichaer | Files touched by this commit (2) |
Log message: Update devel/src to 0.18 OK aja@ |
2014-12-11 15:19:46 by Robert Peichaer | Files touched by this commit (2) |
Log message: Update devel/src to 0.15 OK aja@ |
2014-12-01 14:57:14 by Robert Peichaer | Files touched by this commit (2) |
Log message: Update to src 0.14 OK aja@ |
2014-11-30 10:07:50 by Robert Peichaer | Files touched by this commit (2) |
Log message: Update src to 0.13 - remove asciidoc BUILD_DEPENDS (no need to regenerate the manpage) - add GNU rcs and rcs-fast-import as RUN_DEPENDS - add RUN_DEPENDS to TEST_DEPENDS - post-extract substitutions for GNU rcs/rcsdiff/ci/co with in src OK sthen@ landry@ |
2014-11-15 04:39:55 by Robert Peichaer | Files touched by this commit (2) |
Log message: Update devel/src to 0.8 OK aja@ landry@ |