Update to 4203
* Fixes compatability with libopendkim-2.10 * Undeprecate * Download from my account on CPAN (MASTER_SITE_SUBDIR=CPAN:INFRACANI) Note: If you look at the CPAN page for this module, you will see big red 'unauthorized' warnings. http://search.cpan.org/~infracani/Mail-OpenDKIM-4203/ This is temporary, while the previous owners of this module sort out transferring the ownership to me.
This commit is contained in:
parent
3d4d2f4e54
commit
5184f8775c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395467
2 changed files with 6 additions and 10 deletions
|
@ -2,10 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Mail-OpenDKIM
|
||||
PORTVERSION= 4201
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4203
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:INFRACANI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= matthew@FreeBSD.org
|
||||
|
@ -14,18 +14,14 @@ COMMENT= Perl interface to OpenDKIM C library
|
|||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim
|
||||
BUILD_DEPENDS= opendkim>=2.10.0:${PORTSDIR}/mail/opendkim
|
||||
LIB_DEPENDS= libopendkim.so:${PORTSDIR}/mail/opendkim
|
||||
RUN_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim \
|
||||
RUN_DEPENDS= opendkim>=2.10.0:${PORTSDIR}/mail/opendkim \
|
||||
p5-Error>=0:${PORTSDIR}/lang/p5-Error
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
BROKEN= fails to compile with present version of mail/opendkim port
|
||||
DEPRECATED= Does not compile with newer opendkim port. Please use mail/p5-Mail-DKIM instead.
|
||||
EXPIRATION_DATE= 2015-10-31
|
||||
|
||||
PLIST_FILES= %%SITE_ARCH%%/Mail/OpenDKIM.pm \
|
||||
%%SITE_ARCH%%/Mail/OpenDKIM/DKIM.pm \
|
||||
%%SITE_ARCH%%/Mail/OpenDKIM/PrivateKey.pm \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Mail-OpenDKIM-4201.tar.gz) = 04cc1b42167fbd55f0db2676d4f6748d090aaf023e816393eb7bb81e8a6cbd91
|
||||
SIZE (Mail-OpenDKIM-4201.tar.gz) = 32447
|
||||
SHA256 (Mail-OpenDKIM-4203.tar.gz) = 3e69c2828e41f8d5eb7ac8d747fca71c1f6bc6cf23c1dc6d63a1d87f8b1af1e7
|
||||
SIZE (Mail-OpenDKIM-4203.tar.gz) = 35182
|
||||
|
|
Loading…
Reference in a new issue