svn commit: r332188 - in head: devel/hs-haskell-platform www/hs-yesod-platform

Gabor Pali pgj at FreeBSD.org
Wed Oct 30 22:57:53 UTC 2013


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
 


More information about the svn-ports-all mailing list