diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2011-01-14 22:36:32 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2011-01-14 22:36:32 +0000 |
commit | 8e2ba39faf4358b5a6b967363b07d08bea288c88 (patch) | |
tree | 2e47cbfe492008a56cb3afcdb5fcdc5bfb4fb70d /Tools | |
parent | - Updated a patch file to remove now-deprecated (and unused by this plugin) (diff) |
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)
Notes
Notes:
svn path=/head/; revision=267800
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=. |