Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Dec 2014 17:42:23 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373773 - in head/shells: bash fish
Message-ID:  <201412021742.sB2HgN0l046587@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Dec  2 17:42:22 2014
New Revision: 373773
URL: https://svnweb.freebsd.org/changeset/ports/373773
QAT: https://qat.redports.org/buildarchive/r373773/

Log:
  Bump PORTREVISION on shells that use gettext to force a package rebuild
  and reinstall.  This should make the shells link with libintl.so.8 instead
  of libintl.so.9 and should give package users a better chance of having a
  working shell when something went wrong with the gettext update.

Modified:
  head/shells/bash/Makefile
  head/shells/fish/Makefile

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Tue Dec  2 16:27:44 2014	(r373772)
+++ head/shells/bash/Makefile	Tue Dec  2 17:42:22 2014	(r373773)
@@ -4,7 +4,7 @@
 PORTNAME=		bash
 PATCHLEVEL=		30
 PORTVERSION=		4.3.${PATCHLEVEL:S/^0//g}
-PORTREVISION?=		0
+PORTREVISION?=		1
 CATEGORIES=		shells
 MASTER_SITES=		GNU
 MASTER_SITE_SUBDIR=	${PORTNAME}

Modified: head/shells/fish/Makefile
==============================================================================
--- head/shells/fish/Makefile	Tue Dec  2 16:27:44 2014	(r373772)
+++ head/shells/fish/Makefile	Tue Dec  2 17:42:22 2014	(r373773)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fish
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 CATEGORIES=	shells
 MASTER_SITES=	http://fishshell.com/files/${PORTVERSION}/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412021742.sB2HgN0l046587>