aboutsummaryrefslogtreecommitdiffstats
path: root/net/cvsync/files
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | 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.
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Enable OpenSSL support by default.hrs2009-10-151-5/+6
| | | | | | | | - Use $USE_RC_SUBR=cvsyncd instead of $USE_RC_SUBR=yes[*]. - Use $PORTEXAMPLES and $PORTDOCS. Submitted by: pgollucci[*] PR: ports/136843[*]
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+0
| | | | | | | 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.
* Update to 0.24.19. cvsync now supports TIGER/192 and RIPEMD160.hrs2005-09-201-11/+0
|
* Fix build breakage on 7.x. pthread.h does not include sys/types.h now.hrs2005-09-111-0/+11
|
* Fix variable initialization in the rc.d startup script.hrs2004-08-201-4/+3
| | | | | Obtained from: mtm Approved by: linimon (mentor)
* Add USE_RC_SUBR=yes and rcNG-style startup script.hrs2004-05-111-0/+44
| | | | Approved by: linimon (mentor)
* Update to 0.24.14: minor bugfixes (see doc/ChangeLog).linimon2004-04-111-24/+0
| | | | | PR: ports/65221 Submitted by: Hiroki Sato <hrs@freebsd.org> (maintainer)
* Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISIONkris2004-02-161-0/+24