[112150] trunk/dports/www/lighttpd

ryandesign at macports.org ryandesign at macports.org
Sun Oct 13 17:15:34 PDT 2013


Revision: 112150
          https://trac.macports.org/changeset/112150
Author:   ryandesign at macports.org
Date:     2013-10-13 17:15:33 -0700 (Sun, 13 Oct 2013)
Log Message:
-----------
lighttpd: update to 1.4.33

Modified Paths:
--------------
    trunk/dports/www/lighttpd/Portfile

Added Paths:
-----------
    trunk/dports/www/lighttpd/files/patch-src-Makefile.in.diff

Modified: trunk/dports/www/lighttpd/Portfile
===================================================================
--- trunk/dports/www/lighttpd/Portfile	2013-10-13 23:31:52 UTC (rev 112149)
+++ trunk/dports/www/lighttpd/Portfile	2013-10-14 00:15:33 UTC (rev 112150)
@@ -4,7 +4,7 @@
 PortSystem                  1.0
 
 name                        lighttpd
-version                     1.4.32
+version                     1.4.33
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 categories                  www
 platforms                   darwin
@@ -23,8 +23,8 @@
 master_sites                http://download.lighttpd.net/lighttpd/releases-${branch}.x/
 use_xz                      yes
 
-checksums                   rmd160  16d3204da703d01f37a5ae3b36c5fee15073aad2 \
-                            sha256  1368f80069ce71f5928cad59c8e60c0b95876942ca9e02c53853e54ae24aedc1
+checksums                   rmd160  4b892ac678c9153e8200318f2bd71445190c1806 \
+                            sha256  2886aedc23857ca44df91b8fe6f36059ec82a859ae0eb230220e42abc331610c
 
 depends_build-append        port:pkgconfig
 
@@ -34,6 +34,7 @@
                             port:zlib
 
 patchfiles                  patch-conf.diff
+patchfiles-append           patch-src-Makefile.in.diff
 
 post-patch {
     reinplace "s|@PREFIX@|${prefix}|g" \

Added: trunk/dports/www/lighttpd/files/patch-src-Makefile.in.diff
===================================================================
--- trunk/dports/www/lighttpd/files/patch-src-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/www/lighttpd/files/patch-src-Makefile.in.diff	2013-10-14 00:15:33 UTC (rev 112150)
@@ -0,0 +1,12 @@
+# http://redmine.lighttpd.net/issues/2517
+--- src/Makefile.in.orig	2013-09-27 09:09:12.000000000 -0500
++++ src/Makefile.in	2013-10-13 19:12:48.000000000 -0500
+@@ -851,7 +851,7 @@
+ mod_compress_la_LIBADD = $(Z_LIB) $(BZ_LIB) $(common_libadd)
+ mod_auth_la_SOURCES = mod_auth.c http_auth.c
+ mod_auth_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
+-mod_auth_la_LIBADD = $(CRYPT_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd)
++mod_auth_la_LIBADD = $(CRYPT_LIB) $(SSL_LIB) $(LDAP_LIB) $(LBER_LIB) $(common_libadd)
+ mod_rewrite_la_SOURCES = mod_rewrite.c
+ mod_rewrite_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
+ mod_rewrite_la_LIBADD = $(PCRE_LIB) $(common_libadd)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131013/46a1c00c/attachment.html>


More information about the macports-changes mailing list