NetBSD/dist/ntp/packageinfo.sh

27 lines
607 B
Bash
Raw Normal View History

2006-07-29 11:10:38 +04:00
repotype=stable
2006-06-11 18:57:12 +04:00
# version=Protocol.Major.Minor
# odd minor numbers are for -dev, even minor numbers are for -stable
proto=4
major=2
minor=2
version=${proto}.${major}.${minor}
# Point. 3 cases:
# - Numeric values increment
# - empty 'increments' to 1
# - NEW 'increments' to empty
2006-07-29 11:10:38 +04:00
point=2
2006-06-11 18:57:12 +04:00
# Special. Normally unused. A suffix.
#special=ag
special=
# ReleaseCandidate. 'yes' or 'no'.
#releasecandidate=yes
releasecandidate=no
# ChangeLog tag
CLTAG=NTP_4_2_0
###
# The following is for ntp-stable. 3 cases:
# - Numeric values increment
# - empty 'increments' to 1
# - NEW 'increments' to empty
2006-07-29 11:10:38 +04:00
rcpoint=NEW