diff options
author | se <se@FreeBSD.org> | 2003-11-03 07:19:54 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2003-11-03 07:19:54 +0800 |
commit | 2989caec16d83441ac8101571b22a120cb93c900 (patch) | |
tree | ff46f46f9e76f83525df1f94393214659ec77afe /www/mini_httpd/Makefile | |
parent | afe94e2b46e0f4628ce6d8fe071a78f6fd16f44f (diff) | |
download | freebsd-ports-gnome-2989caec16d83441ac8101571b22a120cb93c900.tar.gz freebsd-ports-gnome-2989caec16d83441ac8101571b22a120cb93c900.tar.zst freebsd-ports-gnome-2989caec16d83441ac8101571b22a120cb93c900.zip |
Upgrade to version 1.18.
Submitted by: Massimiliano della Rovere <mader@tiscalinet.it>
Diffstat (limited to 'www/mini_httpd/Makefile')
-rw-r--r-- | www/mini_httpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile index 655823bce237..5a95b0d51148 100644 --- a/www/mini_httpd/Makefile +++ b/www/mini_httpd/Makefile @@ -6,10 +6,10 @@ # PORTNAME= mini_httpd -PORTVERSION= 1.17b1 +PORTVERSION= 1.18 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/mini_httpd/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= se@FreeBSD.org COMMENT= Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6 |