Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.25.0_1 19 Mar 2024 02:13:54 |
Yasuhiro Kimura (yasu) |
net/cvsync: Move man pages to share/man
Approved by: portmgr (blanket) |
0.25.0 16 May 2023 03:57:46 |
Alexey Dokuchaev (danfe) |
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. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.25.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.25.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.25.0 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.25.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.25.0 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
0.25.0 08 Aug 2019 09:02:32 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
0.25.0 11 Apr 2017 15:21:23 |
mat |
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 |
0.25.0 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
0.25.0 20 Sep 2015 19:24:36 |
amdmi3 |
- Switch to options helpers
Approved by: portmgr blanket |
0.25.0 25 Mar 2015 23:51:06 |
marino |
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 |
0.25.0 02 Mar 2015 23:36:36 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.25.0 21 Jul 2014 21:07:16 |
hrs |
Update to 0.25.0. It supports commitid.
Obtained from: OpenBSD |
0.24.19_2 10 Jul 2014 12:13:12 |
olgeni |
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) |
0.24.19_2 29 May 2014 12:00:31 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
0.24.19_2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.24.19_2 16 Oct 2013 05:05:53 |
hrs |
Add STAGEDIR support. |
0.24.19_2 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.24.19_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.24.19_2 28 Apr 2013 20:48:46 |
hrs |
Add MAKE_JOBS_SAFE=yes. |
0.24.19_2 28 Apr 2013 20:45:43 |
hrs |
- Add LICENSE.
- Use OPTIONS_DEFINE.
- Trim old-style header.
- Single space after WWW:. |
0.24.19_1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.24.19_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.24.19_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.24.19_1 14 Oct 2009 16:42:45 |
hrs |
- 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[*] |
0.24.19 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
0.24.19 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.24.19 19 Sep 2005 17:13:34 |
hrs |
Update to 0.24.19. cvsync now supports TIGER/192 and RIPEMD160. |
0.24.18 11 Sep 2005 04:02:38 |
hrs |
Fix build breakage on 7.x. pthread.h does not include sys/types.h now. |
0.24.18 26 Nov 2004 18:16:23 |
hrs |
Update to 0.24.18. A buffer overrun which can prevent
the server and client from working has been fixed. |
0.24.17 29 Oct 2004 17:57:53 |
hrs |
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. |
0.24.16_1 19 Aug 2004 17:36:19 |
hrs |
Fix variable initialization in the rc.d startup script.
Obtained from: mtm
Approved by: linimon (mentor) |
0.24.16 20 Jun 2004 16:49:34 |
nork |
Update to 0.24.16.
Submitted by: hrs |
0.24.15_1 11 May 2004 12:13:26 |
hrs |
Add USE_RC_SUBR=yes and rcNG-style startup script.
Approved by: linimon (mentor) |
0.24.15 20 Apr 2004 08:04:18 |
kris |
Add missing manpage |
0.24.15 19 Apr 2004 07:07:51 |
hrs |
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) |
0.24.14 10 Apr 2004 21:20:15 |
linimon |
Update to 0.24.14: minor bugfixes (see doc/ChangeLog).
PR: ports/65221
Submitted by: Hiroki Sato <hrs@freebsd.org> (maintainer) |
0.24.13_2 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.24.13_2 16 Feb 2004 02:52:55 |
kris |
Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION |
0.24.13_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.24.13 04 Dec 2003 13:40:44 |
sergei |
- Update to 0.24.13
Changes include performance improvement, a new keyword 'base', etc.
PR: 59779
Submitted by: maintainer |
0.24.12 05 Nov 2003 22:10:28 |
krion |
- 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 |
0.24.11 03 Nov 2003 10:56:02 |
leeym |
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> |
0.24.10 29 Oct 2003 20:44:11 |
sergei |
- Update to 0.24.10:
A fatal bug in cvsup2cvsync has been fixed
PR: 58693
Submitted by: maintainer |
0.24.9 29 Oct 2003 10:40:23 |
nork |
Update to 0.24.9.
PR: ports/58664
Submitted by: hrs (maintainer) |
0.24.8 08 Oct 2003 10:40:38 |
osa |
Update to 0.24.8.
Submitted by: hrs (maintainer)
PR: 57735 |
0.24.7 24 Sep 2003 09:02:13 |
edwin |
iUpdate port: net/cvsync 0.24.7
Update to 0.24.7.
PR: ports/57011
Submitted by: Hiroki Sato <hrs@freebsd.org> |
0.24.6 10 Sep 2003 05:12:54 |
nork |
Update to 0.24.6.
PR: ports/56669
Submitted by: hrs (maintainer) |
0.24.5 05 Sep 2003 18:26:14 |
krion |
- Update to version 0.24.5
PR: 56501
Submitted by: maintainer |
0.24.4 27 Aug 2003 14:03:08 |
osa |
Update to 0.24.4
Submitted by: hrs (still without of commit-bit for ports-tree maintainer)
PR: 56036 |
0.24.3 03 Aug 2003 09:28:19 |
leeym |
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> |
0.24.2 30 Jul 2003 23:26:36 |
leeym |
Update to 0.24.2.
PR: 55075
Submitted by: Hiroki Sato <hrs@freebsd.org> |
0.24.1 23 Jul 2003 05:24:56 |
daichi |
update net/cvsync: 0.24.0 -> 0.24.1
PR: 54772
Submitted by: hrs |
0.24.0 13 Jul 2003 21:01:21 |
naddy |
Update to 0.24.0. An rsync-like algorithm for regular file
synchronization has been implemented.
PR: 54444
Submitted by: hrs |
0.23.8 09 Jul 2003 13:42:35 |
nork |
Update to 0.23.8.
PR: ports/?????
Submitted by: hrs (maintainer, in near feature, he will submit a PR) |
0.23.7 08 Jul 2003 16:24:54 |
leeym |
Update to 0.23.7. A memory leak bug in cvsyncd is fixed.
PR: 54222
Submitted by: Hiroki Sato <hrs@freebsd.org> |
0.23.6 08 Jul 2003 02:35:24 |
nork |
Update to 0.23.6.
PR: ports/54205
Submitted by: hrs (maintainer) |
0.23.5 03 Jul 2003 06:11:38 |
nork |
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) |
0.23.5 27 Jun 2003 04:04:26 |
daichi |
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) |
0.23.4 26 Jun 2003 02:23:25 |
nork |
Update to 0.23.4.
PR: ports/53743
Submitted by: hrs (maintainer) |
0.23.3 24 Jun 2003 10:06:53 |
nork |
Update to 0.23.3.
PR: ports/53669
Submitted by: hrs (maintainer) |
0.21.1 01 Jun 2003 00:52:19 |
naddy |
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@ |
0.21.0 17 May 2003 07:52:49 |
nork |
Update to 0.21.0.
PR: ports/52363
Requested by: MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Submitted by: hrs (maintainer) |
0.20.2 11 May 2003 20:42:37 |
nork |
Update to 0.20.2.
PR: ports/52080
Submitted by: hrs (maintainer) |
0.20.1 06 May 2003 21:16:04 |
naddy |
Update to 0.20.1
PR: 51752
Submitted by: hrs |
0.20.0 28 Apr 2003 11:22:50 |
naddy |
Update to 0.20.0.
PR: 51483
Submitted by: hrs |
0.19.6 23 Apr 2003 16:38:09 |
nork |
Update to 0.19.6.
PR: ports/51312
Submitted by: hrs (maintainer) |
0.19.5 20 Apr 2003 14:11:38 |
nork |
Update to 0.19.5.
PR: ports/51184
Submitted by: hrs (maintainer) |
0.19.4 16 Apr 2003 06:45:07 |
nork |
Update to 0.19.4.
Prompted by: MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Submitted by: hrs (maintainer) |
0.19.2 11 Apr 2003 16:26:28 |
nork |
Update to 0.19.2.
Submitted by: MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Approved by: hrs (maintainer) |
0.19.1 09 Apr 2003 09:21:44 |
nork |
Update to 0.19.1.
PR: ports/50746
Submitted by: Hiroki Sato <hrs@freebsd.org> (maintainer) |
0.19.0 04 Apr 2003 13:07:19 |
nork |
Update to 0.19.0.
PR: ports/50601
Submitted by: hrs (maintainer) |
0.17.1 29 Mar 2003 12:34:19 |
nork |
Update to 0.17.1.
PR: ports/50394
Submitted by: MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Reviewd by: hrs (maintainer) |
0.15.0 23 Mar 2003 18:41:44 |
naddy |
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 |