- update to 1.02
This commit is contained in:
parent
6d03005d0d
commit
4b0a4b75a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244349
2 changed files with 8 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Mail-ListDetector
|
||||
PORTVERSION= 1.01
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module for detecting mailing list messages
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Email/Abstract.pm:${PORTSDIR}/mail/p5-Email-Abstract \
|
||||
${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid \
|
||||
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS= p5-Email-Abstract>=3.001:${PORTSDIR}/mail/p5-Email-Abstract \
|
||||
p5-Email-Valid>=0.182:${PORTSDIR}/mail/p5-Email-Valid \
|
||||
p5-Mail-Tools>=2.04:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||
p5-URI>=1.1:${PORTSDIR}/net/p5-URI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Mail-ListDetector-1.01.tar.gz) = 1d60d2ecadffaedfab89c8f286186269
|
||||
SHA256 (Mail-ListDetector-1.01.tar.gz) = 20861be5cc7c09050885b6c53bfc23783fbad3be7cbbbed8c75441ef8d8bf6b1
|
||||
SIZE (Mail-ListDetector-1.01.tar.gz) = 40197
|
||||
MD5 (Mail-ListDetector-1.02.tar.gz) = 9c16652d0a69e427fe1892acf31b8467
|
||||
SHA256 (Mail-ListDetector-1.02.tar.gz) = 2e43a4ceba63260308108ca34261bfe4388399e823d1d23c9f6163a486f2d5e8
|
||||
SIZE (Mail-ListDetector-1.02.tar.gz) = 39417
|
||||
|
|
Loading…
Reference in a new issue