pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/emacs-w3m-snapshot Let emacs-w3m-snapshot require ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c328ad2b640
branches:  trunk
changeset: 397792:2c328ad2b640
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Aug 19 06:01:37 2009 +0000

description:
Let emacs-w3m-snapshot require w3m>=0.5.2nb3 because earlier versions
built with default options do not support unicode, which is needed
by emacs-w3m-snapshot.

Noted by Aleksej Saushev on pkgsrc-users@.

diffstat:

 www/emacs-w3m-snapshot/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 270546c9740d -r 2c328ad2b640 www/emacs-w3m-snapshot/Makefile
--- a/www/emacs-w3m-snapshot/Makefile   Wed Aug 19 05:48:23 2009 +0000
+++ b/www/emacs-w3m-snapshot/Makefile   Wed Aug 19 06:01:37 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2009/08/07 09:31:53 minskim Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/19 06:01:37 minskim Exp $
 
 DISTNAME=      w3m-el-snapshot_1.4.364+0.20090802.orig
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/w3m-el-snapshot_/emacs-w3m-/:S/+0//:S/.orig//}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/w/w3m-el-snapshot/}
 
@@ -14,7 +15,7 @@
 USE_TOOLS+=    makeinfo gzip autoconf
 INFO_FILES=    yes
 
-DEPENDS+=      w3m>=0.5.1nb2:../../www/w3m
+DEPENDS+=      w3m>=0.5.2nb3:../../www/w3m
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --srcdir=${WRKSRC}



Home | Main Index | Thread Index | Old Index