Change MASTER_SITES to make it fetchable again. Old master site is no longer

available.

Approved by:	portmgr
This commit is contained in:
Oliver Braun 2002-09-25 13:26:50 +00:00
parent 6982cc7c6a
commit e683f074ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67124
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
PORTNAME= popenhs
PORTVERSION= 1.00.0
CATEGORIES= devel
MASTER_SITES= http://www.01.246.ne.jp/~juhp/haskell/popenhs/
MASTER_SITES= http://www.haskell.org/~petersen/haskell/popenhs/
PKGNAMEPREFIX= hs-
MAINTAINER= obraun@FreeBSD.org

View file

@ -4,7 +4,7 @@ popenhs is a popen-like library for Haskell. It provides a convenient way of
sending string input to a subprocess and reading output from it lazily. It
requires the Posix module and has been tested under ghc5 so far.
WWW: http://www.01.246.ne.jp/~juhp/haskell/popenhs/
WWW: http://www.haskell.org/~petersen/haskell/popenhs/
- Oliver Braun
obraun@informatik.unibw-muenchen.de