From owner-svn-ports-head@FreeBSD.ORG Tue Dec 2 17:42:23 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8652316; Tue, 2 Dec 2014 17:42:23 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A50939FC; Tue, 2 Dec 2014 17:42:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB2HgNCZ046590; Tue, 2 Dec 2014 17:42:23 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB2HgN0l046587; Tue, 2 Dec 2014 17:42:23 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201412021742.sB2HgN0l046587@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 2 Dec 2014 17:42:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373773 - in head/shells: bash fish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 17:42:23 -0000 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}/