Update im to 150.
While here, set LICENSE=modified-bsd and add user-destdir support. 150 (2010/02/15) * IM/Pop.pm: Move exec_getsbrfile() from pop_repr() to pop_inc() to work GetSbr correctly. (Thanks to Jacques Garrigue) * imput.in: Add msgid, nomsgid, nomime, noverbose, version and help to @CmpConfig, and Doc fix. (Thanks to HAT) * IM/EncDec.pm (mime_encode_string): Fix that iso-2022-jp strings are garbled to iso-8859-1. * IM/EncDec.pm (mime_decode): Use local variables $bq and $str instead of numbered variables. (Thanks to Kiyoshi OHGISHI) * IM/Config.pm.in: Set NamazuV2=yes as the default value. * IM/Config.pm.in: New subroutine mknmz_options. * immknmz.in: Use mknmz_options. * imsetup.in, cnf.im/SiteConfig.in, dot.im/Config: Add comment for MknmzOptions. * IM/Scan.pm, imput.in: Typo fix. * configure: Update using Debian autoconf 2.65-3. * config.guess, config.sub: Update using Debian autotools-dev 20090611.1.
This commit is contained in:
parent
dc2588f2bd
commit
69bbac9e71
2 changed files with 17 additions and 12 deletions
|
@ -1,21 +1,26 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:11 he Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2010/02/19 11:53:43 obache Exp $
|
||||
|
||||
DISTNAME= im-149
|
||||
PKGREVISION= 1
|
||||
DISTNAME= im-150
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://tats.haun.org/im/
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://tats.haun.org/im/
|
||||
COMMENT= E-Mail and NetNews user interface commands
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= perl:run
|
||||
|
||||
CONFIGURE_ARGS+= --libdir=${PKG_SYSCONFBASE}
|
||||
CONFIGURE_ARGS+= --libdir=${PKG_SYSCONFBASEDIR}
|
||||
CONFIGURE_ARGS+= --with-perldir=${PREFIX}/${PERL5_SUB_INSTALLVENDORLIB}
|
||||
CONFIGURE_ENV+= im_path_perl=${PERL5:Q}
|
||||
|
||||
INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX}
|
||||
INSTALL_MAKE_FLAGS+= perldir=${DESTDIR}${PREFIX}/${PERL5_SUB_INSTALLVENDORLIB}
|
||||
|
||||
PKG_SYSCONFSUBDIR= im
|
||||
|
||||
CONF_FILES= ${PREFIX}/share/examples/im/SiteConfig ${PKG_SYSCONFDIR}/SiteConfig
|
||||
|
@ -32,15 +37,15 @@ INSTALLATION_DIRS+= ${DOCDIR} ${EXAMPLESDIR} ${DOCDIR}/man ${DOCDIR}/man/ja
|
|||
|
||||
post-install:
|
||||
.for file in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DESTDIR}${DOCDIR}
|
||||
.endfor
|
||||
.for file in ${MAN}
|
||||
${INSTALL_DATA} ${WRKSRC}/man/${file} ${DOCDIR}/man
|
||||
${INSTALL_DATA} ${WRKSRC}/man/${file} ${DESTDIR}${DOCDIR}/man
|
||||
.endfor
|
||||
.for file in ${MAN_JA}
|
||||
${INSTALL_DATA} ${WRKSRC}/man/${file} ${DOCDIR}/man/ja
|
||||
${INSTALL_DATA} ${WRKSRC}/man/${file} ${DESTDIR}${DOCDIR}/man/ja
|
||||
.endfor
|
||||
cp -r ${WRKSRC}/dot.im/* ${EXAMPLESDIR}
|
||||
cp -r ${WRKSRC}/dot.im/* ${DESTDIR}${EXAMPLESDIR}
|
||||
|
||||
.include "../../lang/perl5/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/01/06 12:00:29 obache Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/02/19 11:53:43 obache Exp $
|
||||
|
||||
SHA1 (im-149.tar.gz) = 638fd2af6b8a04d51cb6e3e36660c0ebe0ae346f
|
||||
RMD160 (im-149.tar.gz) = 482ef2714e3e1810740200dca80a5e3ad27a00f9
|
||||
Size (im-149.tar.gz) = 221971 bytes
|
||||
SHA1 (im-150.tar.gz) = 4f6ec70d52fffc6c4a44831ebed6ac8e33a769d0
|
||||
RMD160 (im-150.tar.gz) = 057142296747b8b2629e8d8265a221f703e7b27a
|
||||
Size (im-150.tar.gz) = 267337 bytes
|
||||
SHA1 (patch-aa) = 71bb1bed56be580c30f291360e7320a85a818087
|
||||
|
|
Loading…
Reference in a new issue