Commit Graph

75 Commits

Author SHA1 Message Date
stsp
467b3cbf53 Update to 1.6.12.
diff was quietly sitting on ports@ for a week
2010-06-29 14:26:08 +00:00
landry
3b1d1d0cd1 Add libtool to BUILD_DEPENDS as autogen.sh checks for libtoolize.
Builds fine with ports libtool otherwise..
2010-06-23 17:38:29 +00:00
stsp
7efc9b9a10 Add MODGNU_AUTOCONF_DEPENDS to BUILD_DEPENDS. Fixes build if autoconf
isn't already installed. The dependency on autoconf used to be
implicit until CONFIGURE_STYLE was switched from autoconf to gnu
during the 1.6.11 update.
From Daniel Dickman.
2010-04-25 08:43:29 +00:00
stsp
ae0c493264 Update to 1.6.11 and update home page URL.
Also change the configure style to 'gnu' instead of 'autoconf'
to avoid running autoconf twice (autoconf is run by the autogen.sh
script in the pre-configure target). landy@ says this fixes the
build on hppa for some reason.

ok aja, landry (for the configure-style bit some time ago)
2010-04-23 18:05:26 +00:00
ajacoutot
a8c95443e4 Fix DEPENDS/WANTLIB after recent gnome-keyring split. 2010-04-22 14:27:29 +00:00
ajacoutot
ee7c28eaca Missed this in previous gnome-keyring coping.
reminded by stsp@
2010-04-20 20:23:38 +00:00
espie
35b53591f2 fix FULLPKGPATH 2010-02-26 18:21:08 +00:00
naddy
72b44c5513 bump PKGNAME for PLIST changes 4.6 -> 4.7 2010-01-27 21:43:27 +00:00
stsp
ec8791ee90 Update to 1.6.6.
ok sthen@
2009-10-27 09:06:13 +00:00
sthen
acd82886db - convert gnome-shared-keyring to a true FLAVOR rather than a
pseudo-flavour, it affects the -main package by building with pthread
(we don't want that by default, it affects e.g. svn diff | less).

- roll various PFRAG.shared-foo for the subpackages into PLIST-foo

- add a comment noting that autoconf should be 2.63

- bump PKGNAMEs

ok stsp (maintainer).
2009-09-10 15:35:04 +00:00
stsp
b8a8bd6457 Update to 1.6.5.
Also:
* Native make now works fine so don't use gmake.
* Disable storing of plaintext passwords for all servers in the system-wide
  'servers' config file, instead of disabling storage of all kinds of
  passwords in the system-wide 'config' config file.
  The new store-plaintext-passwords=no option, which has existed since 1.6.0,
  overrides a yes/no prompt which subversion now usually presents before
  storing passwords in plaintext. gnome-keyring stores passwords encrypted.
* Update the main DESCR to reflect current reality.
* Add a patch which fixes a broken regression test in the ruby bindings
  which accidentally slipped into 1.6.5 release.
* Put the gnome-keyring subpackage into REGRESS_DEPENDS to make
  auth-test pass (it loads DSOs at runtime and can't find them if
  the gnome-keyring subpackage isn't installed).

Tested on i386 by me and alek@, on i386/amd64 by steven@,
and on sparc64 by Edd Barrett.
ok steven@
2009-08-25 10:26:20 +00:00
msf
f34021f2a2 respect MODRUBY_LIB_DEPENDS, no plist change
ok sthen@
2009-08-11 08:14:42 +00:00
steven
940c428226 security update to 1.6.4
http://subversion.tigris.org/security/CVE-2009-2411-advisory.txt

from Stefan Sperling (maintainer)
2009-08-07 22:13:36 +00:00
naddy
2b84b064ff bump PKGNAME for PLIST changes 4.5 -> 4.6 2009-06-22 17:00:23 +00:00
stsp
60383fd0e8 Update to 1.6.1.
Help by ajacoutot@ and steven@
2009-04-28 23:43:56 +00:00
kili
d4d18dc107 Bump for python deps. 2009-03-16 22:20:02 +00:00
stsp
0da3b3c657 Woops, forgot to reset patch level for ruby subpackage during update to 1.5.6. 2009-03-05 23:16:14 +00:00
stsp
12597a6a36 Update to 1.5.6.
ok steven@
2009-03-05 23:14:07 +00:00
naddy
9ea99647ac bump PKGNAME for PLIST changes 4.4 -> 4.5 2009-02-09 20:48:23 +00:00
steven
9d093b04e0 update to 1.5.5
also,
- add various utilities from contrib/ and tools/
- update svn2cl to version 0.11 (has a fix for OpenBSD ksh)
- install SVN::Fs man page

from maintainer Stefan Sperling, tweaked a bit by me
2008-12-27 19:20:36 +00:00
steven
e70acd34b8 fix build with no_bindings flavor
from maintainer Stefan Sperling
2008-11-18 23:08:01 +00:00
ajacoutot
c868c6dc18 - fix WANTLIB after neon update 2008-11-13 13:14:51 +00:00
steven
7897a9f132 add some guidance to enable/disable the svn modules for apache2
slightly tweaked diff from Brad Walker, also reminded by Stefan Sperling.
2008-11-03 21:33:56 +00:00
steven
b8f78082d6 update to 1.5.4
joint work with new maintainer Stefan Sperling
and Brad Walker (me at bradwalker.com)

tested by several
2008-11-02 20:43:49 +00:00
sturm
8bcb4cb242 bump p5-SVN so that it gets rebuilt with perl 5.10 2008-10-05 08:31:14 +00:00
naddy
b3e53655d3 bump PKGNAME for PLIST changes 4.3 -> 4.4 2008-07-04 19:57:06 +00:00
landry
ff2d68af50 bump PKGNAMEs after lang/ruby module change.
Fix CATEGORIES in rdt eclipse plugin.
in subversion, only bump subpackages that use lang/ruby module.
2008-06-14 23:46:37 +00:00
bernd
3850e5b22b Adjust WANTLIB after net/neon switched from libxml2 to system expat.
Noticed by Markus Lude.
2008-05-02 17:32:53 +00:00
naddy
96a5171118 bump PKGNAME for PLIST changes 4.2 -> 4.3 2008-02-22 19:16:49 +00:00
espie
9ca2e064cf do the same thing with REGRESS_FLAGS as FAKE_FLAGS 2008-01-04 18:38:51 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
steven
234fe4c8b3 make this use the python module, and switch to python 2.5 2007-10-25 10:00:03 +00:00
steven
9bfed1ac43 bump PKGNAME after python version switch 2007-10-08 08:22:38 +00:00
merdely
376b75df06 Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN 2007-09-16 02:52:56 +00:00
naddy
7682bff9fd bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH 2007-07-27 19:17:11 +00:00
steven
08b37454c3 update to subversion 1.4.4
ok kili@, simon@
maintainer timeout
2007-06-18 06:34:48 +00:00
bernd
84606db26d Use xenocara expat. 2007-04-28 16:03:21 +00:00
steven
610ba94fda mention the -ap2 package here too 2007-04-15 07:40:27 +00:00
deanna
c42bfec737 Add -ap2 subpackage that allows building of mod_dav_svn and
mod_authz_svn, for use with www/apache-httpd (apache2).

From dlg@, ok steven@, maintainer timeout.
2007-04-11 13:26:36 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
dlg
3a8622ced0 note that we're changing the default for auth credential caching in our
package.

steven requested i add ruby to the list of subpackages while im here.

ok robert@
2007-02-19 09:39:48 +00:00
dlg
e64b95ca8b by default subversion caches passwords in cleartext under ~/.subversion.
the doco claims this is safe cos the directory has extremely restricted
permissions, but noone i know agrees with this or feels safe. this change
installs a config under /etc/subversion/config that disables this
behaviour.

discussed with pval@ ckuethe@ ok robert@ sturm@ ajacoutot@
2007-02-15 10:25:17 +00:00
steven
22341e706b bump PKGNAME due to PLIST changes after 4.0 -> 4.1
"feel free to bump whatever is needed" espie@
2007-02-14 11:51:07 +00:00
steven
c5edc0b130 maintenance update to subversion 1.4.3
tested/ok simon@, maintainer timeout
2007-01-29 16:33:36 +00:00
robert
6b4f0ce9ae fix a type (RUB_DEPENDS->RUN_DEPENDS) and remove some whitespaces
at the end of lines; bump PKGNAME because of the dependency change;

noticed by dlg@
2007-01-05 10:57:06 +00:00
steven
8961d3c03c update to subversion 1.4.2
maintainer didn't have time
also tested by simon.
2006-12-21 08:58:04 +00:00
steven
5660d5eb96 make only the ruby bindings depend on ruby.
pointed out by sturm@
2006-12-01 14:10:05 +00:00
msf
227ef4e2cd build ruby bindings and put them in their own subpackage.
ok steven@
2006-11-29 08:52:38 +00:00
steven
0510fbcfd9 new MULTI_PACKAGES 2006-11-24 19:52:53 +00:00
steven
f7d4f1f29e update to subversion 1.4.0
for details, read http://subversion.tigris.org/svn_1.4_releasenotes.html

from maintainer Sigfred Haversen <bsdlist at mumak.com>

go ahead pval
2006-09-30 06:23:58 +00:00