aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rdiff-backup-devel
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* - Update librsync to 2.0.0 and move to net/librsync2.Bryan Drewery2017-01-241-1/+1
| | | | | | | | | | | | This is ABI-compatible with 1.0.0, but due to an accident upstream with releasing 1.0.1 with a reversed shlib version, they released 2.0.0 with only a restoration of the shlib version of 2. Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br> Notes: svn path=/head/; revision=432379
* - Switch to options helpersDmitry Marakasov2016-10-283-7/+8
| | | | | | | | - Don't install COPYING with docs - Regenerate patches Notes: svn path=/head/; revision=424818
* sysutils/rdiff-backup-devel: Fix build, change dependency to librsync1Kurt Jaeger2016-06-132-2/+17
| | | | | | | | | | | | | | | - rdiff-backup-devel fails with: _librsyncmodule.c:63:17: error: use of undeclared identifier 'RS_DEFAULT_STRONG_LEN' - found working patch here: http://pkgs.fedoraproject.org/cgit/rpms/rdiff-backup.git/tree/rdiff-backup-1.2.8-librsync-1.0.0.patch - change dependency to librsync1 PR: 210239 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Notes: svn path=/head/; revision=416858
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Clarify LICENSEDmitry Marakasov2015-06-031-4/+4
| | | | | | | | - Add LICENSE_FILE - Strip libraries Notes: svn path=/head/; revision=388446
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-5/+2
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistAntoine Brodin2014-11-221-3/+0
| | | | Notes: svn path=/head/; revision=373038
* - Convert ports of sysutils/ to new USES=pythonMarcus von Appen2014-10-241-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371454
* 1: Support STAGEDIR.Vanilla I. Shu2013-11-162-11/+15
| | | | | | | 2: switch to new LIB_DEPENDS syntax. Notes: svn path=/head/; revision=333979
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* . add LICENSE=GPLv2;Boris Samorodov2013-05-272-19/+13
| | | | | | | | | | | | | . remove shlib ABI version number from LIB_DEPENDS; . bump PORTREVISION; . trim Makefile headers; . define PORTDOCS at Makefile; . remove PORTDOCS lines from pkg-plist; . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . use plain install instead .for loops. Notes: svn path=/head/; revision=319280
* - Reassign to the heapThomas Abthorpe2012-07-131-1/+1
| | | | | | | | | - Thank you for your years of service With hat:: portmgr Notes: svn path=/head/; revision=300863
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - Update to 1.3.3Beat Gaetzi2009-07-052-4/+4
| | | | | | | | PR: ports/136297 Submitted by: Peter Schuller <peter.schuller AT infidyne.com> (maintainer) Notes: svn path=/head/; revision=237175
* Transfer maintainership ofVasil Dimov2009-05-071-1/+1
| | | | | | | | | | | | | sysutils/duplicity sysutils/rdiff-backup sysutils/rdiff-backup-devel sysutils/rdiff-backup10 from myself to Peter Schuller because he has been more active than me in updating those ports and sent so many ready-to-be-committed patches. Notes: svn path=/head/; revision=233346
* Fix CONFLICTS in rdiff-backup, rdiff-backup-devel and rdiff-backup10.Vasil Dimov2009-02-011-1/+1
| | | | Notes: svn path=/head/; revision=227337
* Upgrade sysutils/rdiff-backup-devel from 1.1.15 to 1.3.1Vasil Dimov2009-02-015-21/+22
| | | | | | | | | | (start tracking the new development branch) ChangeLog: http://www.nongnu.org/rdiff-backup/CHANGELOG-devel Notes: svn path=/head/; revision=227335
* * Copy sysutils/rdiff-backup to sysutils/rdiff-backup10Vasil Dimov2008-08-152-2/+3
| | | | | | | | | | | * Upgrade sysutils/rdiff-backup from 1.0.5 to 1.2.0 * Minor changes in sysutils/rdiff-backup-devel in CONFLICTS and pkg-descr PR: ports/126313, ports/126314, ports/126315 (based on) Submitted by: Peter Schuller <peter.schuller@infidyne.com> Notes: svn path=/head/; revision=218622
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* Upgrade sysutils/rdiff-backup-devel from 1.1.14 to 1.1.15Vasil Dimov2008-01-192-4/+4
| | | | | | | | | | ChangeLog: http://www.nongnu.org/rdiff-backup/CHANGELOG-devel PR: ports/119494 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Notes: svn path=/head/; revision=205821
* Upgrade sysutils/rdiff-backup-devel from 1.1.12 to 1.1.14Vasil Dimov2007-09-302-4/+4
| | | | | | | ChangeLog: http://www.nongnu.org/rdiff-backup/CHANGELOG-devel Notes: svn path=/head/; revision=200426
* Upgrade sysutils/rdiff-backup-devel from 1.1.9 from 1.1.12Vasil Dimov2007-07-222-4/+4
| | | | Notes: svn path=/head/; revision=196059
* Add backup master sites after the only one master site was down recently.Vasil Dimov2007-03-161-2/+5
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=187469
* Upgrade sysutils/rdiff-backup-devel from 1.1.7 to 1.1.9Vasil Dimov2007-02-212-4/+4
| | | | Notes: svn path=/head/; revision=185604
* Upgrade sysutils/rdiff-backup-devel from 1.1.5 to 1.1.7Vasil Dimov2006-11-142-4/+4
| | | | Notes: svn path=/head/; revision=177216
* Change my email address to the @FreeBSD oneVasil Dimov2006-01-201-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=153954
* Update port: sysutils/rdiff-backup-devel to 1.1.5Edwin Groothuis2006-01-045-9/+75
| | | | | | | | | | | | | | | | | | | | | | Update sysutils/rdiff-backup-devel from 1.1.4 to 1.1.5: * escape from rdiff-backup's mastering - being a slave to rdiff-backup becomes too hard to maintain with respect to changes in 1.1.5 * Makefile: mandatory variables imported from ../rdiff-backup/Makefile * Makefile: add new entry to MAN1 * Makefile: slightly alter post-install target to make it install all man pages listed in MAN1 * add files/patch-setup.py which is now different from the one located in ../rdiff-backup/files/ * add own pkg-descr * sync pkg-plist PR: ports/91301 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=152719
* Update to 1.1.4.Sam Lawrance2005-12-192-4/+4
| | | | | | | | PR: ports/90634 Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer) Notes: svn path=/head/; revision=151553
* Update to 1.1.3Marcus Alves Grando2005-11-273-4/+7
| | | | | | | | PR: 89624 Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer) Notes: svn path=/head/; revision=149692
* Add new port rdiff-backup-devel 1.1.2 as slave port of rdiff-backup.Marcus Alves Grando2005-11-123-0/+129
| | | | | | | | | | Update rdiff-backup to support master port PR: 88801 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=148005
* - Upgrade rdiff-backup to 1.0.1, which is the logical next version for bothSam Lawrance2005-10-086-187/+0
| | | | | | | | | | | | | | | | | rdiff-backup and rdiff-backup-devel. - Remove rdiff-backup-devel and add an entry to MOVED to migrate users to rdiff-backup. - Add an UPDATING to notify users about the incompatibility between the last version of rdiff-backup and version 1.0.1 PR: ports/86108 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Steve Clement <steve@ion.lu> (maintainer, rdiff-backup) Peter Schuller <peter.schuller@infidyne.com> (maintainer, rdiff-backup-devel) Discussed with: submitter and a couple of other rdiff-backup users Notes: svn path=/head/; revision=144554
* Update WWW lineSam Lawrance2005-08-281-1/+1
| | | | | | | | | PR: ports/84572 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: Peter Schuller <peter.schuller@infidyne.com> (maintainer) Notes: svn path=/head/; revision=141104
* Add rdiff-backup-devel 0.13.6, local/remote mirroring+incrementalSam Lawrance2005-06-126-0/+187
backup. PR: ports/82130 Submitted by: Peter Schuller <peter.schuller@infidyne.com> Notes: svn path=/head/; revision=137314