non port: sysutils/rdiff-backup-devel/Makefile |
Number of commits found: 34 |
Thursday, 26 Dec 2019
|
07:54 antoine
Deprecate a few ports
With hat: portmgr
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
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
 |
Tuesday, 24 Jan 2017
|
19:44 bdrewery
- Update librsync to 2.0.0 and move to net/librsync2.
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>
 |
Friday, 28 Oct 2016
|
09:03 amdmi3
- Switch to options helpers
- Don't install COPYING with docs
- Regenerate patches
 |
Monday, 13 Jun 2016
|
19:05 pi
sysutils/rdiff-backup-devel: Fix build, change dependency to librsync1
- 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>
 |
Friday, 1 Apr 2016
|
14:25 mat
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 12 Jan 2016
|
16:20 amdmi3
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
 |
Wednesday, 3 Jun 2015
|
16:14 amdmi3
- Clarify LICENSE
- Add LICENSE_FILE
- Strip libraries
 |
Thursday, 14 May 2015
|
10:15 mat
MASTER_SITES cleanup.
- 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
 |
Friday, 24 Oct 2014
|
16:56 mva
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
 |
Saturday, 16 Nov 2013
|
04:15 vanilla
1: Support STAGEDIR.
2: switch to new LIB_DEPENDS syntax.
 |
Friday, 20 Sep 2013
|
23:06 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
 |
Monday, 27 May 2013
|
19:15 bsam
. add LICENSE=GPLv2;
. 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.
 |
Friday, 13 Jul 2012
|
14:14 tabthorpe
- Reassign to the heap
- Thank you for your years of service
With hat:: portmgr
 |
Wednesday, 29 Dec 2010
|
20:04 pgollucci
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
 |
Sunday, 5 Jul 2009
|
15:58 beat
- Update to 1.3.3
PR: ports/136297
Submitted by: Peter Schuller <peter.schuller AT infidyne.com> (maintainer)
 |
Thursday, 7 May 2009
|
07:05 vd
Transfer maintainership of
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.
 |
Sunday, 1 Feb 2009
|
07:07 vd
Fix CONFLICTS in rdiff-backup, rdiff-backup-devel and rdiff-backup10.
 |
06:58 vd
Upgrade sysutils/rdiff-backup-devel from 1.1.15 to 1.3.1
(start tracking the new development branch)
ChangeLog:
http://www.nongnu.org/rdiff-backup/CHANGELOG-devel
 |
Friday, 15 Aug 2008
|
12:23 vd
* Copy sysutils/rdiff-backup to sysutils/rdiff-backup10
* 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>
 |
Friday, 6 Jun 2008
|
14:03 edwin
Bump portrevision due to upgrade of devel/gettext.
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)
 |
Saturday, 19 Jan 2008
|
07:06 vd
Upgrade sysutils/rdiff-backup-devel from 1.1.14 to 1.1.15
ChangeLog: http://www.nongnu.org/rdiff-backup/CHANGELOG-devel
PR: ports/119494
Submitted by: Philippe Audeoud <jadawin@tuxaco.net>
 |
Sunday, 30 Sep 2007
|
06:26 vd
Upgrade sysutils/rdiff-backup-devel from 1.1.12 to 1.1.14
ChangeLog: http://www.nongnu.org/rdiff-backup/CHANGELOG-devel
 |
Sunday, 22 Jul 2007
|
13:47 vd
Upgrade sysutils/rdiff-backup-devel from 1.1.9 from 1.1.12
 |
Friday, 16 Mar 2007
|
06:59 vd
Add backup master sites after the only one master site was down recently.
Reported by: kris
 |
Wednesday, 21 Feb 2007
|
08:16 vd
Upgrade sysutils/rdiff-backup-devel from 1.1.7 to 1.1.9
 |
Tuesday, 14 Nov 2006
|
07:26 vd
Upgrade sysutils/rdiff-backup-devel from 1.1.5 to 1.1.7
 |
Friday, 20 Jan 2006
|
06:12 vd
Change my email address to the @FreeBSD one
Approved by: garga (mentor)
 |
Wednesday, 4 Jan 2006
|
09:27 edwin
Update port: sysutils/rdiff-backup-devel to 1.1.5
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>
 |
Monday, 19 Dec 2005
|
11:33 lawrance
Update to 1.1.4.
PR: ports/90634
Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer)
 |
Sunday, 27 Nov 2005
|
21:04 mnag
Update to 1.1.3
PR: 89624
Submitted by: Vasil Dimov <vd@datamax.bg> (maintainer)
 |
Saturday, 12 Nov 2005
|
00:18 mnag
Add new port rdiff-backup-devel 1.1.2 as slave port of rdiff-backup.
Update rdiff-backup to support master port
PR: 88801
Submitted by: Vasil Dimov <vd@datamax.bg>
 |
Saturday, 8 Oct 2005
|
07:09 lawrance
- Upgrade rdiff-backup to 1.0.1, which is the logical next version for both
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
 |
Sunday, 12 Jun 2005
|
12:56 lawrance
Add rdiff-backup-devel 0.13.6, local/remote mirroring+incremental
backup.
PR: ports/82130
Submitted by: Peter Schuller <peter.schuller@infidyne.com>
 |
Number of commits found: 34 |