svn commit: r373773 - in head/shells: bash fish

Tijl Coosemans tijl at FreeBSD.org
Tue Dec 2 17:42:23 UTC 2014


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}/
 


More information about the svn-ports-head mailing list