diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 02:36:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-04-12 02:36:08 +0000 |
commit | 9a37f07f77a68ed3a700da68712c96b210a99565 (patch) | |
tree | 7cf173892532db765afb45244074e16fb0c971c8 /net/net-http | |
parent | - Update MASTER_SITES (diff) |
- Update MASTER_SITES and WWW: line
PR: 155825
Submitted by: Ports Fury
Diffstat (limited to 'net/net-http')
-rw-r--r-- | net/net-http/Makefile | 6 | ||||
-rw-r--r-- | net/net-http/pkg-descr | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net/net-http/Makefile b/net/net-http/Makefile index 924a4afb67ca..dca86d834306 100644 --- a/net/net-http/Makefile +++ b/net/net-http/Makefile @@ -10,15 +10,11 @@ PORTNAME= net-http PORTVERSION= 0.3.1 PORTREVISION= 2 CATEGORIES= net scheme -# mastersite disappeared around September 2002 -MASTER_SITES= # http://evan.prodromou.san-francisco.ca.us/software/net-http/ +MASTER_SITES= http://evan.prodromou.name/software/net-http/ MAINTAINER= ports@FreeBSD.org COMMENT= A library for doing HTTP client-side programming in Guile -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/net/net-http/pkg-descr b/net/net-http/pkg-descr index e48757609c1b..c6846a2130c8 100644 --- a/net/net-http/pkg-descr +++ b/net/net-http/pkg-descr @@ -1,3 +1,3 @@ A library for doing HTTP client-side programming in Guile -WWW: http://evan.prodromou.san-francisco.ca.us/software/net-http/ +WWW: http://evan.prodromou.name/software/net-http/ |