From owner-svn-ports-head@FreeBSD.ORG Wed Oct 30 22:57:53 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 44503F2B; Wed, 30 Oct 2013 22:57:53 +0000 (UTC) (envelope-from pgj@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 314942AAE; Wed, 30 Oct 2013 22:57:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9UMvrsW085987; Wed, 30 Oct 2013 22:57:53 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9UMvqUp085985; Wed, 30 Oct 2013 22:57:52 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201310302257.r9UMvqUp085985@svn.freebsd.org> From: Gabor Pali Date: Wed, 30 Oct 2013 22:57:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332188 - in head: devel/hs-haskell-platform www/hs-yesod-platform 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.14 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: Wed, 30 Oct 2013 22:57:53 -0000 Author: pgj Date: Wed Oct 30 22:57:52 2013 New Revision: 332188 URL: http://svnweb.freebsd.org/changeset/ports/332188 Log: - Add warnings about the danger of bumping the portrevision for such an innocent ports like devel/hs-haskell-platform and www/hs-yesod-platform Suggested by: bdrewery Obtained from: FreeBSD Haskell Modified: head/devel/hs-haskell-platform/Makefile head/www/hs-yesod-platform/Makefile Modified: head/devel/hs-haskell-platform/Makefile ============================================================================== --- head/devel/hs-haskell-platform/Makefile Wed Oct 30 22:57:11 2013 (r332187) +++ head/devel/hs-haskell-platform/Makefile Wed Oct 30 22:57:52 2013 (r332188) @@ -2,6 +2,8 @@ PORTNAME= haskell-platform PORTVERSION= 2013.2.0.0 +# Please note that the port *strictly depends* on certain versions of other +# ports, so revisit the USE_CABAL line on bumping the portrevision. Thanks! PORTREVISION= 1 CATEGORIES= devel haskell Modified: head/www/hs-yesod-platform/Makefile ============================================================================== --- head/www/hs-yesod-platform/Makefile Wed Oct 30 22:57:11 2013 (r332187) +++ head/www/hs-yesod-platform/Makefile Wed Oct 30 22:57:52 2013 (r332188) @@ -2,6 +2,8 @@ PORTNAME= yesod-platform PORTVERSION= 1.2.0.1 +# Please note that the port *strictly depends* on certain versions of other +# ports, so revisit the USE_CABAL line on bumping the portrevision. Thanks! PORTREVISION= 1 CATEGORIES= www haskell