FreeBSD Bugzilla – Attachment 89311 Details for
Bug 126219
maintainer update: devel/qsvn
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.96 KB, created by
Max Brazhnikov
on 2008-08-03 18:30:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Max Brazhnikov
Created:
2008-08-03 18:30:04 UTC
Size:
3.96 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/qsvn/Makefile /home/makc/porting/ports/devel/qsvn/Makefile >--- /usr/ports/devel/qsvn/Makefile 2008-07-07 18:40:05.000000000 +0400 >+++ /home/makc/porting/ports/devel/qsvn/Makefile 2008-08-03 21:15:16.000000000 +0400 >@@ -6,9 +6,8 @@ > # > > PORTNAME= qsvn >-DISTVERSION= 0.6.1 >+DISTVERSION= 0.7.0 > DISTVERSIONSUFFIX= -src >-PORTREVISION= 4 > CATEGORIES= devel > MASTER_SITES= http://www.anrichter.net/projects/qsvn/chrome/site/ > >@@ -18,7 +17,7 @@ > LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion > > USE_QT_VER= 4 >-QT_COMPONENTS= gui moc_build uic_build rcc_build qmake_build qt3support_build >+QT_COMPONENTS= gui sql moc_build uic_build rcc_build qmake_build > USE_LDCONFIG= yes > USE_CMAKE= yes > >diff -ruN --exclude=CVS /usr/ports/devel/qsvn/distinfo /home/makc/porting/ports/devel/qsvn/distinfo >--- /usr/ports/devel/qsvn/distinfo 2008-01-25 02:16:12.000000000 +0300 >+++ /home/makc/porting/ports/devel/qsvn/distinfo 2008-08-03 20:49:31.000000000 +0400 >@@ -1,3 +1,3 @@ >-MD5 (qsvn-0.6.1-src.tar.gz) = 7c3d53e06d85b5938e4835ab14023900 >-SHA256 (qsvn-0.6.1-src.tar.gz) = 520e4048b515a41fceee2acf932d7ba8fa8de1d2003480ea4d5e2aed60ce87c5 >-SIZE (qsvn-0.6.1-src.tar.gz) = 242752 >+MD5 (qsvn-0.7.0-src.tar.gz) = c9a1c33af93fbb3e69a7cee09afa1496 >+SHA256 (qsvn-0.7.0-src.tar.gz) = 0d488df26833fe42ff76ce6bd75d6551b6f6580f68fe4f3d92e464cc286ed5b6 >+SIZE (qsvn-0.7.0-src.tar.gz) = 252814 >diff -ruN --exclude=CVS /usr/ports/devel/qsvn/files/patch-svnqt__client_modify.cpp /home/makc/porting/ports/devel/qsvn/files/patch-svnqt__client_modify.cpp >--- /usr/ports/devel/qsvn/files/patch-svnqt__client_modify.cpp 2008-07-07 18:40:06.000000000 +0400 >+++ /home/makc/porting/ports/devel/qsvn/files/patch-svnqt__client_modify.cpp 1970-01-01 03:00:00.000000000 +0300 >@@ -1,13 +0,0 @@ >---- ./svnqt/client_modify.cpp.orig 2008-07-05 15:53:08.000000000 +0400 >-+++ ./svnqt/client_modify.cpp 2008-07-05 15:53:53.000000000 +0400 >-@@ -188,9 +188,7 @@ >- #endif >- >- svn_error_t * error = >--#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 5) >-- svn_client_commit4 >--#elif (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 3) >-+#if (SVN_VER_MAJOR >= 1) && (SVN_VER_MINOR >= 3) >- svn_client_commit3 >- #else >- svn_client_commit2 >diff -ruN --exclude=CVS /usr/ports/devel/qsvn/pkg-descr /home/makc/porting/ports/devel/qsvn/pkg-descr >--- /usr/ports/devel/qsvn/pkg-descr 2008-01-14 13:00:03.000000000 +0300 >+++ /home/makc/porting/ports/devel/qsvn/pkg-descr 2008-08-03 20:50:20.000000000 +0400 >@@ -3,4 +3,4 @@ > the Qt4 C++ toolkit from Trolltech for platform independent > programming. > >-WWW: http://ar.oszine.de/projects/qsvn/ >+WWW: http://www.anrichter.net/projects/qsvn/ >diff -ruN --exclude=CVS /usr/ports/devel/qsvn/pkg-plist /home/makc/porting/ports/devel/qsvn/pkg-plist >--- /usr/ports/devel/qsvn/pkg-plist 2008-06-19 03:50:29.000000000 +0400 >+++ /home/makc/porting/ports/devel/qsvn/pkg-plist 2008-08-03 20:55:54.000000000 +0400 >@@ -1,12 +1,18 @@ > bin/qsvn > include/svnqt-qt4/annotate_line.hpp > include/svnqt-qt4/apr.hpp >+include/svnqt-qt4/cache/DatabaseException.hpp >+include/svnqt-qt4/cache/LogCache.hpp >+include/svnqt-qt4/cache/ReposLog.hpp > include/svnqt-qt4/check.hpp > include/svnqt-qt4/client.hpp > include/svnqt-qt4/commititem.hpp >+include/svnqt-qt4/conflictdescription.hpp >+include/svnqt-qt4/conflictresult.hpp > include/svnqt-qt4/context.hpp > include/svnqt-qt4/context_listener.hpp > include/svnqt-qt4/datetime.hpp >+include/svnqt-qt4/diffoptions.hpp > include/svnqt-qt4/dirent.hpp > include/svnqt-qt4/entry.hpp > include/svnqt-qt4/exception.hpp >@@ -21,6 +27,7 @@ > include/svnqt-qt4/shared_pointer.hpp > include/svnqt-qt4/smart_pointer.hpp > include/svnqt-qt4/status.hpp >+include/svnqt-qt4/stringarray.hpp > include/svnqt-qt4/svnfilestream.hpp > include/svnqt-qt4/svnqt_defines.hpp > include/svnqt-qt4/svnqttypes.hpp >@@ -31,6 +38,7 @@ > include/svnqt-qt4/wc.hpp > lib/libsvnqt-qt4.so > lib/libsvnqt-qt4.so.4 >-lib/libsvnqt-qt4.so.4.1.0 >+lib/libsvnqt-qt4.so.4.2.0 > share/pixmaps/qsvn.png >+@dirrm include/svnqt-qt4/cache > @dirrm include/svnqt-qt4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 126219
: 89311