svn commit: r346876 - head/shells/bash

Emanuel Haupt ehaupt at FreeBSD.org
Mon Mar 3 10:33:07 UTC 2014


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 at 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


More information about the svn-ports-head mailing list