diff options
author | erwin <erwin@FreeBSD.org> | 2011-01-15 06:36:32 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2011-01-15 06:36:32 +0800 |
commit | a38d53b5884e9c85ae51a99423f413e487ecc8bc (patch) | |
tree | 787afd9e18527e860119ae43bff151e2d0e17752 /Tools | |
parent | eb6a02cf684d2da0be4d156aadc1534a537b667f (diff) | |
download | freebsd-ports-gnome-a38d53b5884e9c85ae51a99423f413e487ecc8bc.tar.gz freebsd-ports-gnome-a38d53b5884e9c85ae51a99423f413e487ecc8bc.tar.zst freebsd-ports-gnome-a38d53b5884e9c85ae51a99423f413e487ecc8bc.zip |
Bump 7-stable to RELENG_7_4 due to a major library version increase
in libcrypto.
Feature safe: yes (really, really not, but we don't have any other option)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/portbuild/conf/server.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/conf/server.conf b/Tools/portbuild/conf/server.conf index 5ee83f21d1db..035e6512289c 100644 --- a/Tools/portbuild/conf/server.conf +++ b/Tools/portbuild/conf/server.conf @@ -19,7 +19,7 @@ SUPPORTED_ARCHS="amd64 i386 ia64 powerpc sparc64" SRC_BRANCHES="7 8 9" SRC_BRANCHES_PATTERN="^[0-9]*" -SRC_BRANCH_7_TAG=RELENG_7_3 +SRC_BRANCH_7_TAG=RELENG_7_4 SRC_BRANCH_8_TAG=RELENG_8_1 SRC_BRANCH_9_TAG=. |