diff options
-rw-r--r-- | devel/hs-haskell-platform/Makefile | 2 | ||||
-rw-r--r-- | www/hs-yesod-platform/Makefile | 2 |
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 |