pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-Socket6



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 21 12:51:12 UTC 2016

Modified Files:
        pkgsrc/net/p5-Socket6: Makefile distinfo

Log Message:
Updated p5-Socket6 to 0.28.

2016-07-11  Hajimu UMEMOTO  <ume%mahoroba.org@localhost>

        * Socket6.pm: Bump version number to 0.28.

        * aclocal.m4 (IPv6_CHECK_INET_NTOP): inet_ntop(3) may returns
        IPv4-compatible IPv6 address. [cpan #113950]

        Submitted by:   Andrew Galante <spock128 [...] gmail.com>


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/p5-Socket6/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/p5-Socket6/distinfo

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

Modified files:

Index: pkgsrc/net/p5-Socket6/Makefile
diff -u pkgsrc/net/p5-Socket6/Makefile:1.43 pkgsrc/net/p5-Socket6/Makefile:1.44
--- pkgsrc/net/p5-Socket6/Makefile:1.43 Wed Jun  8 19:24:15 2016
+++ pkgsrc/net/p5-Socket6/Makefile      Thu Jul 21 12:51:12 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2016/06/08 19:24:15 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2016/07/21 12:51:12 wiz Exp $
 
-DISTNAME=              Socket6-0.27
+DISTNAME=              Socket6-0.28
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            net perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Socket6/}
 
@@ -24,7 +23,6 @@ MAKE_ENV+=            CCFLAGS="${CFLAGS} ${CPPFLAG
 .if ${OPSYS} == "AIX" && ${PKGSRC_COMPILER} == "xlc"
 MAKE_ENV+=             CC="cc_r"
 .endif
-cc=cc_r
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/p5-Socket6/distinfo
diff -u pkgsrc/net/p5-Socket6/distinfo:1.13 pkgsrc/net/p5-Socket6/distinfo:1.14
--- pkgsrc/net/p5-Socket6/distinfo:1.13 Fri Apr  8 15:13:16 2016
+++ pkgsrc/net/p5-Socket6/distinfo      Thu Jul 21 12:51:12 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2016/04/08 15:13:16 wiz Exp $
+$NetBSD: distinfo,v 1.14 2016/07/21 12:51:12 wiz Exp $
 
-SHA1 (Socket6-0.27.tar.gz) = f7d2b7628ab9873c4ba9410c336ed44640695225
-RMD160 (Socket6-0.27.tar.gz) = 69738c65fd1904491b7c84b79b028a05a04bebef
-SHA512 (Socket6-0.27.tar.gz) = 8431d3d3d48da0b55dbe5478f9226ddb77bc2fbd2db164683312d51446dfdf52c2f596ff1ee7287a4321386579db8713169eabf65b93ff900808ca311cefe6d5
-Size (Socket6-0.27.tar.gz) = 64936 bytes
+SHA1 (Socket6-0.28.tar.gz) = 5903fbf53e0e25623bf71c252c3a073389686ed0
+RMD160 (Socket6-0.28.tar.gz) = 8497de1d6edda53d28e214937d13172cab6e199b
+SHA512 (Socket6-0.28.tar.gz) = 6f7ea283b0eabbe3051ec6d54e070a0290aa1cec6bb82b949a5a23b38b591766d19d2ae7e085c86cf44dac19784c5df3c2bf25a011b77281d5cb7d025beaafce
+Size (Socket6-0.28.tar.gz) = 65567 bytes
 SHA1 (patch-aa) = f9de0f5bd6f862129069f9617531260d8d821da8



Home | Main Index | Thread Index | Old Index