diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2002-03-12 15:22:31 +0800 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2002-03-12 15:22:31 +0800 |
commit | 94a722860712952c838e13210414b8b787c192c6 (patch) | |
tree | 12fd0b4c25e7f9e3878b10453d4e2a9d02151da2 /net/cvsupit | |
parent | 7be01aee8e690af366d91e98be87aae4bcb0698e (diff) | |
download | freebsd-ports-gnome-94a722860712952c838e13210414b8b787c192c6.tar.gz freebsd-ports-gnome-94a722860712952c838e13210414b8b787c192c6.tar.zst freebsd-ports-gnome-94a722860712952c838e13210414b8b787c192c6.zip |
Bump minor number, go to 4.5 release branch.
Nagged by: kris
Diffstat (limited to 'net/cvsupit')
-rw-r--r-- | net/cvsupit/Makefile | 2 | ||||
-rw-r--r-- | net/cvsupit/pkg-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/cvsupit/Makefile b/net/cvsupit/Makefile index 0293ef623e69..f2c382c3b63e 100644 --- a/net/cvsupit/Makefile +++ b/net/cvsupit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsupit -PORTVERSION= 3.0 +PORTVERSION= 3.1 CATEGORIES= net DISTFILES= #empty diff --git a/net/cvsupit/pkg-install b/net/cvsupit/pkg-install index 90c15fbf25b2..5811ae9ebff9 100644 --- a/net/cvsupit/pkg-install +++ b/net/cvsupit/pkg-install @@ -119,7 +119,7 @@ will, select the CVS repository tag (note: you will still need to use CVS in manually checking out and maintaining a /usr/src tree if you choose to go this route). " -1 -1 5 \ - "RELENG_4_4" "The 4.4 point release / patch branch" \ + "RELENG_4_5" "The 4.5 point release / patch branch" \ "RELENG_4" "The 4.x-stable branch" \ "RELENG_3" "The 3.x-stable branch" \ "RELENG_2_2" "The 2.2.x-stable branch" \ |