pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-GD-SecurityImage Updated graphics/p5-GD-Se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b3d22b07c31
branches:  trunk
changeset: 319908:4b3d22b07c31
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Feb 24 05:15:18 2019 +0000

description:
Updated graphics/p5-GD-SecurityImage to 1.75

(pkgsrc) Drop patch-Makefile.PL (which was said necessary to perl 5.26,
         this version may be packged with perl 5.26 without this patch)
(upstream)
1.75 2018-12-24 BURAK
    - Drop legacy workarounds and documentation about those as well.
    - In relation to that, we now depend on relatively new versions
        of both GD & PerlMagick.
    - These methods are now also removed a from the backends as well:
        _versiongt
        _versionlt
    - Distro fix.

1.74 2018-12-24 BURAK
    - Migrate to dzil.

diffstat:

 graphics/p5-GD-SecurityImage/Makefile                  |   5 ++---
 graphics/p5-GD-SecurityImage/distinfo                  |  11 +++++------
 graphics/p5-GD-SecurityImage/patches/patch-Makefile.PL |  15 ---------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (49 lines):

diff -r 30f4f8b54566 -r 4b3d22b07c31 graphics/p5-GD-SecurityImage/Makefile
--- a/graphics/p5-GD-SecurityImage/Makefile     Sun Feb 24 04:32:59 2019 +0000
+++ b/graphics/p5-GD-SecurityImage/Makefile     Sun Feb 24 05:15:18 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2018/08/22 09:45:15 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/02/24 05:15:18 mef Exp $
 
-DISTNAME=      GD-SecurityImage-1.73
+DISTNAME=      GD-SecurityImage-1.75
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=GD/}
 
diff -r 30f4f8b54566 -r 4b3d22b07c31 graphics/p5-GD-SecurityImage/distinfo
--- a/graphics/p5-GD-SecurityImage/distinfo     Sun Feb 24 04:32:59 2019 +0000
+++ b/graphics/p5-GD-SecurityImage/distinfo     Sun Feb 24 05:15:18 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/06/09 16:43:15 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2019/02/24 05:15:18 mef Exp $
 
-SHA1 (GD-SecurityImage-1.73.tar.gz) = bf979a78352735a2044f838c8cd2292a00699027
-RMD160 (GD-SecurityImage-1.73.tar.gz) = 20a1db00b110f2db34f19932b1e7792e8e74c2ae
-SHA512 (GD-SecurityImage-1.73.tar.gz) = 7255c7d0745f4912103777fda6dd1d96563dc6e7c8454c5e0bd61009ac190224f8c58c8c4b7ffd3dbbb896fa5875d51234a3e0922872f6ca9398de0cf0002490
-Size (GD-SecurityImage-1.73.tar.gz) = 88513 bytes
-SHA1 (patch-Makefile.PL) = fec1fbc070fb8af99489099d69544332eb54f739
+SHA1 (GD-SecurityImage-1.75.tar.gz) = d7b6d08a96e4eab795c7a83031f14fdcffcf7691
+RMD160 (GD-SecurityImage-1.75.tar.gz) = 249f5ac266652630e2c3e08150afb4ce7cda806a
+SHA512 (GD-SecurityImage-1.75.tar.gz) = 841e89a1696108b7733c3273d005c989dc73d7c24e481a060f62b0dcbc53ba79826653b760358027ccc6e266dc1733a64e313740371e2e3bcab32ac92c5fcecb
+Size (GD-SecurityImage-1.75.tar.gz) = 66589 bytes
diff -r 30f4f8b54566 -r 4b3d22b07c31 graphics/p5-GD-SecurityImage/patches/patch-Makefile.PL
--- a/graphics/p5-GD-SecurityImage/patches/patch-Makefile.PL    Sun Feb 24 04:32:59 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 16:43:15 ryoon Exp $
-
-* Fix build with Perl 5.26.0
-
---- Makefile.PL.orig   2015-01-21 01:05:58.000000000 +0000
-+++ Makefile.PL
-@@ -3,6 +3,8 @@
- use 5.006;
- use strict;
- use warnings;
-+use FindBin;
-+use lib $FindBin::Bin;
- use lib qw( builder/lib );
- use Build::Spec qw( mm_spec );
- use ExtUtils::MakeMaker;



Home | Main Index | Thread Index | Old Index