./devel/scmcvs, Concurrent Versions System

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 1.12.13nb4, Package name: cvs-1.12.13nb4, Maintainer: pkgsrc-users

CVS is a version control system, which allows you to keep old versions
of files (usually source code), keep a log of who, when, and why
changes occurred, etc., like RCS or SCCS. It handles multiple
developers, multiple directories, triggers to enable/log/control
various operations, and can work over a wide area network.


Master sites:

SHA1: 93a8dacc6ff0e723a130835713235863f1f5ada9
RMD160: ba3048e3e2d99ae78f6a759889b615acf65dd487
Filesize: 3819.438 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-03 18:29:13 by S.P.Zeidler | Files touched by this commit (3)
Log message:
Pullup ticket #5231 - requested by sevan
devel/scmcvs: bug fix

Revisions pulled up:
- devel/scmcvs/Makefile                                         1.16
- devel/scmcvs/distinfo                                         1.16
- devel/scmcvs/patches/patch-src_error.c                        1.1

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   jakllsch
   Date:           Fri Mar 31 15:15:22 UTC 2017

   Modified Files:
           pkgsrc/devel/scmcvs: Makefile distinfo
   Added Files:
           pkgsrc/devel/scmcvs/patches: patch-src_error.c

   Log message:
   Patch cvs with same patch as r1.2 of src/external/gpl2/xcvs/dist/src/error.c:

   "Use LOG_ERR instead of LOG_EMERG, as LOG_EMERG causes syslogd to tell all
   ttys."

   To generate a diff of this commit:
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/scmcvs/Makefile \
       pkgsrc/devel/scmcvs/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/devel/scmcvs/patches/patch-src_error.c