svn commit: r313416 - head/mail/p5-Mail-OpenDKIM
Frederic Culot
culot at FreeBSD.org
Mon Mar 4 17:05:06 UTC 2013
Author: culot
Date: Mon Mar 4 17:05:06 2013
New Revision: 313416
URL: http://svnweb.freebsd.org/changeset/ports/313416
Log:
- Update to 4003 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Pet portlint(1) by moving TEST_DEPENDS earlier
- Trim Makefile's header
Changes: http://search.cpan.org/dist/Mail-OpenDKIM/ChangeLog
PR: ports/176589 [1]
Submitted by: Vivek Khera <vivek at khera.org> (maintainer)
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 Mon Mar 4 16:53:12 2013 (r313415)
+++ head/mail/p5-Mail-OpenDKIM/Makefile Mon Mar 4 17:05:06 2013 (r313416)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-Mail-OpenDKIM
-# Date created: Wed Apr 27 14:36:42 EDT 2011
-# Whom: Vivek Khera <vivek at khera.org>
-#
+# Created by: Vivek Khera <vivek at khera.org>
# $FreeBSD$
-#
PORTNAME= Mail-OpenDKIM
-PORTVERSION= 3680
+PORTVERSION= 4003
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +10,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vivek at khera.org
COMMENT= Perl interface to OpenDKIM C library
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim
LIB_DEPENDS= opendkim:${PORTSDIR}/mail/opendkim
RUN_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim
-
TEST_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee
Modified: head/mail/p5-Mail-OpenDKIM/distinfo
==============================================================================
--- head/mail/p5-Mail-OpenDKIM/distinfo Mon Mar 4 16:53:12 2013 (r313415)
+++ head/mail/p5-Mail-OpenDKIM/distinfo Mon Mar 4 17:05:06 2013 (r313416)
@@ -1,2 +1,2 @@
-SHA256 (Mail-OpenDKIM-3680.tar.gz) = 0ae9f530d200fb671e865553541e2c2c1d598d3ef30786803c16a9d75e510734
-SIZE (Mail-OpenDKIM-3680.tar.gz) = 32049
+SHA256 (Mail-OpenDKIM-4003.tar.gz) = f6344eba035e7eafb59298ab8ea8fc1ead952befdaa22ab64ff05126954803de
+SIZE (Mail-OpenDKIM-4003.tar.gz) = 34270
More information about the svn-ports-head
mailing list