Update to version 0.28.2, add BIG MESSAGE about repository version change.
PR: ports/56179 Submitted by: myself
This commit is contained in:
parent
c0dd922ce0
commit
c02a2a9559
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88504
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (subversion-0.27.0.tar.gz) = 0f4fa0ebb0b58b83bad9433b8baa3f9a
|
||||
MD5 (subversion-0.28.2.tar.gz) = f7544f48657fd5fa32a091949eb23880
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (subversion-0.27.0.tar.gz) = 0f4fa0ebb0b58b83bad9433b8baa3f9a
|
||||
MD5 (subversion-0.28.2.tar.gz) = f7544f48657fd5fa32a091949eb23880
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (subversion-0.27.0.tar.gz) = 0f4fa0ebb0b58b83bad9433b8baa3f9a
|
||||
MD5 (subversion-0.28.2.tar.gz) = f7544f48657fd5fa32a091949eb23880
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (subversion-0.27.0.tar.gz) = 0f4fa0ebb0b58b83bad9433b8baa3f9a
|
||||
MD5 (subversion-0.28.2.tar.gz) = f7544f48657fd5fa32a091949eb23880
|
||||
|
Loading…
Reference in New Issue
Block a user