diff options
author | bjs <bjs@pkgsrc.org> | 2008-01-09 03:48:07 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-01-09 03:48:07 +0000 |
commit | 83602a1987a41dce0a2c17457c9ab38362c03125 (patch) | |
tree | 930bf27b16aebcc873095be1cefc5d00be949600 /www/elinks/Makefile | |
parent | 70b9a2b5e0788f3990e2dcbca9df3ea1e6173e06 (diff) | |
download | pkgsrc-83602a1987a41dce0a2c17457c9ab38362c03125.tar.gz |
Update to current 0.11 branch as of 2008/01/09. Too many changes/fixes
to list here; one may check the log at <http://repo.or.cz/w/elinks.git>
(see the elinks-0.11 branch). There should be a 0.11.4 release out
fairly soon.
While here, add two patches (from debian maintainer): one to ensure that
its gettext doesn't look for files in ../po/, and the other to disable
transparency by default.
Bump revision.
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index df9dc4b1bf4..2210f6371b4 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.33 2007/08/09 13:03:21 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2008/01/09 03:48:07 bjs Exp $ -DISTNAME= elinks-0.11.3 +DISTNAME= elinks-0.11-20080109 +PKGREVISION= 1 +PKGNAME= ${DISTNAME:R}.${DISTNAME:E:S/-/./} CATEGORIES= www -MASTER_SITES= http://elinks.or.cz/download/ +MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org |