Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 2009 12:50:10 GMT
From:      Edmondas Girkantas <eg@fbsd.lt>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/137575: [UPDATE] net/p5-Socket-Class to 2.254
Message-ID:  <200908091250.n79CoA6J054339@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/137575; it has been noted by GNATS.

From: Edmondas Girkantas <eg@fbsd.lt>
To: bug-followup@FreeBSD.org, eg@fbsd.lt
Cc:  
Subject: Re: ports/137575: [UPDATE] net/p5-Socket-Class to 2.254
Date: Sun, 09 Aug 2009 13:26:21 +0300

 This is a multi-part message in MIME format.
 --------------080206080606090509010109
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 I found a small mistake in my previous patch, there is no need
 to remove .packlist file. I've attached fixed patch for this.
 
 
 
 
 
 --------------080206080606090509010109
 Content-Type: text/plain;
  name="p5-Socket-Class.diff.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="p5-Socket-Class.diff.txt"
 
 diff -ruN p5-Socket-Class.orig/Makefile p5-Socket-Class/Makefile
 --- p5-Socket-Class.orig/Makefile	2009-08-09 13:22:34.000000000 +0300
 +++ p5-Socket-Class/Makefile	2009-08-09 13:23:43.000000000 +0300
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	Socket-Class
 -PORTVERSION=	2.21
 +PORTVERSION=	2.254
  CATEGORIES=	net perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 @@ -17,6 +17,7 @@
  PERL_CONFIGURE=	yes
  
  MAN3=		Socket::Class::Const.3 \
 +		Socket::Class::CTX.3 \
  		Socket::Class::SSL.3 \
  		Socket::Class.3
  
 diff -ruN p5-Socket-Class.orig/distinfo p5-Socket-Class/distinfo
 --- p5-Socket-Class.orig/distinfo	2009-08-09 13:22:34.000000000 +0300
 +++ p5-Socket-Class/distinfo	2009-08-09 13:23:43.000000000 +0300
 @@ -1,3 +1,3 @@
 -MD5 (Socket-Class-2.21.tar.gz) = d4975971dbb52f6757f130dc7ec5413e
 -SHA256 (Socket-Class-2.21.tar.gz) = ff3bdf08cb26c5917584bddfdb6db90787ab90266e2886e738e6ad2c86397fef
 -SIZE (Socket-Class-2.21.tar.gz) = 3509085
 +MD5 (Socket-Class-2.254.tar.gz) = 13052c83a56935c07d3098a36edd6e45
 +SHA256 (Socket-Class-2.254.tar.gz) = 7ee53b7739f8ba39e2e6d6443f4f6f36c6010d0c8b40df31b619b2c761bd3919
 +SIZE (Socket-Class-2.254.tar.gz) = 3518158
 diff -ruN p5-Socket-Class.orig/pkg-plist p5-Socket-Class/pkg-plist
 --- p5-Socket-Class.orig/pkg-plist	2009-08-09 13:22:34.000000000 +0300
 +++ p5-Socket-Class/pkg-plist	2009-08-09 13:24:29.000000000 +0300
 @@ -7,8 +7,12 @@
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/SSL/SSL.so
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/SSL/SSL.bs
  %%SITE_PERL%%/%%PERL_ARCH%%/Socket/Class.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/Socket/Class.pod
 +%%SITE_PERL%%/%%PERL_ARCH%%/Socket/Class/CTX.pod
  %%SITE_PERL%%/%%PERL_ARCH%%/Socket/Class/Const.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/Socket/Class/Const.pod
  %%SITE_PERL%%/%%PERL_ARCH%%/Socket/Class/SSL.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/Socket/Class/SSL.pod
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/SSL
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class/Const
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Socket/Class
 
 --------------080206080606090509010109--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908091250.n79CoA6J054339>