diff options
author | ashish <ashish@FreeBSD.org> | 2011-05-26 08:51:15 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2011-05-26 08:51:15 +0800 |
commit | ce838c3406bfd6261c79ec84cc59e48e478ba05b (patch) | |
tree | 98d14a7f4ce988b7187404b31abfe7512b21e5b7 /x11-toolkits | |
parent | 2564e3542237f05cb4b8951eefc9d2040ae7e5fb (diff) | |
download | freebsd-ports-graphics-ce838c3406bfd6261c79ec84cc59e48e478ba05b.tar.gz freebsd-ports-graphics-ce838c3406bfd6261c79ec84cc59e48e478ba05b.tar.zst freebsd-ports-graphics-ce838c3406bfd6261c79ec84cc59e48e478ba05b.zip |
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
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-GLUT/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-OpenGL/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk2hs/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-gtkglext/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-gtksourceview2/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-pango/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-vte/Makefile | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index 0e4730d1817..0c6f4fee3e0 100644 --- a/x11-toolkits/hs-GLUT/Makefile +++ b/x11-toolkits/hs-GLUT/Makefile @@ -6,6 +6,7 @@ PORTNAME= GLUT PORTVERSION= 2.1.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index 6660432b046..653587d1978 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -6,6 +6,7 @@ PORTNAME= OpenGL PORTVERSION= 2.2.3.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile index 4b2580b4deb..1eb3da79692 100644 --- a/x11-toolkits/hs-gtk/Makefile +++ b/x11-toolkits/hs-gtk/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index 71d1ef08428..666a061198f 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtk2hs PORTVERSION= 0.12.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-toolkits haskell diff --git a/x11-toolkits/hs-gtkglext/Makefile b/x11-toolkits/hs-gtkglext/Makefile index 03fb07633f6..884ca9038bf 100644 --- a/x11-toolkits/hs-gtkglext/Makefile +++ b/x11-toolkits/hs-gtkglext/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkglext PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile index ba3a3f32bf9..b586f7ad4e4 100644 --- a/x11-toolkits/hs-gtksourceview2/Makefile +++ b/x11-toolkits/hs-gtksourceview2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtksourceview2 PORTVERSION= 0.12.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile index 4e9619905d0..fe6652ee05e 100644 --- a/x11-toolkits/hs-pango/Makefile +++ b/x11-toolkits/hs-pango/Makefile @@ -7,6 +7,7 @@ PORTNAME= pango PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org diff --git a/x11-toolkits/hs-vte/Makefile b/x11-toolkits/hs-vte/Makefile index 481e4877b45..30f4e6b03f0 100644 --- a/x11-toolkits/hs-vte/Makefile +++ b/x11-toolkits/hs-vte/Makefile @@ -7,6 +7,7 @@ PORTNAME= vte PORTVERSION= 0.12.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org |