Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2003 14:20:04 +0400 (MSD)
From:      "Lev A. Serbryakov" <lev@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56179: [PATCH] Update `devel/subversion' to 0.28.1 milestone.
Message-ID:  <200308301020.h7UAK4SS070037@ftp.translate.ru>
Resent-Message-ID: <200308301030.h7UAUNHm060369@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
>Number:         56179
>Category:       ports
>Synopsis:       [PATCH] Update `devel/subversion' to 0.28.1 milestone.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 30 03:30:22 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lev A. Serbryakov <lev@FreeBSD.org>
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD ftp.translate.ru 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Apr 11 00:25:30 MSD 2003 lev@ftp.translate.ru:/usr/obj/usr/src/sys/FTPTR i386
Ports: 30 Aug 2003

>Description:

 This PR updates `devel/subversion' port to latest release (milestone) 0.28.1
 It includes warning about repository version change. 

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/subversion/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile	22 Aug 2003 12:49:14 -0000	1.40
+++ Makefile	30 Aug 2003 10:19:33 -0000
@@ -5,9 +5,9 @@
 # $FreeBSD: ports/devel/subversion/Makefile,v 1.40 2003/08/22 12:49:14 lev Exp $
 
 PORTNAME=	subversion
-PORTVERSION=	0.27.0
+PORTVERSION=	0.28.1
 CATEGORIES=	devel
-MASTER_SITES=	http://subversion.tigris.org/files/documents/15/5642/
+MASTER_SITES=	http://subversion.tigris.org/files/documents/15/5880/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=		bmah
 
@@ -74,6 +74,11 @@
 	@${ECHO_MSG} "by defining WITH_APACHE2_APR."
 .endif
 	@${ECHO_MSG}
+
+pre-everything:
+	@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
 
 post-extract:
 	@${REINPLACE_CMD} 's/ldb/ldb4/g' ${WRKSRC}/configure
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/subversion/distinfo,v
retrieving revision 1.18
diff -u -r1.18 distinfo
--- distinfo	22 Aug 2003 12:49:14 -0000	1.18
+++ distinfo	30 Aug 2003 10:19:33 -0000
@@ -1 +1 @@
-MD5 (subversion-0.27.0.tar.gz) = 0f4fa0ebb0b58b83bad9433b8baa3f9a
+MD5 (subversion-0.28.1.tar.gz) = ecd158d2f0f35e18c5802ba45ce9593a
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308301020.h7UAK4SS070037>