diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2009-12-06 20:56:55 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2009-12-06 20:56:55 +0000 |
commit | ee8eda08fb8735bd54cc89042122f247ed21a8f9 (patch) | |
tree | cb9e602bed93e2b9e4ab1108cd974912f5913e83 /x11-toolkits | |
parent | 7942dd2449fea628d646fef732e70ef0026b2c54 (diff) |
- Update HsColour to 1.15
- Bump PORTREVISION for all affected ports
PR: ports/138567, ports/138568
Submitted by: Ashish Shukla <wahjava (at) gmail.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=245301
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-GLUT/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-OpenGL/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-glut-ghc/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-opengl-ghc/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index 525c49cc94ea..0a44ab7e41bd 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 CATEGORIES= x11-toolkits haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/GLUT/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -50,7 +51,7 @@ BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock .endif BUILD_DEPENDS+= HsColour:${PORTSDIR}/print/hs-hscolour -HSCOLOUR_VERSION= 1.13 +HSCOLOUR_VERSION= 1.15 HSCOLOUR_DATADIR= ${PREFIX}/share/hscolour-${HSCOLOUR_VERSION} PORTDOCS= * diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index dd6b7c9484bd..07235058d54b 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 CATEGORIES= x11-toolkits haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/OpenGL/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -48,7 +49,7 @@ BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock .endif BUILD_DEPENDS+= HsColour:${PORTSDIR}/print/hs-hscolour -HSCOLOUR_VERSION= 1.13 +HSCOLOUR_VERSION= 1.15 HSCOLOUR_DATADIR= ${PREFIX}/share/hscolour-${HSCOLOUR_VERSION} PORTDOCS= * diff --git a/x11-toolkits/hs-glut-ghc/Makefile b/x11-toolkits/hs-glut-ghc/Makefile index 525c49cc94ea..0a44ab7e41bd 100644 --- a/x11-toolkits/hs-glut-ghc/Makefile +++ b/x11-toolkits/hs-glut-ghc/Makefile @@ -6,6 +6,7 @@ PORTNAME= glut PORTVERSION= 2.1.2.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/GLUT/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -50,7 +51,7 @@ BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock .endif BUILD_DEPENDS+= HsColour:${PORTSDIR}/print/hs-hscolour -HSCOLOUR_VERSION= 1.13 +HSCOLOUR_VERSION= 1.15 HSCOLOUR_DATADIR= ${PREFIX}/share/hscolour-${HSCOLOUR_VERSION} PORTDOCS= * diff --git a/x11-toolkits/hs-opengl-ghc/Makefile b/x11-toolkits/hs-opengl-ghc/Makefile index dd6b7c9484bd..07235058d54b 100644 --- a/x11-toolkits/hs-opengl-ghc/Makefile +++ b/x11-toolkits/hs-opengl-ghc/Makefile @@ -6,6 +6,7 @@ PORTNAME= opengl PORTVERSION= 2.2.3.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/OpenGL/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -48,7 +49,7 @@ BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock .endif BUILD_DEPENDS+= HsColour:${PORTSDIR}/print/hs-hscolour -HSCOLOUR_VERSION= 1.13 +HSCOLOUR_VERSION= 1.15 HSCOLOUR_DATADIR= ${PREFIX}/share/hscolour-${HSCOLOUR_VERSION} PORTDOCS= * |