diff options
author | miwi <miwi@FreeBSD.org> | 2011-04-12 10:36:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-04-12 10:36:08 +0800 |
commit | bf813e10a9031c4921709e888296f6322cb4e4ee (patch) | |
tree | efbad37ac1bd4c51ac8576107da3f6ef2057eb9c /net/net-http | |
parent | 0388b6e2771d4fd9dde40be6d9925f9830bcf683 (diff) | |
download | freebsd-ports-gnome-bf813e10a9031c4921709e888296f6322cb4e4ee.tar.gz freebsd-ports-gnome-bf813e10a9031c4921709e888296f6322cb4e4ee.tar.zst freebsd-ports-gnome-bf813e10a9031c4921709e888296f6322cb4e4ee.zip |
- 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/ |