aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.linux-rpm.mk
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2016-06-21 01:13:26 +0800
committertijl <tijl@FreeBSD.org>2016-06-21 01:13:26 +0800
commit7db6a8a9aa130cefc812b0257dd002881773f3b6 (patch)
treea2f2d4dd9e51bfd19abdd2366e9279ff93d22723 /Mk/bsd.linux-rpm.mk
parent40e94fac337c2c8fdf6fcc14c0399c49beec4456 (diff)
downloadfreebsd-ports-gnome-7db6a8a9aa130cefc812b0257dd002881773f3b6.tar.gz
freebsd-ports-gnome-7db6a8a9aa130cefc812b0257dd002881773f3b6.tar.zst
freebsd-ports-gnome-7db6a8a9aa130cefc812b0257dd002881773f3b6.zip
Update Linux ports to Centos 6.8.
PR: 210373 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Differential Revision: https://reviews.freebsd.org/D6891
Diffstat (limited to 'Mk/bsd.linux-rpm.mk')
-rw-r--r--Mk/bsd.linux-rpm.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.linux-rpm.mk b/Mk/bsd.linux-rpm.mk
index 2b84a3e75fff..70fdd0841d56 100644
--- a/Mk/bsd.linux-rpm.mk
+++ b/Mk/bsd.linux-rpm.mk
@@ -11,7 +11,7 @@
# Valid values for "fedora": all version numbers
# e.g. 10 for fedora 10
# Valid values for "centos": all version numbers
-# e.g. 6.7 for centos 6.7
+# e.g. 6.8 for centos 6.8
# This is used to set MASTER_SITE_{,SRC_}SUBDIR
# if it isn't already set.
# MASTER_SITE_SRC_SUBDIR
@@ -63,7 +63,7 @@ LINUX_DIST= fedora
LINUX_DIST_VER= 10
.else # default to CentOS
LINUX_DIST= centos
-LINUX_DIST_VER= 6.7
+LINUX_DIST_VER= 6.8
.endif
.if defined(LINUX_DIST)