summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2003-11-02 23:19:54 +0000
committerStefan Eßer <se@FreeBSD.org>2003-11-02 23:19:54 +0000
commitaa9aff0efd7c632e545643db2f14a93685225462 (patch)
treeb548c970ada0bf7a63ba322d666b2d9f9d5fb4fe
parentPer maintainer request, remove german/cheapcall. The mastersite has (diff)
Upgrade to version 1.18.
Submitted by: Massimiliano della Rovere <mader@tiscalinet.it>
Notes
Notes: svn path=/head/; revision=92885
-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 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
diff --git a/www/mini_httpd/distinfo b/www/mini_httpd/distinfo
index cb2d34c9b751..e2e90ca336b0 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 fba62eb16c69..200a1e4ea41d 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: