aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/hs-gtk2hs
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-16 20:36:26 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-16 20:36:26 +0000
commit8cd76ff3bf673a64c711cf834a1b4378a6ccc0ae (patch)
tree19b4e41ee4cabc1254465eb98c8e859dc38b7c23 /x11-toolkits/hs-gtk2hs
parent4cd0e5711d14706a00dc5da6a493be305967dc3f (diff)
downloadports-8cd76ff3bf673a64c711cf834a1b4378a6ccc0ae.tar.gz
ports-8cd76ff3bf673a64c711cf834a1b4378a6ccc0ae.zip
- Bump PORTEPOCH since I managed to spill this with a local version;
this will teach me do test stuff in /usr/ports. - Update WWW-tag while here Pointy hat: me
Notes
Notes: svn path=/head/; revision=145591
Diffstat (limited to 'x11-toolkits/hs-gtk2hs')
-rw-r--r--x11-toolkits/hs-gtk2hs/Makefile3
-rw-r--r--x11-toolkits/hs-gtk2hs/pkg-descr2
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile
index f0817000f339..f762dff3b868 100644
--- a/x11-toolkits/hs-gtk2hs/Makefile
+++ b/x11-toolkits/hs-gtk2hs/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= gtk2hs
-PORTVERSION= 0.9.9.5
+PORTVERSION= 0.9.9
+PORTEPOCH= 1
CATEGORIES= x11-toolkits haskell
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/x11-toolkits/hs-gtk2hs/pkg-descr b/x11-toolkits/hs-gtk2hs/pkg-descr
index ed4cc8cad3fd..b096f6e4f207 100644
--- a/x11-toolkits/hs-gtk2hs/pkg-descr
+++ b/x11-toolkits/hs-gtk2hs/pkg-descr
@@ -8,7 +8,7 @@ of improvements:
create and lookup named widgets in a type safe way.
* Unicode support.
-WWW: http://gtk2hs.sourceforge.net/
+WWW: http://haskell.org/gtk2hs/
-- Oliver Braun
obraun@FreeBSD.org