diff options
author | arved <arved@FreeBSD.org> | 2004-05-03 01:37:47 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-05-03 01:37:47 +0800 |
commit | 40b8b543f14d20bbc1f7f2686df5119d5bf55cc3 (patch) | |
tree | bd306f5b3e86145f627c50a69225ff53c0991b8e /www | |
parent | ed3d6b68c0ded7e141d11106f3931f87f34e3cd7 (diff) | |
download | freebsd-ports-graphics-40b8b543f14d20bbc1f7f2686df5119d5bf55cc3.tar.gz freebsd-ports-graphics-40b8b543f14d20bbc1f7f2686df5119d5bf55cc3.tar.zst freebsd-ports-graphics-40b8b543f14d20bbc1f7f2686df5119d5bf55cc3.zip |
Update to 2001.12.14
PR: 64116
Submitted by: Petr Rehor <Petr.Rehor@i.cz>
Approved by: Kim Scarborough <sluggo@unknown.nu>
Diffstat (limited to 'www')
-rw-r--r-- | www/micro_httpd/Makefile | 4 | ||||
-rw-r--r-- | www/micro_httpd/distinfo | 4 | ||||
-rw-r--r-- | www/micro_httpd/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile index f97307ae5f3..c9f6f58b911 100644 --- a/www/micro_httpd/Makefile +++ b/www/micro_httpd/Makefile @@ -6,11 +6,11 @@ # PORTNAME= micro_httpd -PORTVERSION= 2000.12.15 +PORTVERSION= 2001.12.14 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/micro_httpd/ \ http://www.unknown.nu/ports/ -DISTNAME= ${PORTNAME}_15dec00 +DISTNAME= ${PORTNAME}_14dec2001 MAINTAINER= user@unknown.nu COMMENT= An extremely small web server diff --git a/www/micro_httpd/distinfo b/www/micro_httpd/distinfo index c44f6c329cb..da7a0108969 100644 --- a/www/micro_httpd/distinfo +++ b/www/micro_httpd/distinfo @@ -1,2 +1,2 @@ -MD5 (micro_httpd_15dec00.tar.gz) = 008e7dde13770fcb812156e3d0963b6f -SIZE (micro_httpd_15dec00.tar.gz) = 4341 +MD5 (micro_httpd_14dec2001.tar.gz) = d75c6d470cf54a75fa676bacb8b4b47a +SIZE (micro_httpd_14dec2001.tar.gz) = 4665 diff --git a/www/micro_httpd/pkg-descr b/www/micro_httpd/pkg-descr index 243dd680ac3..817c4299a5d 100644 --- a/www/micro_httpd/pkg-descr +++ b/www/micro_httpd/pkg-descr @@ -1,3 +1,5 @@ This is a very small (7 Kb) HTTP server. It runs from inetd, which means its performance is poor. But for low-traffic sites, it's quite adequate. It implements all the basic features of an HTTP server. + +WWW: http://www.acme.com/software/micro_httpd/ |