Date: Mon, 3 Mar 2014 10:33:07 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346876 - head/shells/bash Message-ID: <201403031033.s23AX7rg054721@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Mar 3 10:33:07 2014 New Revision: 346876 URL: http://svnweb.freebsd.org/changeset/ports/346876 QAT: https://qat.redports.org/buildarchive/r346876/ Log: 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 Modified: head/shells/bash/Makefile Modified: head/shells/bash/Makefile ============================================================================== --- head/shells/bash/Makefile Mon Mar 3 10:23:43 2014 (r346875) +++ head/shells/bash/Makefile Mon Mar 3 10:33:07 2014 (r346876) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403031033.s23AX7rg054721>