Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 22:57:52 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
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
Message-ID:  <201310302257.r9UMvqUp085985@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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