diff options
author | garga <garga@FreeBSD.org> | 2006-02-15 19:06:47 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-02-15 19:06:47 +0800 |
commit | 70cc4871beacac5e91419c291b1149673257793d (patch) | |
tree | 0a2ab116f778ef74a1bec7e9c4e28016a2b97946 /www | |
parent | a9693993544e9e6035279d8b015b03120bcb9ce6 (diff) | |
download | freebsd-ports-graphics-70cc4871beacac5e91419c291b1149673257793d.tar.gz freebsd-ports-graphics-70cc4871beacac5e91419c291b1149673257793d.tar.zst freebsd-ports-graphics-70cc4871beacac5e91419c291b1149673257793d.zip |
- Update to 1.4.10
PR: ports/93348
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/lighttpd/Makefile | 5 | ||||
-rw-r--r-- | www/lighttpd/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 0e43ba9e210..3f52d5656b7 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lighttpd -PORTVERSION= 1.4.9 +PORTVERSION= 1.4.10 CATEGORIES= www MASTER_SITES= http://www.lighttpd.net/download/ @@ -66,6 +66,9 @@ CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L/${LOCALBASE}/lib SUB_LIST+= REQUIRE="${_REQUIRE}" +post-patch: + @${REINPLACE_CMD} -E -e 's|-D_XOPEN_SOURCE=600||' ${WRKSRC}/configure.in + post-install: @${INSTALL_DATA} ${FILESDIR}/lighttpd.conf.sample ${PREFIX}/etc .if !exists(${PREFIX}/etc/lighttpd.conf) diff --git a/www/lighttpd/distinfo b/www/lighttpd/distinfo index 4a01017b0b0..76aa7b5227c 100644 --- a/www/lighttpd/distinfo +++ b/www/lighttpd/distinfo @@ -1,3 +1,3 @@ -MD5 (lighttpd-1.4.9.tar.gz) = 20a171774a0615069de3704db52483aa -SHA256 (lighttpd-1.4.9.tar.gz) = 7603b5eb204a84f654c66e5582197e4810df71175a3be11ecfc8675307d043a9 -SIZE (lighttpd-1.4.9.tar.gz) = 775524 +MD5 (lighttpd-1.4.10.tar.gz) = 51e42c2cc98a1f9986b9f232ff5a01f2 +SHA256 (lighttpd-1.4.10.tar.gz) = fdde0c08d3e1883c04ddc97a22916b063b2679f5fcfbda81436ff4e85db18160 +SIZE (lighttpd-1.4.10.tar.gz) = 777853 |