Commit graph

27 commits

Author SHA1 Message Date
he
6f7b87516f Update from version 0.74nb1 to 0.75.
Pkgsrc changes:
 o Added dependency on p5-TimeDate, to conform with module requirements

Upstream changes:

[Changes for 0.75 - Sep 13, 2008]

* Modernize dist and fix signatures.
2008-11-17 22:05:14 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
098057f3d9 Update from version 0.72 to 0.74. Changes:
[Changes for 0.74 - June 1, 2008]

* Fix tests for svn 1.5.0.

[Changes for 0.73 - Mar 19, 2007]

* In get_latest_rev, resolve the right HEAD for use in get_logs.
  [Rolf Sch?uble]
2008-07-27 20:45:06 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
9b5f815b2d Add "scm" to CATEGORIES to make it easy to find source control management
related packages.
2007-02-17 20:59:46 +00:00
bad
b1aca5e43e Record checksum for SVN-Mirror-0.72.tar.gz. 2007-01-10 22:35:19 +00:00
bad
9a7850e79b Update devel/p5-SVN-Mirror to 0.72.
Changes since 0.67:

[Changes for 0.72 - Nov 2, 2006]
* Use a custom transaction to commit the mirror rev, and have the
  revision property set via txn for atomicy.
* Requires Subversion 1.2.0.
[Changes for 0.71 - Oct 3, 2006]
* Fix url escape issues for replaced copied source.
* Fix a bug in replace with history, where the copy source is related
  to the current node, but outside the mirror.
