notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/rdiff-backup-devel/Makefile

Number of commits found: 34

Thursday, 26 Dec 2019
07:54 antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
Original commitRevision:520894 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
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
Original commitRevision:455210 
Tuesday, 24 Jan 2017
19:44 bdrewery search for other commits by this committer
- 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>
Original commitRevision:432379 
Friday, 28 Oct 2016
09:03 amdmi3 search for other commits by this committer
- Switch to options helpers
- Don't install COPYING with docs
- Regenerate patches
Original commitRevision:424818 
Monday, 13 Jun 2016
19:05 pi search for other commits by this committer
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>
Original commitRevision:416858 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Tuesday, 12 Jan 2016
16:20 amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
Original commitRevision:405891 
Wednesday, 3 Jun 2015
16:14 amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Strip libraries
Original commitRevision:388446 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Friday, 24 Oct 2014
16:56 mva search for other commits by this committer
- Convert ports of sysutils/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371454 
Saturday, 16 Nov 2013
04:15 vanilla search for other commits by this committer
1: Support STAGEDIR.
2: switch to new LIB_DEPENDS syntax.
Original commitRevision:333979 
Friday, 20 Sep 2013
23:06 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Original commitRevision:327772 
Monday, 27 May 2013
19:15 bsam search for other commits by this committer
. 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.
Original commitRevision:319280 
Friday, 13 Jul 2012
14:14 tabthorpe search for other commits by this committer
- Reassign to the heap
- Thank you for your years of service

With hat::      portmgr
Original commit
Wednesday, 29 Dec 2010
20:04 pgollucci search for other commits by this committer
- 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)
Original commit
Sunday, 5 Jul 2009
15:58 beat search for other commits by this committer
- Update to 1.3.3

PR:             ports/136297
Submitted by:   Peter Schuller <peter.schuller AT infidyne.com> (maintainer)
Original commit
Thursday, 7 May 2009
07:05 vd search for other commits by this committer
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.
Original commit
Sunday, 1 Feb 2009
07:07 vd search for other commits by this committer
Fix CONFLICTS in rdiff-backup, rdiff-backup-devel and rdiff-backup10.
Original commit
06:58 vd search for other commits by this committer
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
Original commit
Friday, 15 Aug 2008
12:23 vd search for other commits by this committer
* 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>
Original commit
Friday, 6 Jun 2008
14:03 edwin search for other commits by this committer
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)
Original commit
Saturday, 19 Jan 2008
07:06 vd search for other commits by this committer
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>
Original commit
Sunday, 30 Sep 2007
06:26 vd search for other commits by this committer
Upgrade sysutils/rdiff-backup-devel from 1.1.12 to 1.1.14

ChangeLog: http://www.nongnu.org/rdiff-backup/CHANGELOG-devel
Original commit
Sunday, 22 Jul 2007
13:47 vd search for other commits by this committer
Upgrade sysutils/rdiff-backup-devel from 1.1.9 from 1.1.12
Original commit
Friday, 16 Mar 2007
06:59 vd search for other commits by this committer
Add backup master sites after the only one master site was down recently.

Reported by:    kris
Original commit
Wednesday, 21 Feb 2007
08:16 vd search for other commits by this committer
Upgrade sysutils/rdiff-backup-devel from 1.1.7 to 1.1.9
Original commit
Tuesday, 14 Nov 2006
07:26 vd search for other commits by this committer
Upgrade sysutils/rdiff-backup-devel from 1.1.5 to 1.1.7
Original commit
Friday, 20 Jan 2006
06:12 vd search for other commits by this committer
Change my email address to the @FreeBSD one

Approved by:    garga (mentor)
Original commit
Wednesday, 4 Jan 2006
09:27 edwin search for other commits by this committer
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>
Original commit
Monday, 19 Dec 2005
11:33 lawrance search for other commits by this committer
Update to 1.1.4.

PR:             ports/90634
Submitted by:   Vasil Dimov <vd@datamax.bg> (maintainer)
Original commit
Sunday, 27 Nov 2005
21:04 mnag search for other commits by this committer
Update to 1.1.3

PR:             89624
Submitted by:   Vasil Dimov <vd@datamax.bg> (maintainer)
Original commit
Saturday, 12 Nov 2005
00:18 mnag search for other commits by this committer
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>
Original commit
Saturday, 8 Oct 2005
07:09 lawrance search for other commits by this committer
- 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
Original commit
Sunday, 12 Jun 2005
12:56 lawrance search for other commits by this committer
Add rdiff-backup-devel 0.13.6, local/remote mirroring+incremental
backup.

PR:             ports/82130
Submitted by:   Peter Schuller <peter.schuller@infidyne.com>
Original commit

Number of commits found: 34