pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Alien-Build



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb 22 12:41:28 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Alien-Build: Makefile distinfo

Log Message:
(devel/p5-Alien-Build) Updated to 2.08

2.08      2020-02-15 17:16:30 -0700
  - Production release identical to 2.07_01

2.07_01   2020-02-14 19:00:22 -0700
  - Fix Alien::Build::Interpolate bug introduced in 2.06_01 (gh#171)

2.06_01   2020-02-14 12:23:02 -0700
  - Several helpers for Alien::Build::Interpolate::Default no longer
    require Aliens if the tools are already found in the PATH (gh#168)
  - Better document dynamic vs. static libraries in AlienAuthor and FAQ
    documents (gh#110, gh#169)
  - Prefer nmake or gmake over dmake on Windows, even if Perl is
    configured to use dmake (gh#95, gh#170)

2.05_01   2020-02-11 15:19:01 -0700
  - Fix bug where the autoconf plugin could use the wrong configure if
    there is another "configure" script somewhere in the PATH on Windows
    (gh#166, gh#167)

2.04      2020-02-05 19:05:32 -0700
  - Production release identical to 2.03_01

2.03_01   2020-02-04 21:29:35 -0700
  - Add use strict to generated ::Installl::Files modules (gh#162, gh#163)

2.02      2020-02-04 13:12:49 -0700
  - Production release identical to 2.01_01

2.01_01   2020-02-03 10:51:43 -0700
  - Prefer Decode::HTML if HTML::Parser is already installed and Mojolicious
    or Mojo::DOM58 are not (gh#160)

2.00      2020-02-02 06:25:13 -0700
  - Production release identical to 1.99_01

1.99_01   2020-01-30 12:57:33 -0700
  - Decode::Mojo plugin remembers which version of Mojo::DOM it is using (gh#159)

1.98      2020-01-30 07:53:10 -0700
  - Production release identical to 1.97_01

1.97_01   2020-01-29 09:22:14 -0700
  - Added OO interface to Alien::Base::Wrapper (gh#157, gh#158)
  - Added mm_args2 method to Alien::Base::Wrapper (gh#157, gh#158)
  - Added WriteMakefile function to Alien::Base::Wrapper (gh#157, gh#158)

1.96      2020-01-27 09:05:36 -0700
  - Production release identical to 1.95_01

1.95_01   2020-01-25 19:57:31 -0700
  - Reduced prereqs to Alien::Base::Wrapper down to Perl 5.6
    (the rest of Alien-Build still requires 5.8) (gh#156)
  - Remove dep on Module::Load (gh#155)


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Alien-Build/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Alien-Build/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Alien-Build/Makefile
diff -u pkgsrc/devel/p5-Alien-Build/Makefile:1.20 pkgsrc/devel/p5-Alien-Build/Makefile:1.21
--- pkgsrc/devel/p5-Alien-Build/Makefile:1.20   Wed Jan  1 02:41:17 2020
+++ pkgsrc/devel/p5-Alien-Build/Makefile        Sat Feb 22 12:41:28 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/01/01 02:41:17 mef Exp $
+# $NetBSD: Makefile,v 1.21 2020/02/22 12:41:28 mef Exp $
 
-DISTNAME=      Alien-Build-1.94
+DISTNAME=      Alien-Build-2.08
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/

Index: pkgsrc/devel/p5-Alien-Build/distinfo
diff -u pkgsrc/devel/p5-Alien-Build/distinfo:1.16 pkgsrc/devel/p5-Alien-Build/distinfo:1.17
--- pkgsrc/devel/p5-Alien-Build/distinfo:1.16   Wed Jan  1 02:41:17 2020
+++ pkgsrc/devel/p5-Alien-Build/distinfo        Sat Feb 22 12:41:28 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/01/01 02:41:17 mef Exp $
+$NetBSD: distinfo,v 1.17 2020/02/22 12:41:28 mef Exp $
 
-SHA1 (Alien-Build-1.94.tar.gz) = 002d46e94ce0d8b1aa51a7a32efb01031614e7f5
-RMD160 (Alien-Build-1.94.tar.gz) = b354cafafef97a509efbc07322a4fdbd8bd47075
-SHA512 (Alien-Build-1.94.tar.gz) = 175691dd76aaaef93618a0b14bb7b025a664902d436208cf621277d76b4baea3f1227db1e9522cf64259257d0f955cacad7b237a30a046cca7aff1e448633393
-Size (Alien-Build-1.94.tar.gz) = 248631 bytes
+SHA1 (Alien-Build-2.08.tar.gz) = c0349b54d52d94c8ec6916ebd2678661f6099bad
+RMD160 (Alien-Build-2.08.tar.gz) = f3411f769ffafd49a5320e7f0f471a1726937b10
+SHA512 (Alien-Build-2.08.tar.gz) = 20fc8b78561ce66f493825ecbf5edb5c53b671b88ed092857c28ebac27ef57974884f7653abd959ca6bc29fe272d14e2f4d79c1db7825e277a53b9fd795f3ad1
+Size (Alien-Build-2.08.tar.gz) = 277433 bytes



Home | Main Index | Thread Index | Old Index