Tue Dec 6 23:40:08 2011 UTC ()
devel/rapidsvn: Update version from 0.10.0-1 to 0.12.0.1

DragonFly shares a problem compiling RapidSVN with HP-UX, a name space
conflict with the isset macro of /usr/include/sys/param.h.  This was
fixed in version 0.12.0, so it was necessary to upgrade versions to
build RapidSVN on DragonFly.

Visible changes since the previous version:

* 663 New: Show number of modified children in folder browser
* 662 Enhancement: Indicate changed content with BOLD text instead of red color
* 666 Enhancement: Performance optimization for indicating modified subfolders
* 667 Enhancement: Make indication of modified subfolder configurable
* 668 Enhancement: Show build revision in About Dialog
* 669 Enhancement: Dont use static svn version in About dialog
* 665 Windows: Drop suffix for unicode exe
* 679 Mac+Win: Support Subversion 1.6.5 in binary packges
* 526 Fixed: Filelist update failed when there are special characetrs in uri
* 555 Fixed: Linux+Mac: locale files not installed by default
* 614 Fixed: Interactive Resolve used hardcoded filenames
* 643 Fixed: Mac: crashes at startup because of missing dynamic libraries
* 656 Fixed: Windows 7: Error when starting Explorer from RapidSVN
* 660 Fixed: Visual C++ 2005 Builds Fail to Startup (Visual C++ Runtime Error)
* 664 Fixed: Crashes on Windows in Japan
* 671 Fixed: Tree not updated after a commit
* 678 Fixed: Use native path separator when starting external app

Version 0.12 (released October 14th 2009)
http://rapidsvn.tigris.org/svn/rapidsvn/tags/0.12


(marino)
diff -r1.53 -r1.54 pkgsrc/devel/rapidsvn/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/rapidsvn/PLIST
diff -r1.15 -r1.16 pkgsrc/devel/rapidsvn/distinfo
diff -r0 -r1.1 pkgsrc/devel/rapidsvn/patches/patch-src_locale_Makefile.in

cvs diff -r1.53 -r1.54 pkgsrc/devel/rapidsvn/Makefile (expand / switch to context diff)
--- pkgsrc/devel/rapidsvn/Makefile 2011/12/02 07:13:49 1.53
+++ pkgsrc/devel/rapidsvn/Makefile 2011/12/06 23:40:07 1.54
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.53 2011/12/02 07:13:49 sbd Exp $
+# $NetBSD: Makefile,v 1.54 2011/12/06 23:40:07 marino Exp $
 
-DISTNAME=		rapidsvn-0.10.0-1
+DISTNAME=		rapidsvn-0.12.0-1
 PKGNAME=		${DISTNAME:S/-1$/.1/}
-PKGREVISION=		12
 CATEGORIES=		devel x11 scm
-MASTER_SITES=		http://rapidsvn.org/download/release/0.10/
+MASTER_SITES=		http://rapidsvn.org/download/release/0.12/
 
 MAINTAINER=		pkgsrc-users@NetBSD.org
 HOMEPAGE=		http://rapidsvn.tigris.org/
@@ -13,9 +12,7 @@
 
 PKG_DESTDIR_SUPPORT=	user-destdir
 
-WRKSRC=	${WRKDIR}/rapidsvn-0.10.0
-
-USE_TOOLS+=		gmake
+USE_TOOLS+=		gmake msgfmt
 USE_LANGUAGES=		c c++
 USE_LIBTOOL=		YES
 GNU_CONFIGURE=		YES

cvs diff -r1.6 -r1.7 pkgsrc/devel/rapidsvn/PLIST (expand / switch to context diff)
--- pkgsrc/devel/rapidsvn/PLIST 2009/08/07 14:00:49 1.6
+++ pkgsrc/devel/rapidsvn/PLIST 2011/12/06 23:40:07 1.7
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2009/08/07 14:00:49 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2011/12/06 23:40:07 marino Exp $
 bin/rapidsvn
 include/svncpp/annotate_line.hpp
 include/svncpp/apr.hpp
@@ -26,3 +26,12 @@
 include/svncpp/version.hpp
 include/svncpp/wc.hpp
 lib/libsvncpp.la
+share/locale/de/LC_MESSAGES/rapidsvn.mo
+share/locale/es/LC_MESSAGES/rapidsvn.mo
+share/locale/fr/LC_MESSAGES/rapidsvn.mo
+share/locale/it_IT/LC_MESSAGES/rapidsvn.mo
+share/locale/ja/LC_MESSAGES/rapidsvn.mo
+share/locale/pt_BR/LC_MESSAGES/rapidsvn.mo
+share/locale/ru/LC_MESSAGES/rapidsvn.mo
+share/locale/uk/LC_MESSAGES/rapidsvn.mo
+share/locale/zh_CN/LC_MESSAGES/rapidsvn.mo

cvs diff -r1.15 -r1.16 pkgsrc/devel/rapidsvn/distinfo (expand / switch to context diff)
--- pkgsrc/devel/rapidsvn/distinfo 2009/08/07 14:00:49 1.15
+++ pkgsrc/devel/rapidsvn/distinfo 2011/12/06 23:40:07 1.16
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.15 2009/08/07 14:00:49 joerg Exp $
+$NetBSD: distinfo,v 1.16 2011/12/06 23:40:07 marino Exp $
 
-SHA1 (rapidsvn-0.10.0-1.tar.gz) = bbac1027bcbf3130d4946fae874ee1177af764be
+SHA1 (rapidsvn-0.12.0-1.tar.gz) = b25820ee98517b2b070c9b5a3a18463607799081
-RMD160 (rapidsvn-0.10.0-1.tar.gz) = 238244d31c03485fb24c2b0fb3ada2b8ea9e5316
+RMD160 (rapidsvn-0.12.0-1.tar.gz) = 2c6e28f5b3a6450cfb8a749fc27490877ccdfa40
-Size (rapidsvn-0.10.0-1.tar.gz) = 1243876 bytes
+Size (rapidsvn-0.12.0-1.tar.gz) = 1246675 bytes
+SHA1 (patch-src_locale_Makefile.in) = fe0fe3a74e03ef6f1f9c50cf4ae4db393aa21f9f

File Added: pkgsrc/devel/rapidsvn/patches/patch-src_locale_Makefile.in
$NetBSD: patch-src_locale_Makefile.in,v 1.1 2011/12/06 23:40:08 marino Exp $

--- src/locale/Makefile.in.orig	2009-10-20 07:19:08.000000000 +0000
+++ src/locale/Makefile.in
@@ -191,8 +191,7 @@ RAPIDSVN_LANGUAGES = de fr it_IT pt_BR r
 #On OS/X we dont seem to have msgfmt installed by default
 #so we are going to use the python version instead
 #(TODO check for msgfmt, then python)
-#MSGFMT=msgfmt
-MSGFMT = python $(top_srcdir)/tools/msgfmt.py
+MSGFMT=msgfmt
 all: all-am
 
 .SUFFIXES: