-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug Fixes * Require an updated version of Net::DNS to avoid "resolver->dnssec(1) without Net::DNS::SEC installed" (Schwern) [github #4] Test Fixes * Fix our fake random number generator to avoid cross platform issues. [rt.cpan.org 71064] [github #7] (Lisa Hare) Distribution * Kwalitee fixups (BooK) (Lisa Hare) * Added a LICENSE file (Lisa Hare) * Now using Travis CI for Unix testing (Schwern) * Now using AppVeyor for Windows testing (Schwern)
- Loading branch information
schmonz
committed
Sep 14, 2016
1 parent
0a951e4
commit e8aa8c5
Showing
2 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# $NetBSD: Makefile,v 1.7 2016/06/08 19:23:01 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.8 2016/09/14 18:11:06 schmonz Exp $ | ||
# | ||
|
||
DISTNAME= Gravatar-URL-1.06 | ||
DISTNAME= Gravatar-URL-1.07 | ||
PKGNAME= p5-${DISTNAME} | ||
PKGREVISION= 5 | ||
CATEGORIES= devel perl5 | ||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Gravatar/} | ||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSCHWERN/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://search.cpan.org/dist/Gravatar-URL/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.2 2015/11/03 03:28:19 agc Exp $ | ||
$NetBSD: distinfo,v 1.3 2016/09/14 18:11:06 schmonz Exp $ | ||
|
||
SHA1 (Gravatar-URL-1.06.tar.gz) = 38a77f09af8ec103f39a51fd16c95cc80f17e30e | ||
RMD160 (Gravatar-URL-1.06.tar.gz) = a3e6bd4297c787d53763c377922a34462389d3b1 | ||
SHA512 (Gravatar-URL-1.06.tar.gz) = 3367de5b6e6a303fe61dca5524a1e3b402cb130a508ad230049281faff0b2588db64f4c42205f4a525bb54fa9b34838dd30fc5ca9b99559ed327fe679806f934 | ||
Size (Gravatar-URL-1.06.tar.gz) = 13042 bytes | ||
SHA1 (Gravatar-URL-1.07.tar.gz) = cb1c6eb609bcc0f460d9b7e3b4cbb902143422ac | ||
RMD160 (Gravatar-URL-1.07.tar.gz) = 4a5d250aaa2da4889d5d3cd90c2c979caeb4d057 | ||
SHA512 (Gravatar-URL-1.07.tar.gz) = 2c72841e62f48f6a1684845ec8a3c1d7306ef98b6f8191ccbae28fc07d2238989acc52c3238828c9458fd9154e102596e20a6ec33bd8f77eaa4934fd65750bd5 | ||
Size (Gravatar-URL-1.07.tar.gz) = 20902 bytes |