diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-26 00:51:15 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-26 00:51:15 +0000 |
commit | 86f2dbca13b0b83402b2229b384e088263445ca5 (patch) | |
tree | de23f443f21240bd875c76ec923f6e673a8e22c2 /x11 | |
parent | d85e3c566dfff95860d16db79e1a02e07aa746db (diff) |
Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=274668
Diffstat (limited to 'x11')
-rw-r--r-- | x11/hs-X11-xft/Makefile | 2 | ||||
-rw-r--r-- | x11/hs-X11/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile index e7f5f0dda1ad..c621f6eb76a4 100644 --- a/x11/hs-X11-xft/Makefile +++ b/x11/hs-X11-xft/Makefile @@ -7,7 +7,7 @@ PORTNAME= X11-xft PORTVERSION= 0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 5dd613093777..5e4617c324a2 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -6,7 +6,7 @@ PORTNAME= X11 PORTVERSION= 1.5.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org |