summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2003-11-02 23:19:54 +0000
committerse <se@FreeBSD.org>2003-11-02 23:19:54 +0000
commit2989caec16d83441ac8101571b22a120cb93c900 (patch)
treeff46f46f9e76f83525df1f94393214659ec77afe /www
parentafe94e2b46e0f4628ce6d8fe071a78f6fd16f44f (diff)
downloadFreeBSD-ports-2989caec16d83441ac8101571b22a120cb93c900.zip
FreeBSD-ports-2989caec16d83441ac8101571b22a120cb93c900.tar.gz
Upgrade to version 1.18.
Submitted by: Massimiliano della Rovere <mader@tiscalinet.it>
Diffstat (limited to 'www')
-rw-r--r--www/mini_httpd/Makefile4
-rw-r--r--www/mini_httpd/distinfo4
-rw-r--r--www/mini_httpd/files/patch-Makefile14
3 files changed, 16 insertions, 6 deletions
diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile
index 655823b..5a95b0d 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
diff --git a/www/mini_httpd/distinfo b/www/mini_httpd/distinfo
index cb2d34c..e2e90ca 100644
--- a/www/mini_httpd/distinfo
+++ b/www/mini_httpd/distinfo
@@ -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
diff --git a/www/mini_httpd/files/patch-Makefile b/www/mini_httpd/files/patch-Makefile
index fba62eb..200a1e4 100644
--- a/www/mini_httpd/files/patch-Makefile
+++ b/www/mini_httpd/files/patch-Makefile
@@ -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:
OpenPOWER on IntegriCloud