summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-10-30 22:57:52 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-10-30 22:57:52 +0000
commit0157fa0fe8d64d0d31225fb8f57ae6ecb2d1d4b2 (patch)
tree1045655b8eee584216c87f7550040f73ee9727cb
parentUpgrading to 9.19. (diff)
- 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
-rw-r--r--devel/hs-haskell-platform/Makefile2
-rw-r--r--www/hs-yesod-platform/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/hs-haskell-platform/Makefile b/devel/hs-haskell-platform/Makefile
index 8c9e5f6a0baa..56a45432bad5 100644
--- a/devel/hs-haskell-platform/Makefile
+++ b/devel/hs-haskell-platform/Makefile
@@ -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
diff --git a/www/hs-yesod-platform/Makefile b/www/hs-yesod-platform/Makefile
index 676b87ee4a01..d68a2e730e3d 100644
--- a/www/hs-yesod-platform/Makefile
+++ b/www/hs-yesod-platform/Makefile
@@ -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