| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
22 Jul 2009 17:27:08
1.3.1
|
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
26 Sep 2008 10:07:56
1.3.1
|
miwi  |
- Update to 1.3.1
PR: 127404
Submitted by: Ralf van Dooren <r.vdooren@snow.nl> (maintainer) |
21 Aug 2008 07:18:49
1.3.0_1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
03 Jun 2008 13:26:15
1.3.0_1
|
miwi  |
- Add missing dependency
PR: 124214
Submitted by: Jeffrey Goldberg <jeffrey@goldmark.org>
Approved by: maintainer |
24 Nov 2006 02:18:47
1.3.0
|
clsung  |
- Update to 1.3.0
PR: ports/104911
Submitted by: maintainer (Ralf van Dooren) |
23 Jun 2006 12:31:55
1.2.9_1
|
leeym  |
- remove redundant patch
Noticed by: tobez |
16 Jun 2006 08:05:10
1.2.9
|
leeym  |
- Update to 1.2.9
PR: 98255
Submitted by: leeym
Approved by: maintainer timeout |
24 Jan 2006 01:06:45
1.2.1
|
edwin  |
SHA256ify
Approved by: krion@ |
01 Sep 2005 09:55:02
1.2.1
|
tobez  |
Update to 1.2.1.
PR: 85543
Submitted by: maintainer |
28 Apr 2005 15:37:56
1.1.7
|
jylefort  |
Update to 1.1.7
PR: ports/80400
Submitted by: maintainer |
12 Apr 2005 04:26:57
1.1.6  |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 09:04:41
1.1.6  |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
15 Jan 2005 01:48:06
1.1.6  |
pav  |
- Update to 1.1.6
PR: ports/76248
Submitted by: Ralf van Dooren <r.vdooren@snow.nl> (maintainer) |
10 May 2004 12:56:52
1.1.3  |
krion  |
- Update to version 1.1.3
PR: ports/66440
Submitted by: maintainer |
31 Mar 2004 04:12:58
1.1.0  |
trevor  |
SIZEify (maintainer timeout) |
08 Feb 2004 07:32:41
1.1.0  |
linimon  |
Update to 1.1.0. See ChangeLog for complete details. Note:
+------------------------------------------------------------------------------
+UPGRADE NOTICE (Important)
+------------------------------------------------------------------------------
+ If you are upgrading from a previous version of rsnapshot, please be aware
+ of the following differences:
+
+ - The first backup interval must have a value of at least 2 if more than
+ one backup interval is defined.
+
+ - rsnapshot now returns 1 on errors (instead of -1). rsnapshot still
+ returns 0 on success.
+
+------------------------------------------------------------------------------
PR: ports/62341
Submitted by: Ralf van Dooren <r.vdooren@snow.nl> (maintainer) |
14 Jan 2004 18:02:34
1.0.9  |
sergei  |
Add rsnapshot 1.0.9, filesystem snapshot utility based on rsync(1).
rsnapshot makes it easy to make periodic snapshots of local machines,
and remote machines over ssh. The code makes extensive use of hard links
whenever possible, to greatly reduce the disk space required.
It is written entirely in perl with no module dependencies, and has been
tested with versions 5.004 through 5.8.1.
WWW: http://www.rsnapshot.org
PR: 60873
Submitted by: Ralf van Dooren <r.vdooren@snow.nl> |