Upgrade to version 1.18.

Submitted by:	Massimiliano della Rovere <mader@tiscalinet.it>
This commit is contained in:
Stefan Eßer 2003-11-02 23:19:54 +00:00
parent df2e022890
commit aa9aff0efd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92885
3 changed files with 16 additions and 6 deletions

View file

@ -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

View file

@ -1,2 +1,2 @@
MD5 (mini_httpd-1.17beta1.tar.gz) = ec4374b4c91b6e787f8ba2fed615e60f
SIZE (mini_httpd-1.17beta1.tar.gz) = 40172
MD5 (mini_httpd-1.18.tar.gz) = 7b98c81f7d8f4fd0924f37ad3c95c936
SIZE (mini_httpd-1.18.tar.gz) = 41044

View file

@ -1,5 +1,5 @@
--- Makefile.orig Thu Jan 3 00:07:27 2002
+++ Makefile Tue Jul 30 13:38:04 2002
--- Makefile.orig Thu Oct 30 22:53:07 2003
+++ Makefile Thu Oct 30 23:03:24 2003
@@ -14,17 +14,18 @@
# http://www.openssl.org/ Make sure the SSL_TREE definition points to the
# tree with your OpenSSL installation - depending on how you installed it,
@ -24,3 +24,13 @@
#CFLAGS = -g ${CDEFS}
LDFLAGS = -s
#LDFLAGS = -g
@@ -76,9 +77,7 @@
-mkdir -p ${BINDIR}
cp mini_httpd htpasswd ${BINDIR}
rm -f ${MANDIR}/man8/mini_httpd.8 ${MANDIR}/man1/htpasswd.1
- -mkdir -p ${MANDIR}/man8
cp mini_httpd.8 ${MANDIR}/man8
- -mkdir -p ${MANDIR}/man1
cp htpasswd.1 ${MANDIR}/man1
clean: