notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: net/cvsync/Makefile
SVNWeb

Number of commits found: 63

Tue, 16 May 2023
[ 03:57 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:8b63b54d43cc9f4a3c3af406790fc6f0d86db560  commit hash:8b63b54d43cc9f4a3c3af406790fc6f0d86db560  commit hash:8b63b54d43cc9f4a3c3af406790fc6f0d86db560  8b63b54  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Cleanup: drop redundant DESTDIR propagation via MAKE_{ARGS,ENV}

Our framework usually DTRT; sometimes it's necessary to pass it
explicitly, e.g. for ports with USES+=qmake or which use exotic
build systems, but these are mostly staging dawn and apparently
debug leftovers, so remove them to not confuse the reader.
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 9 Oct 2019
[ 12:17 bapt search for other commits by this committer ] Original commit   Revision:514143 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
Drop the ipv6 virtual category for n* category as it is not relevant anymore
Tue, 11 Apr 2017
[ 15:21 mat search for other commits by this committer ] Original commit   Revision:438272 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Make defining both PORTVERSION and DISTVERSION a DEV_ERROR.

There are two cases:

- The upstream versionning is compatible with our versionning, or using
  DISTVERSION's magic leads to a compatible PORTVERSION, use
  DISTVERSION.  If it is possible to use DISTVERSIONPREFIX and
  DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
  DISTVERSION's magic does not lead to a correct PORTVERSION, then set
  PORTVERSION to the equivalent of our versionning, and set DISTNAME.
  It is possible to use a third variable where you store upstream's
  version and use it to compute PORTVERSION and/or DISTNAME, like the
  dns/bind9* ports do.

Sponsored by:	Absolight
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Sun, 20 Sep 2015
[ 19:24 amdmi3 search for other commits by this committer ] Original commit   Revision:397391
- Switch to options helpers

Approved by:	portmgr blanket
Wed, 25 Mar 2015
[ 23:51 marino search for other commits by this committer ] Original commit   Revision:382278 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
net category: Remove $PTHREAD_LIBS

openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted.  mediatomb and spread also fail plist-checks
but they weren't fixed.

approved by:	PTHREAD blanket
Mon, 21 Jul 2014
[ 21:07 hrs search for other commits by this committer ] Original commit   Revision:362490
Update to 0.25.0.  It supports commitid.

Obtained from:	OpenBSD
Thu, 10 Jul 2014
[ 12:13 olgeni search for other commits by this committer ] Original commit   Revision:361440 (Only the first 10 of 193 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
Thu, 29 May 2014
[ 12:00 miwi search for other commits by this committer ] Original commit   Revision:355691 (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
- Convert gmake,bzip2 to USES

Approved by:	portmgr
Wed, 16 Oct 2013
[ 05:05 hrs search for other commits by this committer ] Original commit   Revision:330479
Add STAGEDIR support.
Fri, 20 Sep 2013
[ 22:10 bapt search for other commits by this committer ] Original commit   Revision:327755 (Only the first 10 of 1288 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sun, 28 Apr 2013
[ 20:48 hrs search for other commits by this committer ] Original commit   Revision:316747
Add MAKE_JOBS_SAFE=yes.
[ 20:45 hrs search for other commits by this committer ] Original commit   Revision:316746
- Add LICENSE.
- Use OPTIONS_DEFINE.
- Trim old-style header.
- Single space after WWW:.
Wed, 14 Oct 2009
[ 16:42 hrs search for other commits by this committer ] Original commit 
- Enable OpenSSL support by default.
- Use $USE_RC_SUBR=cvsyncd instead of $USE_RC_SUBR=yes[*].
- Use $PORTEXAMPLES and $PORTDOCS.

Submitted by:   pgollucci[*]
PR:             ports/136843[*]
Mon, 19 Sep 2005
[ 17:13 hrs search for other commits by this committer ] Original commit 
Update to 0.24.19.  cvsync now supports TIGER/192 and RIPEMD160.
Fri, 26 Nov 2004
[ 18:16 hrs search for other commits by this committer ] Original commit 
Update to 0.24.18.  A buffer overrun which can prevent
the server and client from working has been fixed.
Fri, 29 Oct 2004
[ 17:57 hrs search for other commits by this committer ] Original commit 
Update to 0.24.17.  This will be the last release of
mirror-mode-only-cvsync.  Changes include:

- Make more friendly to userlevel POSIX thread libraries.
- Improve performance to parse rcsfile(5) based files.
- When -u/-g is specified, drop the privilege completely.
Thu, 19 Aug 2004
[ 17:36 hrs search for other commits by this committer ] Original commit 
Fix variable initialization in the rc.d startup script.

Obtained from:  mtm
Approved by:    linimon (mentor)
Sun, 20 Jun 2004
[ 16:49 nork search for other commits by this committer ] Original commit 
Update to 0.24.16.

Submitted by:   hrs
Tue, 11 May 2004
[ 12:13 hrs search for other commits by this committer ] Original commit 
Add USE_RC_SUBR=yes and rcNG-style startup script.

Approved by:    linimon (mentor)
Tue, 20 Apr 2004
[ 08:04 kris search for other commits by this committer ] Original commit 
Add missing manpage
Mon, 19 Apr 2004
[ 07:07 hrs search for other commits by this committer ] Original commit 
Update to 0.24.15:
        - The cvsync2cvsup utility which converts a CVSync scanfile
          to one in the CVSup format, has been added.

        - A sample file for the FreeBSD CVS repository (cvsyncd-FreeBSD.conf)
          has been added.

        - Some reliability improvements.

Approved by:    linimon (mentor)
Sat, 10 Apr 2004
[ 21:20 linimon search for other commits by this committer ] Original commit 
Update to 0.24.14: minor bugfixes (see doc/ChangeLog).

PR:             ports/65221
Submitted by:   Hiroki Sato <hrs@freebsd.org> (maintainer)
Mon, 16 Feb 2004
[ 02:52 kris search for other commits by this committer ] Original commit 
Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Thu, 4 Dec 2003
[ 13:40 sergei search for other commits by this committer ] Original commit 
- Update to 0.24.13
  Changes include performance improvement, a new keyword 'base', etc.

PR:             59779
Submitted by:   maintainer
Wed, 5 Nov 2003
[ 22:10 krion search for other commits by this committer ] Original commit 
- Update to version 0.24.12
* A bug which `prefix' is needed even if
  release type `list' is specified has been fixed

PR:             58981
Submitted by:   hrs
Mon, 3 Nov 2003
[ 10:56 leeym search for other commits by this committer ] Original commit 
Update to 0.24.11.  New client keyword "base-prefix" has been added.
Build on bento cluster should be fixed, too.

PR:             58862
Submitted by:   Hiroki Sato <hrs@freebsd.org>
Wed, 29 Oct 2003
[ 20:44 sergei search for other commits by this committer ] Original commit 
- Update to 0.24.10:
  A fatal bug in cvsup2cvsync has been fixed

PR:             58693
Submitted by:   maintainer
[ 10:40 nork search for other commits by this committer ] Original commit 
Update to 0.24.9.

PR:             ports/58664
Submitted by:   hrs (maintainer)
Wed, 8 Oct 2003
[ 10:40 osa search for other commits by this committer ] Original commit 
Update to 0.24.8.

Submitted by:   hrs (maintainer)
PR:             57735
Wed, 24 Sep 2003
[ 09:02 edwin search for other commits by this committer ] Original commit 
iUpdate port: net/cvsync 0.24.7

        Update to 0.24.7.

PR:             ports/57011
Submitted by:   Hiroki Sato <hrs@freebsd.org>
Wed, 10 Sep 2003
[ 05:12 nork search for other commits by this committer ] Original commit 
Update to 0.24.6.

PR:             ports/56669
Submitted by:   hrs (maintainer)
Fri, 5 Sep 2003
[ 18:26 krion search for other commits by this committer ] Original commit 
- Update to version 0.24.5

PR:             56501
Submitted by:   maintainer
Wed, 27 Aug 2003
[ 14:03 osa search for other commits by this committer ] Original commit 
Update to 0.24.4

Submitted by:   hrs (still without of commit-bit for ports-tree maintainer)
PR:             56036
Sun, 3 Aug 2003
[ 09:28 leeym search for other commits by this committer ] Original commit 
Update to 0.24.3.
- New keyword: "nordiff"
- a bug involving symlink update has been fixed.

PR:             55204
Submitted by:   Hiroki Sato <hrs@freebsd.org>
Wed, 30 Jul 2003
[ 23:26 leeym search for other commits by this committer ] Original commit 
Update to 0.24.2.

PR:             55075
Submitted by:   Hiroki Sato <hrs@freebsd.org>
Wed, 23 Jul 2003
[ 05:24 daichi search for other commits by this committer ] Original commit 
update net/cvsync: 0.24.0 -> 0.24.1

PR:             54772
Submitted by:   hrs
Sun, 13 Jul 2003
[ 21:01 naddy search for other commits by this committer ] Original commit 
Update to 0.24.0.  An rsync-like algorithm for regular file
synchronization has been implemented.

PR:             54444
Submitted by:   hrs
Wed, 9 Jul 2003
[ 13:42 nork search for other commits by this committer ] Original commit 
Update to 0.23.8.

PR:             ports/?????
Submitted by:   hrs (maintainer, in near feature, he will submit a PR)
Tue, 8 Jul 2003
[ 16:24 leeym search for other commits by this committer ] Original commit 
Update to 0.23.7.  A memory leak bug in cvsyncd is fixed.

PR:             54222
Submitted by:   Hiroki Sato <hrs@freebsd.org>
[ 02:35 nork search for other commits by this committer ] Original commit 
Update to 0.23.6.

PR:             ports/54205
Submitted by:   hrs (maintainer)
Thu, 3 Jul 2003
[ 06:11 nork search for other commits by this committer ] Original commit 
o Install documentations.
o Remove USE_REINPLASE as it is not used anymore.
o Slightly reword pkg-descr, mention that cvsync is BSD-licensed.
o Add Author ans WWW tags to pkg-descr.

PR:             ports/53904
Submitte by:    Sergei Kolobov <sergei@kolobov.com>
Reviewed by:    hrs (maintainer)
Fri, 27 Jun 2003
[ 04:04 daichi search for other commits by this committer ] Original commit 
Update to 0.23.5.  Another serious bug which was in the symbol
handling code is fixed.

PR:             53784
Submitted by:   Hiroki Sato <hrs@freebsd.org> (maintainer)
Thu, 26 Jun 2003
[ 02:23 nork search for other commits by this committer ] Original commit 
Update to 0.23.4.

PR:             ports/53743
Submitted by:   hrs (maintainer)
Tue, 24 Jun 2003
[ 10:06 nork search for other commits by this committer ] Original commit 
Update to 0.23.3.

PR:             ports/53669
Submitted by:   hrs (maintainer)
Sun, 1 Jun 2003
[ 00:52 naddy search for other commits by this committer ] Original commit 
Update to 0.21.1: Fix a well known problem to fail to update the
file with the same name but a different type.

PR:             52667
Submitted by:   hrs@
Sat, 17 May 2003
[ 07:52 nork search for other commits by this committer ] Original commit 
Update to 0.21.0.

PR:             ports/52363
Requested by:   MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Submitted by:   hrs (maintainer)
Sun, 11 May 2003
[ 20:42 nork search for other commits by this committer ] Original commit 
Update to 0.20.2.

PR:             ports/52080
Submitted by:   hrs (maintainer)
Tue, 6 May 2003
[ 21:16 naddy search for other commits by this committer ] Original commit 
Update to 0.20.1

PR:             51752
Submitted by:   hrs
Mon, 28 Apr 2003
[ 11:22 naddy search for other commits by this committer ] Original commit 
Update to 0.20.0.

PR:             51483
Submitted by:   hrs
Wed, 23 Apr 2003
[ 16:38 nork search for other commits by this committer ] Original commit 
Update to 0.19.6.

PR:             ports/51312
Submitted by:   hrs (maintainer)
Sun, 20 Apr 2003
[ 14:11 nork search for other commits by this committer ] Original commit 
Update to 0.19.5.

PR:             ports/51184
Submitted by:   hrs (maintainer)
Wed, 16 Apr 2003
[ 06:45 nork search for other commits by this committer ] Original commit 
Update to 0.19.4.

Prompted by:    MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Submitted by:   hrs (maintainer)
Fri, 11 Apr 2003
[ 16:26 nork search for other commits by this committer ] Original commit 
Update to 0.19.2.

Submitted by:   MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Approved by:    hrs (maintainer)
Wed, 9 Apr 2003
[ 09:21 nork search for other commits by this committer ] Original commit 
Update to 0.19.1.

PR:             ports/50746
Submitted by:   Hiroki Sato <hrs@freebsd.org> (maintainer)
Fri, 4 Apr 2003
[ 13:07 nork search for other commits by this committer ] Original commit 
Update to 0.19.0.

PR:             ports/50601
Submitted by:   hrs (maintainer)
Sat, 29 Mar 2003
[ 12:34 nork search for other commits by this committer ] Original commit 
Update to 0.17.1.

PR:             ports/50394
Submitted by:   MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Reviewd by:     hrs (maintainer)
Sun, 23 Mar 2003
[ 18:41 naddy search for other commits by this committer ] Original commit 
Add cvsync 0.15.0.

cvsync is a portable CVS repository synchronization utility,
written in C and POSIX pthread library. This is very similar to
CVSup but not compatible with it.

PR:             49034
Submitted by:   hrs

Number of commits found: 63