Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2015 15:07:06 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r393870 - in branches/2015Q3/www/lighttpd: . files
Message-ID:  <201508101507.t7AF76eR086311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Aug 10 15:07:05 2015
New Revision: 393870
URL: https://svnweb.freebsd.org/changeset/ports/393870

Log:
  MFH: r393787
  
  - Update to 1.4.36
  - Regenerate patches to silence portlint warnings
  
  PR:		202134
  Submitted by:	pkubaj at riseup.net
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2015Q3/www/lighttpd/Makefile
  branches/2015Q3/www/lighttpd/distinfo
  branches/2015Q3/www/lighttpd/files/patch-configure.ac
  branches/2015Q3/www/lighttpd/files/patch-src-fdevent.h
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/www/lighttpd/Makefile
==============================================================================
--- branches/2015Q3/www/lighttpd/Makefile	Mon Aug 10 15:03:39 2015	(r393869)
+++ branches/2015Q3/www/lighttpd/Makefile	Mon Aug 10 15:07:05 2015	(r393870)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	lighttpd
-PORTVERSION=	1.4.35
-PORTREVISION=	5
+PORTVERSION=	1.4.36
 CATEGORIES?=	www
 MASTER_SITES?=	http://download.lighttpd.net/lighttpd/releases-1.4.x/
 

Modified: branches/2015Q3/www/lighttpd/distinfo
==============================================================================
--- branches/2015Q3/www/lighttpd/distinfo	Mon Aug 10 15:03:39 2015	(r393869)
+++ branches/2015Q3/www/lighttpd/distinfo	Mon Aug 10 15:07:05 2015	(r393870)
@@ -1,5 +1,5 @@
-SHA256 (lighttpd-1.4.35.tar.xz) = 113e9b72ccbd1da5deb0774bf93cf0ca15dc82aad2da0f04e5ab27d37d3f30a3
-SIZE (lighttpd-1.4.35.tar.xz) = 556896
+SHA256 (lighttpd-1.4.36.tar.xz) = 897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53
+SIZE (lighttpd-1.4.36.tar.xz) = 570756
 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61
 SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695
 SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7

Modified: branches/2015Q3/www/lighttpd/files/patch-configure.ac
==============================================================================
--- branches/2015Q3/www/lighttpd/files/patch-configure.ac	Mon Aug 10 15:03:39 2015	(r393869)
+++ branches/2015Q3/www/lighttpd/files/patch-configure.ac	Mon Aug 10 15:07:05 2015	(r393870)
@@ -1,6 +1,6 @@
---- configure.ac.orig	2012-11-19 11:05:29.000000000 +0100
-+++ configure.ac	2012-11-21 14:22:53.723233779 +0100
-@@ -16,6 +16,7 @@
+--- configure.ac.orig	2015-07-26 10:36:36 UTC
++++ configure.ac
+@@ -46,6 +46,7 @@ AC_DEFUN([TRY_CFLAGS],
  dnl Checks for programs.
  AC_PROG_CC
  AM_PROG_CC_C_O
@@ -8,7 +8,7 @@
  AC_PROG_LD
  AC_PROG_INSTALL
  AC_PROG_AWK
-@@ -30,11 +31,6 @@
+@@ -60,11 +61,6 @@ m4_ifdef([AC_USE_SYSTEM_EXTENSIONS], [AC
  dnl AM_PROG_AR requires automake 1.11 (and uses AC_COMPILE_IFELSE which wants AC_USE_SYSTEM_EXTENSIONS)
  m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
  

Modified: branches/2015Q3/www/lighttpd/files/patch-src-fdevent.h
==============================================================================
--- branches/2015Q3/www/lighttpd/files/patch-src-fdevent.h	Mon Aug 10 15:03:39 2015	(r393869)
+++ branches/2015Q3/www/lighttpd/files/patch-src-fdevent.h	Mon Aug 10 15:07:05 2015	(r393870)
@@ -1,11 +1,11 @@
---- src/fdevent.h.orig	2011-12-19 07:41:33.183877666 +0100
-+++ src/fdevent.h	2011-12-19 07:42:01.457863868 +0100
-@@ -54,7 +54,7 @@
+--- src/fdevent.h.orig	2015-07-26 10:36:36 UTC
++++ src/fdevent.h
+@@ -46,7 +46,7 @@
  # include <port.h>
  #endif
  
 -#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE
 +#if defined HAVE_SYS_EVENT_H && defined HAVE_KQUEUE && !defined HAVE_LIBEV
  # define USE_FREEBSD_KQUEUE
- # include <sys/event.h>
  #endif
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508101507.t7AF76eR086311>