diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-01-31 02:52:21 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-01-31 02:52:21 +0800 |
commit | 0ac0ed5e23e77d598f2e92c3aafaba151205bf1c (patch) | |
tree | 23ca885d81ac429aa8e5aa40a0e5d6273c982c7f /www/lighttpd/Makefile | |
parent | c6e64d048d43688f7de37eb4d15ba6da7344e20e (diff) | |
download | freebsd-ports-gnome-0ac0ed5e23e77d598f2e92c3aafaba151205bf1c.tar.gz freebsd-ports-gnome-0ac0ed5e23e77d598f2e92c3aafaba151205bf1c.tar.zst freebsd-ports-gnome-0ac0ed5e23e77d598f2e92c3aafaba151205bf1c.zip |
- update from 1.3.7 to 1.3.8
- update pkg-plist
- add note about MySQL module
PR: ports/76866
Submitted by: maintainer
Diffstat (limited to 'www/lighttpd/Makefile')
-rw-r--r-- | www/lighttpd/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index c1951f8a89f8..a8632815c901 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -6,9 +6,9 @@ # PORTNAME= lighttpd -PORTVERSION= 1.3.7 +PORTVERSION= 1.3.8 CATEGORIES= www -MASTER_SITES= http://jan.kneschke.de/projects/lighttpd/download/ \ +MASTER_SITES= http://www.lighttpd.net/download/ \ http://dl.fkb.wormulon.net/lighttpd/ \ http://dl.kel.wormulon.net/lighttpd/ @@ -39,6 +39,9 @@ pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "You can disable SSL support by defining WITHOUT_OPENSSL" .endif + @${ECHO_MSG} + @${ECHO_MSG} "If you want MySQL virtual host support install" + @${ECHO_MSG} "databases/mysql*-client/ prior to building lighttpd!" post-install: @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ |