diff options
author | alnsn <alnsn@pkgsrc.org> | 2014-05-03 13:14:36 +0000 |
---|---|---|
committer | alnsn <alnsn@pkgsrc.org> | 2014-05-03 13:14:36 +0000 |
commit | 11f1b98e1d8ecda0818f73bbb9af3d0f99f28235 (patch) | |
tree | 1d54ce38952777c5efedc65002de5262ee0bce94 /www | |
parent | 6d75151eb11e2b526f78e2ebd0230fe2433f9222 (diff) | |
download | pkgsrc-11f1b98e1d8ecda0818f73bbb9af3d0f99f28235.tar.gz |
Revbump for Lua multiversion support.
Diffstat (limited to 'www')
-rw-r--r-- | www/elinks/Makefile | 4 | ||||
-rw-r--r-- | www/lighttpd/Makefile | 3 | ||||
-rw-r--r-- | www/screws/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index bb1fba65141..2076ed64fa1 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2014/04/30 14:19:42 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2014/05/03 13:14:38 alnsn Exp $ DISTNAME= elinks-0.12pre6 PKGNAME= ${DISTNAME:S/pre/rc/} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ \ http://ftp.icm.edu.pl/packages/elinks/ diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index fb15fa8094f..73aff907b2a 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.46 2014/04/22 19:01:52 adam Exp $ +# $NetBSD: Makefile,v 1.47 2014/05/03 13:14:39 alnsn Exp $ DISTNAME= lighttpd-1.4.35 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.lighttpd.net/lighttpd/releases-1.4.x/ EXTRACT_SUFX= .tar.xz diff --git a/www/screws/Makefile b/www/screws/Makefile index 96bc67813f8..2f28692356c 100644 --- a/www/screws/Makefile +++ b/www/screws/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2014/02/12 23:18:46 tron Exp $ +# $NetBSD: Makefile,v 1.38 2014/05/03 13:14:39 alnsn Exp $ # DISTNAME= screws-0.56 -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= www MASTER_SITES= ftp://ftp.nopcode.org/prj/screws/ |