Now that we're at patchlevel 0 the current PORTVERSION definition has the effect

that we're at version "4.3.". Set PORTVERSION to 4.3.${PATCHLEVEL} until we have
the first patch released upstream. Also bump PORTREVISION to make sure all port
tools deal with this correctly.

Notified by:	"Matthew D. Fuller" <fullermd@over-yonder.net>
Discussed with:	kwm
This commit is contained in:
Emanuel Haupt 2014-03-03 10:33:07 +00:00
parent 7c8522a061
commit c998374291
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346876

View File

@ -3,8 +3,9 @@
PORTNAME= bash
PATCHLEVEL= 0
PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g}
PORTREVISION?= 0
#PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g}
PORTVERSION= 4.3.${PATCHLEVEL}
PORTREVISION?= 1
CATEGORIES= shells
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -37,7 +38,7 @@ HELP_CONFIGURE_ENABLE= help-builtin
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext iconv
INFO= bash
INFO= bash
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes