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:   wiz
Date:           Mon Oct  9 07:23:11 UTC 2017

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

Log Message:
p5-Alien-Build: update to 1.22.

1.22      2017-10-05 11:43:25 -0400
  - Improved bootstrap_ssl to allow use of Net::SSLeay, if it is already
    installed.
  - Windows path fix in test suite

1.21      2017-10-02 15:36:33 -0400
  - Fix bug in Test::Alien where extra_compiler_flags or extra_linker_flags
    could override (instead of augment) the alien cflags or libs.  This is
    most commonly a problem when using Test::Alien::CPP.

1.20      2017-10-01 06:52:36 -0400
  - Remove dependency on Alien::Base::ModuleBuild
  - Add access to environment via %{env.VARNAME}
  - Move Alien::Base::PkgConfig from ABMB

1.19_01   2017-09-28 13:06:28 -0400
  - Add Alien::Build::Version::Basic
  - Add Alien::Build::Plugin::Fetch::CurlCommand
  - Add Alien::Build::Plugin::Fetch::Wget
  - Workaround for old tar on Solaris
  - Fix test for Solaris 64 bit
  - Add start_url directive to alienfile
  - Add bootstrap_ssl property to Alien::Build::Plugin::Download::Negotiate


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Alien-Build/Makefile \
    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.2 pkgsrc/devel/p5-Alien-Build/Makefile:1.3
--- pkgsrc/devel/p5-Alien-Build/Makefile:1.2    Fri Sep 29 13:31:44 2017
+++ pkgsrc/devel/p5-Alien-Build/Makefile        Mon Oct  9 07:23:11 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/09/29 13:31:44 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/09 07:23:11 wiz Exp $
 
-DISTNAME=      Alien-Build-1.18
+DISTNAME=      Alien-Build-1.22
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/
@@ -14,7 +14,6 @@ PERL5_PACKLIST=         auto/Alien/Build
 
 USE_TOOLS+=    pkg-config:run
 
-DEPENDS+=      p5-Alien-Base-ModuleBuild-[0-9]*:../../devel/p5-Alien-Base-ModuleBuild
 DEPENDS+=      p5-Capture-Tiny>=0.17:../../devel/p5-Capture-Tiny
 DEPENDS+=      p5-File-chdir-[0-9]*:../../devel/p5-File-chdir
 DEPENDS+=      p5-File-Which>=1.10:../../devel/p5-File-Which
Index: pkgsrc/devel/p5-Alien-Build/distinfo
diff -u pkgsrc/devel/p5-Alien-Build/distinfo:1.2 pkgsrc/devel/p5-Alien-Build/distinfo:1.3
--- pkgsrc/devel/p5-Alien-Build/distinfo:1.2    Fri Sep 29 13:31:44 2017
+++ pkgsrc/devel/p5-Alien-Build/distinfo        Mon Oct  9 07:23:11 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/09/29 13:31:44 wiz Exp $
+$NetBSD: distinfo,v 1.3 2017/10/09 07:23:11 wiz Exp $
 
-SHA1 (Alien-Build-1.18.tar.gz) = 3d04e28d3e7a49b0163c24cc6f31fc035b66d349
-RMD160 (Alien-Build-1.18.tar.gz) = db1718c520562fe1346d8eb6d8c72902aaee7d1d
-SHA512 (Alien-Build-1.18.tar.gz) = 06f25c156167d3d15a5b51daf694c67d6a7b164ceebedb81a3ee7b2ea4a81649b2a58ede3bb46f867862c7e37b0f30d0e37bf43d5f1f68231dc938d58ce55628
-Size (Alien-Build-1.18.tar.gz) = 207356 bytes
+SHA1 (Alien-Build-1.22.tar.gz) = 38d49369eea061899aebdaf994415b1f6017338d
+RMD160 (Alien-Build-1.22.tar.gz) = b2c8021269b8de04ada9af02a37497ddb0c7e819
+SHA512 (Alien-Build-1.22.tar.gz) = 8959d6f839fb4016f69e7efce65050464eaf307f9d9782b5170ebb387f51744e392a1d0bc58ca9105ec5b10ea92c869682c0059a81f9a8bc639d61a9ce79a866
+Size (Alien-Build-1.22.tar.gz) = 224162 bytes



Home | Main Index | Thread Index | Old Index