2012-10-09 17:16:56 +02:00
|
|
|
# -*- shell mode -*-
|
|
|
|
#
|
|
|
|
# Sets globally the minimal versions required by the xbps source packages.
|
|
|
|
#
|
|
|
|
# =========================================================
|
|
|
|
# DO NOT MODIFY THIS FILE WITHOUT PRIOR WRITTEN PERMISSION!
|
|
|
|
# =========================================================
|
|
|
|
#
|
|
|
|
# Every time a new source package requires a specific feature from a new
|
|
|
|
# 'xbps-src', 'xbps' or 'base-chroot' package, that version must be
|
|
|
|
# increased to "reproduce" the build behaviour (somewhat :-).
|
|
|
|
|
|
|
|
# xbps-src version.
|
2013-07-25 09:08:08 +02:00
|
|
|
XBPS_SRC_REQ=60
|
2012-10-09 17:16:56 +02:00
|
|
|
|
|
|
|
# XBPS utils version.
|
2013-05-02 12:52:51 +02:00
|
|
|
XBPS_UTILS_REQ=0.24
|
2012-10-09 17:16:56 +02:00
|
|
|
|
|
|
|
# XBPS utils API version.
|
2013-05-01 11:39:43 +02:00
|
|
|
XBPS_UTILS_API_REQ=20130418
|
2012-10-09 17:16:56 +02:00
|
|
|
|
|
|
|
# base-chroot version.
|
2013-05-01 11:32:25 +02:00
|
|
|
BASE_CHROOT_REQ=0.35_1
|