diff options
author | vs <vs@FreeBSD.org> | 2005-10-17 04:36:26 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-17 04:36:26 +0800 |
commit | e476fa2514fccb75af7f0e66e3f89759c065c8fc (patch) | |
tree | 1cf6233f6c66d1e5efb366cab670a5f8dc0e0071 /x11-toolkits/hs-gtk2hs | |
parent | 991f5296c0a5b31d880293bac8747085fd8e7dac (diff) | |
download | freebsd-ports-gnome-e476fa2514fccb75af7f0e66e3f89759c065c8fc.tar.gz freebsd-ports-gnome-e476fa2514fccb75af7f0e66e3f89759c065c8fc.tar.zst freebsd-ports-gnome-e476fa2514fccb75af7f0e66e3f89759c065c8fc.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
Diffstat (limited to 'x11-toolkits/hs-gtk2hs')
-rw-r--r-- | x11-toolkits/hs-gtk2hs/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk2hs/pkg-descr | 2 |
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 |