1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Philip M. Gollucci
b59621d3ae - Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
2012-03-13 16:15:36 +00:00
Philip M. Gollucci
2cf4c1e2c8 - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
2012-03-08 18:45:38 +00:00
Philip M. Gollucci
d82d60e6be - Update to 0.39
- Remove MD5

PR:             ports/153083
Submitted by:   myself (pgollucci)
Approved by:    yanagisawa@csg.is.titech.ac.jp (maintainer)
Changes:        http://jason.long.name/dkimproxy/Changes
2010-12-15 23:08:56 +00:00
Philip M. Gollucci
6564a2589c - only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it

With Hat:   perl@
2010-09-24 02:03:44 +00:00
Martin Matuska
17e550ca2f Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
2010-09-21 16:08:11 +00:00
Sylvio Cesar Teixeira
6a91705c8b - Update to 0.38
PR:		ports/145342
Submitted by:	Masafumi NAKANE <max@FreeBSD.org>
Approved by:	Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer), itetcu (mentor, implicit)
2010-04-05 23:19:59 +00:00
Martin Wilke
a95b76f9cf - Update to 0.37
PR:		138894
Submitted by:	max@
Feature safe: yes
2009-09-18 22:41:46 +00:00
Philip M. Gollucci
c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00
Gabor Kovesdan
9e9fb223f7 - Update to 0.36
PR:		ports/135374
Submitted by:	Michael Scheidell <scheidell@secnap.net>
Approved by:	Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
		(maintainer)
2009-06-14 00:24:17 +00:00
Gabor Kovesdan
f5bc0fe845 - Update to 0.35
PR:		ports/134964
Submitted by:	Michael Scheidell <scheidell@secnap.net>
Approved by:	Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
2009-05-30 23:22:30 +00:00
Gabor Kovesdan
652cda23b1 - Update to 0.33
PR:		ports/132514
Submitted by:	Michael Scheidell <scheidell@secnap.net>
Approved by:	Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
2009-03-15 17:26:55 +00:00
Anton Berezin
4cf2d12b0a Fix plist with perl 5.8.9.
Approved by:	portmgr (pav, implicit)
2009-01-14 15:10:02 +00:00
Wesley Shields
7269da08da Update to 0.32
Fix MASTER_SITE_BACKUP
Drop dependency on security/p5-Digest-SHA1

PR:		ports/125565
Submitted by:	Olli Hauer <ohauer@gmx.de>
Approved by:	maintainer
2008-07-17 19:03:06 +00:00
Martin Wilke
7a9b614b5d - Update to 0.31
PR:		123075
Submitted by:	Michael Scheidll <scheidell@secnap.net>
Approved by:	maintainer
2008-04-27 22:27:41 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Martin Wilke
93593c52cd - Update to 0.30.1
PR:		121341
Submitted by:	Michael Scheidell <scheidell@secnap.net>
Approved by:	maintainer
2008-03-07 10:19:00 +00:00
Cheng-Lung Sung
bf9630b262 Update p5-Mail-DKIM to 0.30. This version is a pre-requisite for DKIM
signing in the forthcoming amavisd-new 2.6 series.

Version 0.30 - released 2008-01-10

* includes speed-up optimizations by Mark Martinec
* DomainKeys, implement proper identity matching...
a DomainKey-Signature's domain should match the From/Sender address
* several more test cases
* API improvements:
* accept additional arguments when creating Signer/Signature
* bugfixes:
* DomainKey-Signature headers were not "prettified"
* granularity ending with '*' was not checked correctly
* DomainKey-Signature granularity was checked against the wrong value

Version 0.29 - released 2007-11-08

* verifiers can now access all parsed signatures and their results,
  not just signatures that were fully tested
* signer policies can now specify what private key file to use
* some other minor API improvements
* bugfixes:
* for DomainKeys signatures, fixed a compatibility issue handling
  the h= tag
* for DKIM, signature expirations had been ignored
* for DKIM, signature identities did not have to match the domain
* for DKIM, public key granularity field had been ignored

Changes:
PR:		ports/119911
Submitted by:	David Wood <david_AT_wood2 dot org dot uk>
Approved by:	maintainer (Yoshisato YANAGISAWA)
2008-01-24 01:48:53 +00:00
Rong-En Fan
f03036d08d - Update to 0.28
PR:		ports/115299
Submitted by:	Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp> (maintainer)
2007-08-12 11:01:00 +00:00
Martin Wilke
98420184b7 - Update to 0.26
PR:		113246
Submitted by:	Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
2007-06-05 13:57:12 +00:00
Cheng-Lung Sung
456a38b692 - Update to 0.25
- MIME::Base64 In Perl 5.8+ now, so
  - make it conditional
- Install two scripts (dkimsign.pl and dkimverify.pl)
- Remove Perl version < 5.6 warning
- Use %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plist

PR:		ports/113034
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
Reviewed by:	maintainer (Yoshisato YANAGISAWA)
Approved by:	maintainer
2007-05-29 01:50:06 +00:00
Martin Wilke
90c80aeece - Update to 0.24
PR:             110379
Submitted by:   Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer)
2007-03-16 20:58:23 +00:00
Martin Wilke
795e51c048 - Update to 0.23
PR:             109903
Submitted by:   miwi
Approved by:    maintainer
2007-03-06 21:01:37 +00:00
Martin Wilke
92b900a1b3 - Update to 0.22
Submitted by:	 Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp> (maintainer via privat mail)
2007-01-30 13:43:41 +00:00
Martin Wilke
e83cd58c88 - Add backup MASTER_SITES
Submitted by:	pointyhat
2007-01-27 19:51:36 +00:00
Martin Wilke
5b6e4c6a6c - Update to 0.21
PR:		ports/107157
Submitted by:	miwi
Approved by:	maintainer
2006-12-27 14:11:55 +00:00
Cheng-Lung Sung
7b37e396be - Maintainer update of p5-Mail-DKIM from 0.19 to 0.20.
- In 0.20, DomainKeys signatures has been supported and
  The library can signing/verifying multiple signatures in one pass.

PR:		ports/104960
Submitted by:	maintainer (Yoshisato YANAGISAWA)
2006-10-31 15:19:04 +00:00
Pav Lucistnik
13c2c88c2e - Remove symlinks created by mtree target from plists
Pointy hats to:	rafan 6x, droso 2x, pav 2x, alepulve, clsung, glewis, itetcu,
		miwi
2006-10-08 14:59:46 +00:00
Rong-En Fan
5118c2ac37 Add p5-Mail-DKIM 0.19, perl5 module to process and/or create DKIM email.
PR:		ports/100380
Submitted by:	Yoshisato YANAGISAWA
2006-07-17 15:50:27 +00:00