ports/55864: [PATCH] www/bozohttpd: basic http authentication support

Nicolas Jombart ecu at ipv42.net
Sun Oct 12 13:50:20 UTC 2003


On Sun, Sep 28, 2003 at 04:10:18AM -0700, Nicolas Jombart wrote:
>  > Bozohttpd has a basic authentication support (.htpasswd),
>  > disabled by default. Add an compilation option to enable this.
>  > 
>  > Port maintainer (Janos.Mohacsi at bsd.hu) is cc'd. (thanks Janos)
>  Same thing with update to 20030728 :

And now 20031005.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/bozohttpd/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	11 Jul 2003 04:52:11 -0000	1.5
+++ Makefile	12 Oct 2003 13:48:54 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bozohttpd
-PORTVERSION=	20030622
+PORTVERSION=	20031005
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.eterna.com.au/bozohttpd/
 
@@ -14,6 +14,11 @@
 COMMENT=	The bozotic HTTP server
 
 USE_BZIP2=	YES
+
+.if defined(WITH_HTPASSWD_SUPPORT)
+CFLAGS+=	-DDO_HTPASSWD
+MAKE_ARGS+=	'LDFLAGS+= -lcrypt'
+.endif
 
 MAN8=		bozohttpd.8
 MANCOMPRESSED=	maybe
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/bozohttpd/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	11 Jul 2003 04:52:11 -0000	1.4
+++ distinfo	12 Oct 2003 13:48:54 -0000
@@ -1 +1 @@
-MD5 (bozohttpd-20030622.tar.bz2) = 7b00a2184a5fdf79ea35f63d119e5800
+MD5 (bozohttpd-20031005.tar.bz2) = 24e6d27c016574e97a43384d9d504269



More information about the freebsd-ports-bugs mailing list