[Changes for 0.70 - Aug 25, 2006]
* More fixes for the new replace code.
[Changes for 0.69_3 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history, that
  is from different path.
[Changes for 0.69_2 - Aug 14, 2006]
* Fix bugs mirroring revisions containing replace with history.
* When there is no change, only touch in root.
[Changes for 0.69_1 - Jul 22, 2006]
* Major overhaul of the mirror editor. [plasma]
* When remote repository disallows property reading on '/', fallback
  to normal mirror.
* Workaround different behaviour of ra backends in ra->get_logs start
  argument, which causes skipto to fail for some repositories.
[Changes for 0.68 - Dec 12, 2005]
* Escape the copyfrom_path, as that's what is expected by svn api.
* Fix a memory leak when mirroring changes with lots of copies.
* Fix a problem that there is a replaced item with history that is out
  of the mirror anchor.
2007-01-10 22:02:45 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
sommerfeld
40aff2cfce Update to SVN::Mirror 0.67
[Changes for 0.67 - Sep 25, 2005]
* Fix a very complicated case for replaced directory with file
  modification under it, where a deletion should also be ignored.

* Relax the condition so that when we are sure a change
  entry is a directory, we can use cheap editor calls
  rather than run the whole do_update.
2005-10-22 23:24:36 +00:00
sommerfeld
35ca9728fc Update from 0.60 to 0.66; prerequisite for newer versions of svk
[Changes for 0.66 - Aug 18, 2005]

* Fix a regression when the mirrored revision has copies from revision
  numbers outside the path we are mirroring.

* Fix a regression since 0.61 for the case that mirror anchor parent was
  copied from somewhere else.

[Changes for 0.65 - Aug 2, 2005]

* Fix a bug when mirroring only HEAD with dav/svn-1.2.0 on server.

* Performance imporvements on large repositories for revision lookup
  and meta data lookup. [Sponsored by Fotango]

[Changes for 0.64 - Jul 11, 2005]

* Make git support load later to avoid circular dependency with svk.

[Changes for 0.63 - Jun 28, 2005]

* Fix missing dependency - Class::Accessor.

[Changes for 0.62 - Jun 22, 2005]

* Support HEAD and HEAD-n for --torev [Jody Belka]

* Resolve the fromrev from headrev with the relayed source, so for
  relayed skip-to mirror it won't explode.

* When there's replaced directory, properly _enter_copied_path when
  it's not a copy.

* Git support.

[Changes for 0.61 - May 8, 2005]

* Perform reanchor only on paths involving copies.
  This fixes kde svn repository problem.

* Fix two minor pool usage that causes error on nfs-mounted fsfs (and
  possibly win32).
2005-10-22 16:56:09 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
epg
81d6ab799b Update to 0.60.
Upstream changes:

[Changes for 0.60 - Apr 29, 2005]

* When doing get_latest_rev with 1.1.x, reset offset if it went below 0.
  [Marcus Rueckert <darix@irssi.org>]

* Fix uuid checking in --relocate. [Marcus Rueckert <darix@irssi.org>]

[Changes for 0.59 - Apr 25, 2005]

* Doc fixes. [Mathias Hennersdorf <henner@tty.ch>]

* Fix a bad path translation in has_local.

[Changes for 0.58 - Apr 18, 2005]

* Fix edge case in local copy_source resolution and unresolvable source.

* Remove bogus path translation in delete_entry that might result in segfaults.

[Changes for 0.57 - Mar 29, 2005]

* API catchup for latest svn-trunk.

* Fix a bug that non-interesting changed paths are not properly
  filtered.

* Proper locking for concurrent mirror object load and sync.
2005-05-09 22:33:25 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
epg
d9b5ef2c66 Update to 0.56. Upstream changelog:
------------------------------------------------------------------------
r273 | clkao | 2005-03-01 12:19:53 -0500 (Tue, 01 Mar 2005) | 1 line
Changed paths:
   M /clkao/modules/SVN-Mirror/META.yml
   M /clkao/modules/SVN-Mirror/SIGNATURE

SVN::Mirror 0.56
------------------------------------------------------------------------
r269 | clkao | 2005-02-28 02:18:56 -0500 (Mon, 28 Feb 2005) | 3 lines
Changed paths:
   M /clkao/modules/SVN-Mirror/lib/SVN/Mirror.pm

Resolve local rev properly for relayed mirror where the target
revision number is larger than the one on the relayed server.
Reported by: Arthur Bergman
------------------------------------------------------------------------
r268 | clkao | 2005-02-26 07:43:01 -0500 (Sat, 26 Feb 2005) | 1 line
Changed paths:
   M /clkao/modules/SVN-Mirror/lib/SVN/Mirror.pm

Invalidate revmap cache when deleting mirror.
------------------------------------------------------------------------
r267 | clkao | 2005-02-24 03:21:28 -0500 (Thu, 24 Feb 2005) | 1 line
Changed paths:
   M /clkao/modules/SVN-Mirror/lib/SVN/Mirror.pm

Tell the user to install VCP instead of confusing "schema not handled".
------------------------------------------------------------------------
r264 | clkao | 2005-02-23 11:02:17 -0500 (Wed, 23 Feb 2005) | 2 lines
Changed paths:
   M /clkao/modules/SVN-Mirror/lib/SVN/Mirror/Ra.pm

Workaround ra_svn 1.2 vs svnserve 1.1 log limit problem.

------------------------------------------------------------------------
r263 | autrijus | 2005-02-02 09:38:08 -0500 (Wed, 02 Feb 2005) | 1 line
Changed paths:
   M /clkao/modules/SVN-Mirror/bin/svm

* Gran Krampe noticed that our docs is completely broken.
------------------------------------------------------------------------
2005-03-03 04:32:28 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
epg
3028658437 Whoops, somehow missed committing this for 0.55 update. 2005-02-02 03:10:09 +00:00
epg
ed501b5cb2 Update to 0.55.
Upstream changes:

[Changes for 0.55 - Feb 1, 2005]

* Partially support remote copies that cross local mirror anchors
  with cb_copy_notify callback.

* Fix a pool issue that session of ra->get_commit_editor is not
  recycle due to ref holding in the wrong pool.

* Cope with latest svn-trunk ra api changes.
2005-02-02 03:03:10 +00:00
epg
5dcfdfe8b0 Update to 0.54.
Add missing p5-SVN-Simple>=0.26 dependency.

Upstream changes:

[Changes for 0.54 - Jan 10, 2005]

* Don't requires BSD::Resources.

[Changes for 0.53 - Jan 9, 2005]

* Fix the case that a mirror anchor is intially created on remote
  by a copy of its parent directory.

* Use simple editor for 'R'-only changes too.

* Fix a regression that simple copies are invoking full tree delta with
  reporter.

[Changes for 0.52 - Dec 29, 2004]

* Workaround ra_dav memory leaks.

* Fix an annoying bug that prevents most of the cases mirroring a
  branch only.

[Changes for 0.51 - Dec 20, 2004]

* Get the real last-modified revision.  This fixes skip-to mirroring.

* mod_dav_svn doesn't like ra connection anchored at root to do
  check_path.  Use check_path on the first ra session instead.

* regex cleanups; in particular, regex metacharacters in paths
  are now properly mirrored. [Autrijus]
2005-01-16 22:35:21 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
epg
d3236d247b [Changes for 0.50 - Nov 10, 2004]
* Workaround fsfs/win32 txn_commit bug in close_edit of mirror editor.
  [Autrijus]

* Use iter pool for node_history tracing.

* Add trailing /... for vcp source if not exist.

* Use the same auth baton for all ra sessions.

* Hold another reference to merge back editor in addition to
  cached_ra, because the callback in merge_back_editor might create
  another ra session.

* Ignore signals before calling close_edit, instead of in commit callback.
2004-11-11 18:01:41 +00:00
epg
c0acb42ac9 Support pkgviews. 2004-11-10 18:09:07 +00:00
epg
1efdba860f Update to 0.49.
[Changes for 0.49 - Oct 17, 2004]

* Copy-following-delete was not marked as is_copy properly. [Autrijus]

* Win32API::GUID support on win32. [Autrijus]

* Florian Weimer reported that repeated sync of an empty mirror
  source will result in redundant local revisions.  Fix it by
  always "touching" the add_directory() call, regardless of
  whether anything was actually updated locally. [Autrijus]

[Changes for 0.48 - Oct 4, 2004]

* New: relocate. [Autrijus]

* Use fsfs as SVNFSTYPE when using svn 1.1.

* Fix delete and upgrade on win32. [Autrijus]

* Support arch vcp source driver.

* Fix find_local_rev cache that assumes uses the same cache for
  different target repositories.

* Fix an incorret pool used in _new_auth with wrong life time.
2004-11-06 23:01:06 +00:00
epg
635adc2c14 Import p5-SVN-Mirror-0.47.
SVN::Mirror allows you to mirror one Subversion repository to
another.
2004-09-26 04:41:15 +00:00