diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-09-04 09:48:25 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-09-04 09:48:25 +0000 |
commit | c02a2a9559258637d5cd1f15e6cc03bd52d4e3b7 (patch) | |
tree | 78f31ef173ae44803d445c85b248ded1c7f8b98f /devel/subversion | |
parent | Update this snapshot port to install 2.60-rc3 (with a purposely broken (diff) |
Update to version 0.28.2, add BIG MESSAGE about repository version change.
PR: ports/56179
Submitted by: myself
Notes
Notes:
svn path=/head/; revision=88504
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile | 10 | ||||
-rw-r--r-- | devel/subversion/distinfo | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index afeefe7d43be..16a1507ed2b0 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 0.27.0 +PORTVERSION= 0.28.2 CATEGORIES= devel -MASTER_SITES= http://subversion.tigris.org/files/documents/15/5642/ +MASTER_SITES= http://subversion.tigris.org/files/documents/15/5940/ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= bmah @@ -29,6 +29,7 @@ CONFIGURE_ARGS= --with-ssl \ --with-berkeley-db=${LOCALBASE}/include/db4:${LOCALBASE}/lib \ --with-swig=no + MAN1= svn.1 svnadmin.1 MANCOMPRESSED= no @@ -57,6 +58,11 @@ CONFIGURE_ARGS+=--with-apr=${LOCALBASE} \ .endif pre-extract: +.if !defined (BATCH) + @dialog --title "-- URGENT UPGRADE INFORMATION --" --clear --yesno \ + "If you upgrade Subversion from pre-0.28.0 version, please,\ndump you repository with old (pre-0.28.0) svnadmin command.\nAfter this, install new version, remove old repository, create new\none with svnadmin & load dump created from old repository\n\nVersions after 0.28.0 have different repository format and\nyour old repository could not be used with versions 0.28.0 and up.\n\nRead\nhttp://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO\nfor details.\n\nDid you dump you repository and ready to install new version?" \ + 18 70 +.endif .if defined(WITH_MOD_DAV_SVN) @${ECHO_MSG} "mod_dav_svn module for Apache 2.X enabled." .else diff --git a/devel/subversion/distinfo b/devel/subversion/distinfo index c1cede8b621b..5b7341e9912f 100644 --- a/devel/subversion/distinfo +++ b/devel/subversion/distinfo @@ -1 +1 @@ -MD5 (subversion-0.27.0.tar.gz) = 0f4fa0ebb0b58b83bad9433b8baa3f9a +MD5 (subversion-0.28.2.tar.gz) = f7544f48657fd5fa32a091949eb23880 |