Update from version 3.023nb1 to 3.024.
Pkgsrc changes: o Fix typo in HOMEPAGE url o Get rid of nasty interactive bits by redirecting stdin to /dev/null Upstream changes: Version 3.024 add git repo link to metadata
This commit is contained in:
parent
f6c95f02f3
commit
5d690b374e
2 changed files with 10 additions and 8 deletions
|
@ -1,14 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.15 2009/01/06 00:40:24 he Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2009/02/22 12:31:13 he Exp $
|
||||
|
||||
DISTNAME= MIME-Lite-3.023
|
||||
DISTNAME= MIME-Lite-3.024
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
SVR4_PKGNAME= p5mil
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/MMIME-Lite/
|
||||
HOMEPAGE= http://search.cpan.org/dist/MIME-Lite/
|
||||
COMMENT= Perl5 module for simple creation of MIME email messages
|
||||
|
||||
DEPENDS+= p5-Email-Date-Format>=1.0:../../mail/p5-Email-Date-Format
|
||||
|
@ -19,6 +18,9 @@ DEPENDS+= p5-MIME-Types>=1.13:../../mail/p5-MIME-Types
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
# Get rid of nasty interactive bits
|
||||
MAKE_PARAMS+= </dev/null
|
||||
|
||||
PERL5_PACKLIST= auto/MIME/Lite/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2008/11/17 23:26:14 he Exp $
|
||||
$NetBSD: distinfo,v 1.5 2009/02/22 12:31:13 he Exp $
|
||||
|
||||
SHA1 (MIME-Lite-3.023.tar.gz) = 27119b2d681bb971134e63c89b24a7d73922c661
|
||||
RMD160 (MIME-Lite-3.023.tar.gz) = 374270369a5aaf94bf3322094d9124fac69938fc
|
||||
Size (MIME-Lite-3.023.tar.gz) = 63160 bytes
|
||||
SHA1 (MIME-Lite-3.024.tar.gz) = 1b653931a0ecdbbdce32884ecf0d7df11e13fc7d
|
||||
RMD160 (MIME-Lite-3.024.tar.gz) = bba4cf28d02a5ba96d2c5be57f6b716df089145a
|
||||
Size (MIME-Lite-3.024.tar.gz) = 63253 bytes
|
||||
SHA1 (patch-aa) = c9f87c66a6456dd0b7f490d5d88bf6382f53d4ab
|
||||
|
|
Loading…
Reference in a new issue