aboutsummaryrefslogtreecommitdiff
path: root/net/csync2
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-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. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Chase the libgcrypt shared lib versionSteve Wills2011-07-031-2/+2
| | | | Notes: svn path=/head/; revision=276971
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-2/+2
| | | | Notes: svn path=/head/; revision=275104
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Chase security/libgcrypt shlib bump.Wesley Shields2010-07-271-2/+2
| | | | | | | | PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=258314
* - Fix/update rc.d script.Stefan Walter2010-06-276-35/+157
| | | | | | | | | | | | | - Make installation of csync2-compare optional. - Generate certificates and create directories during installation if necessary. - Assign maintainership to submitter. PR: 146970 Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org> Feature safe: yes Notes: svn path=/head/; revision=257059
* - Provide rc scriptPav Lucistnik2010-05-142-1/+41
| | | | | | | | PR: ports/145107 Submitted by: Ari Maniatis <ari@ish.com.au> Notes: svn path=/head/; revision=254313
* - Unbreak and fix build with gnuTLSMartin Wilke2009-09-162-2/+12
| | | | | | | | | PR: 138804 Submitted by: mitsuru@riken.jp Feature safe: yes Notes: svn path=/head/; revision=241515
* - BROKEN does not compile with new gnuTLSMartin Wilke2009-08-221-0/+2
| | | | Notes: svn path=/head/; revision=240094
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-2/+2
| | | | Notes: svn path=/head/; revision=239670
* Chase libtasn1 shared library version bump.Roman Bogorodskiy2009-01-181-2/+2
| | | | Notes: svn path=/head/; revision=226372
* - Bump PORTREVISION due to share library version bump in security/libgcryptRong-En Fan2009-01-061-2/+2
| | | | | | | PR: ports/127478 Notes: svn path=/head/; revision=225326
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Reset aaron's port maintainerships due to many maintainer-timeouts.Mark Linimon2008-04-291-1/+1
| | | | Notes: svn path=/head/; revision=212202
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-2/+2
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=208375
* Chase libgcrypt library versionTilman Keskinoz2008-02-281-1/+2
| | | | Notes: svn path=/head/; revision=208144
* Update to 1.34.Xin LI2008-02-246-30/+50
| | | | | | | | Approved by: maintainer timeout PR: ports/119742 Notes: svn path=/head/; revision=207819
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-1/+2
| | | | | | | bump PORTREVISIONs. Notes: svn path=/head/; revision=194564
* BROKEN: Installs config file in /etcKris Kennaway2007-06-101-0/+2
| | | | Notes: svn path=/head/; revision=193139
* Added missing dependencies, libgcrypt and libgpg-error, as reported to meAaron Dalton2007-06-011-1/+3
| | | | | | | via email (no PR). Notes: svn path=/head/; revision=192561
* Adding net/csync2, a cluster synchronization tool.Aaron Dalton2007-05-306-0/+79
Notes: svn path=/head/; revision=192413