diff options
author | mef <mef@pkgsrc.org> | 2013-06-14 04:56:47 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2013-06-14 04:56:47 +0000 |
commit | 881f653383ea5931b394c7fdf0d0e18f1b57bf1b (patch) | |
tree | 3c71822cebf393bc31e675b8f611f8663bb44068 /mail/wl | |
parent | 63ea3d20ae2497f02cef1a2d2f8f02156dc3a151 (diff) | |
download | pkgsrc-881f653383ea5931b394c7fdf0d0e18f1b57bf1b.tar.gz |
Clean up pkglint flagged issue:
(1) mail/wl/Makefile
- Add LICENSE= gnu-gpl-v2.
- Use # none instead onf # defined (EMACS_BUILDLINK=).
- Use set instead of @set.
(2) mail/wl/patches/patch-aa
- Add comment from old cvs log.
(3) mail/wl/patches/patch-utils_ptexinfmt.el
Avoid diff -c confusion by pkglint:
-*** [info] Error code 255
+ *** [info] Error code 255
(4) mk/defaults/options.description 14 Jun 2013 04:48:54 -0000
Add following option:
+emacs-w3m W3m browser extention.
Diffstat (limited to 'mail/wl')
-rw-r--r-- | mail/wl/Makefile | 7 | ||||
-rw-r--r-- | mail/wl/distinfo | 6 | ||||
-rw-r--r-- | mail/wl/patches/patch-aa | 4 | ||||
-rw-r--r-- | mail/wl/patches/patch-utils_ptexinfmt.el | 10 |
4 files changed, 15 insertions, 12 deletions
diff --git a/mail/wl/Makefile b/mail/wl/Makefile index 12dc604772e..a8f6392a7b5 100644 --- a/mail/wl/Makefile +++ b/mail/wl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2013/02/17 19:18:06 dholland Exp $ +# $NetBSD: Makefile,v 1.46 2013/06/14 04:56:47 mef Exp $ DISTNAME= wl-2.14.0 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ MAINTAINER= tech-pkg-ja@jp.NetBSD.org HOMEPAGE= http://www.gohome.org/wl/ COMMENT= Mail/news management system with IMAP4rev1 support for Emacs +LICENSE= gnu-gpl-v2 BUILD_TARGET= all info INSTALL_TARGET= install install-info @@ -30,10 +31,10 @@ INSTALLATION_DIRS= ${DOCDIR}/en ${DOCDIR}/ja \ ${EXAMPLESDIR}/en ${EXAMPLESDIR}/ja \ ${EMACS_INFOPREFIX} -EMACS_BUILDLINK=# defined +EMACS_BUILDLINK= # none post-install: - @set -e; \ + set -e; \ for f in BUGS NEWS README; do \ ${INSTALL_DATA} ${WRKSRC:Q}/"$$f" ${DESTDIR:Q}${DOCDIR:Q}/en; \ ${INSTALL_DATA} ${WRKSRC:Q}/"$$f".ja ${DESTDIR:Q}${DOCDIR:Q}/ja; \ diff --git a/mail/wl/distinfo b/mail/wl/distinfo index f7fa78da7f0..ff9e5deeaf0 100644 --- a/mail/wl/distinfo +++ b/mail/wl/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.17 2013/06/14 03:44:40 mef Exp $ +$NetBSD: distinfo,v 1.18 2013/06/14 04:56:47 mef Exp $ SHA1 (wl-2.14.0.tar.gz) = 75b93013444cb27ca540462afbaefdce0e157b3f RMD160 (wl-2.14.0.tar.gz) = 1a5aa025fc05cbcf2a7d390b1804cc1b22f5df2b Size (wl-2.14.0.tar.gz) = 1101505 bytes -SHA1 (patch-aa) = ede97cce8b2574737a91941a905e067c940fb50a +SHA1 (patch-aa) = 848a4dda06c77f94c05ea770056690065b0c6c93 SHA1 (patch-ad) = 74e15c41f2f3521833e126809c713e65509fe5ce SHA1 (patch-ae) = fac4a79a5c8e315c7c92ba17eb3316c5f6338c4f SHA1 (patch-ba) = 34bd7b7d06020aefad90b0b563b10c5877acdc1d -SHA1 (patch-utils_ptexinfmt.el) = 2ee8e64ef759b2185ed31cc93396fcbeb827cc41 +SHA1 (patch-utils_ptexinfmt.el) = 0699218d01fe2cc4c24fbf0ad1c00ff7d476269b diff --git a/mail/wl/patches/patch-aa b/mail/wl/patches/patch-aa index 792f53fe1bc..3ed25476263 100644 --- a/mail/wl/patches/patch-aa +++ b/mail/wl/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2002/01/08 11:47:17 jun Exp $ +$NetBSD: patch-aa,v 1.3 2013/06/14 04:56:47 mef Exp $ + +Install info and examples. --- WL-CFG.orig Tue Oct 23 20:44:04 2001 +++ WL-CFG diff --git a/mail/wl/patches/patch-utils_ptexinfmt.el b/mail/wl/patches/patch-utils_ptexinfmt.el index a8313a0378a..055cd4d822a 100644 --- a/mail/wl/patches/patch-utils_ptexinfmt.el +++ b/mail/wl/patches/patch-utils_ptexinfmt.el @@ -1,10 +1,10 @@ -$NetBSD: patch-utils_ptexinfmt.el,v 1.1 2013/06/14 03:46:30 mef Exp $ +$NetBSD: patch-utils_ptexinfmt.el,v 1.2 2013/06/14 04:56:47 mef Exp $ -Loading `/usr/pkgsrc/mail/wl/work/wl-2.14.0/utils/ptexinfmt.el': old-style backquotes detected! -Wrong number of arguments: put, 2 -INFODIR is /usr/pkgsrc/mail/wl/work/.destdir/usr/pkg/info + Loading `/usr/pkgsrc/mail/wl/work/wl-2.14.0/utils/ptexinfmt.el': old-style backquotes detected! + Wrong number of arguments: put, 2 + INFODIR is /usr/pkgsrc/mail/wl/work/.destdir/usr/pkg/info -*** [info] Error code 255 + *** [info] Error code 255 --- utils/ptexinfmt.el.orig 2005-02-24 17:16:41.000000000 +0900 +++ utils/ptexinfmt.el 2013-06-14 11:50:27.000000000 +0900 |