diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-29 22:59:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-29 22:59:29 +0800 |
commit | 3db8dee857bf8e95b517b1272210e79072f3b693 (patch) | |
tree | 40b85a1888fadf0ac1c187a24b69956385e8912b /www | |
parent | a283b36e6a7177866d718dfa2b40a5e33427d22a (diff) | |
download | freebsd-ports-gnome-3db8dee857bf8e95b517b1272210e79072f3b693.tar.gz freebsd-ports-gnome-3db8dee857bf8e95b517b1272210e79072f3b693.tar.zst freebsd-ports-gnome-3db8dee857bf8e95b517b1272210e79072f3b693.zip |
- Switch databases/libmemcache to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES
- Strip libraries
- Bump dependent ports as .so version has changed
Diffstat (limited to 'www')
-rw-r--r-- | www/lighttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index 67b95e4498cf..0aaa7c530b94 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -3,7 +3,7 @@ PORTNAME?= lighttpd PORTVERSION= 1.4.35 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ |