aboutsummaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-06-15 21:09:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-06-15 21:09:27 +0000
commitb4971706d326c089922193a6bfc220886380be7f (patch)
tree2795b9c49174df3f618d6cef7d70316847809ea0 /www/lighttpd
parent8aef8486ecfda2fd7633a25036fad8c72b9997b5 (diff)
downloadports-b4971706d326c089922193a6bfc220886380be7f.tar.gz
ports-b4971706d326c089922193a6bfc220886380be7f.zip
Notes
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile16
-rw-r--r--www/lighttpd/distinfo4
-rw-r--r--www/lighttpd/pkg-plist1
3 files changed, 12 insertions, 9 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index b86cb4484168..7c59533fd45a 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= lighttpd
-PORTVERSION= 1.3.13
-PORTREVISION= 1
+PORTVERSION= 1.3.14
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/ \
http://dl.fkb.wormulon.net/lighttpd/ \
@@ -36,24 +35,27 @@ OPTIONS= OPENSSL "Enable SSL support" on \
MYSQL "Enable MYSQL support" off \
IPV6 "Disable IPV6 support" off
+.if !defined(WITHOUT_OPENSSL)
+USE_OPENSSL= yes
+.endif
+
.include <bsd.port.pre.mk>
-.if defined(WITH_OPENSSL)
-USE_OPENSSL= yes
+.if !defined(WITHOUT_OPENSSL)
CONFIGURE_ARGS+= --with-openssl
.endif
-.if !defined(WITHOUT_OPENLDAP)
+.if defined(WITH_OPENLDAP)
USE_OPENLDAP= yes
CONFIGURE_ARGS+= --with-ldap
.endif
-.if !defined(WITHOUT_MYSQL)
+.if defined(WITH_MYSQL)
USE_MYSQL= yes
CONFIGURE_ARGS+= --with-mysql
.endif
-.if !defined(WITHOUT_IPV6)
+.if defined(WITH_IPV6)
CONFIGURE_ARGS+= --disable-ipv6
.endif
diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo
index 9f9fb59bbfdf..2fddc578ca51 100644
--- a/www/lighttpd/distinfo
+++ b/www/lighttpd/distinfo
@@ -1,2 +1,2 @@
-MD5 (lighttpd-1.3.13.tar.gz) = 2f017b936be376ad6f6c2ee26db93467
-SIZE (lighttpd-1.3.13.tar.gz) = 680068
+MD5 (lighttpd-1.3.14.tar.gz) = 16d9f8c40bcb5638ee452fa23b21e346
+SIZE (lighttpd-1.3.14.tar.gz) = 691059
diff --git a/www/lighttpd/pkg-plist b/www/lighttpd/pkg-plist
index 8d3b639b8c83..b3527f5c2f1d 100644
--- a/www/lighttpd/pkg-plist
+++ b/www/lighttpd/pkg-plist
@@ -15,6 +15,7 @@ lib/lighttpd/mod_proxy.so
lib/lighttpd/mod_redirect.so
lib/lighttpd/mod_rewrite.so
lib/lighttpd/mod_rrdtool.so
+lib/lighttpd/mod_scgi.so
lib/lighttpd/mod_secdownload.so
lib/lighttpd/mod_setenv.so
lib/lighttpd/mod_simple_vhost.so