svn commit: r395467 - head/mail/p5-Mail-OpenDKIM

Matthew Seaman matthew at FreeBSD.org
Fri Aug 28 12:25:48 UTC 2015


Author: matthew
Date: Fri Aug 28 12:25:47 2015
New Revision: 395467
URL: https://svnweb.freebsd.org/changeset/ports/395467

Log:
  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.

Modified:
  head/mail/p5-Mail-OpenDKIM/Makefile
  head/mail/p5-Mail-OpenDKIM/distinfo

Modified: head/mail/p5-Mail-OpenDKIM/Makefile
==============================================================================
--- head/mail/p5-Mail-OpenDKIM/Makefile	Fri Aug 28 11:54:08 2015	(r395466)
+++ head/mail/p5-Mail-OpenDKIM/Makefile	Fri Aug 28 12:25:47 2015	(r395467)
@@ -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 at FreeBSD.org
@@ -14,18 +14,14 @@ COMMENT=	Perl interface to OpenDKIM C li
 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 \

Modified: head/mail/p5-Mail-OpenDKIM/distinfo
==============================================================================
--- head/mail/p5-Mail-OpenDKIM/distinfo	Fri Aug 28 11:54:08 2015	(r395466)
+++ head/mail/p5-Mail-OpenDKIM/distinfo	Fri Aug 28 12:25:47 2015	(r395467)
@@ -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


More information about the svn-ports-all mailing list