diff options
author | obraun <obraun@FreeBSD.org> | 2007-04-08 22:58:02 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2007-04-08 22:58:02 +0800 |
commit | a19d9bef718e19c95a2a8dbbbcd7f6f9a8c93862 (patch) | |
tree | 390b2e68f05c64fc14ad760297fe3073ebd8b173 /devel/hs-hdoc | |
parent | 22a2ea8e34d5811e31c9fb73bf87bff511803f90 (diff) | |
download | freebsd-ports-gnome-a19d9bef718e19c95a2a8dbbbcd7f6f9a8c93862.tar.gz freebsd-ports-gnome-a19d9bef718e19c95a2a8dbbbcd7f6f9a8c93862.tar.zst freebsd-ports-gnome-a19d9bef718e19c95a2a8dbbbcd7f6f9a8c93862.zip |
* Fix mastersite which makes it fetchable again.
* Remove broken et al.
PR: ports/111379
Submitted by: Jason Harris <jharris@widomaker.com>
Diffstat (limited to 'devel/hs-hdoc')
-rw-r--r-- | devel/hs-hdoc/Makefile | 6 | ||||
-rw-r--r-- | devel/hs-hdoc/pkg-descr | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/devel/hs-hdoc/Makefile b/devel/hs-hdoc/Makefile index 13b2458ef285..5bb731cd9fed 100644 --- a/devel/hs-hdoc/Makefile +++ b/devel/hs-hdoc/Makefile @@ -8,7 +8,7 @@ PORTNAME= hdoc PORTVERSION= 0.8.3 PORTREVISION= 1 CATEGORIES= devel haskell -MASTER_SITES= http://www.fmi.uni-passau.de/~groessli/hdoc/ +MASTER_SITES= http://staff.fmi.uni-passau.de/~groessli/hdoc/ PKGNAMEPREFIX= hs- MAINTAINER= haskell@FreeBSD.org @@ -16,10 +16,6 @@ COMMENT= HTML documentation tool for Haskell BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -BROKEN= does not fetch, ${MASTER_SITES} is gone -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2007-06-08 - PLIST_FILES= bin/hdoc GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/hs-hdoc/pkg-descr b/devel/hs-hdoc/pkg-descr index 2194732e3dbc..e57ff794ae59 100644 --- a/devel/hs-hdoc/pkg-descr +++ b/devel/hs-hdoc/pkg-descr @@ -2,7 +2,7 @@ HDoc generates documentation in HTML format for Haskell modules. The generated documents are cross linked and include summaries and detailed descriptions for the documented functions, data types, type classes and instance declarations. -WWW: http://www.fmi.uni-passau.de/~groessli/hdoc/ +WWW: http://staff.fmi.uni-passau.de/~groessli/hdoc/ -- Oliver Braun obraun@FreeBSD.org |