| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
07 May 2013 13:12:32
1.3.1_1
|
bapt  |
Add some shebangfix to allow building most of the ports tree without
/usr/bin/perl
Submitted by: John Marino
Obtained from: DPorts |
30 Jun 2012 12:22:38
1.3.1
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
24 Oct 2011 04:17:38
1.3.1
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
19 Mar 2011 12:38:54
1.3.1
|
miwi  |
- Get Rid MD5 support |
22 Jul 2009 16: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 09: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 06: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 12: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 11:31:55
1.2.9_1
|
leeym  |
- remove redundant patch
Noticed by: tobez |
16 Jun 2006 07: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 08:55:02
1.2.1
|
tobez  |
Update to 1.2.1.
PR: 85543
Submitted by: maintainer |
28 Apr 2005 14:37:56
1.1.7
|
jylefort  |
Update to 1.1.7
PR: ports/80400
Submitted by: maintainer |
12 Apr 2005 03: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 08: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 11:56:52
1.1.3  |
krion  |
- Update to version 1.1.3
PR: ports/66440
Submitted by: maintainer |
31 Mar 2004 03: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> |