svn commit: r335763 - head/devel/p5-Proc-ProcessTable

Philippe Audéoud jadawin at FreeBSD.org
Fri Dec 6 15:47:58 UTC 2013


On Fri, 06 Dec 2013, Sunpoet Po-Chuan Hsieh wrote:

> Author: sunpoet
> Date: Fri Dec  6 15:33:41 2013
> New Revision: 335763
> URL: http://svnweb.freebsd.org/changeset/ports/335763
> 
> Log:
>   - Update to 0.49
>   - Add LICENSE
>   - Convert to new options framework
>   
>   Changes:	http://search.cpan.org/dist/Proc-ProcessTable/Changes
> 
> Modified:
>   head/devel/p5-Proc-ProcessTable/Makefile
>   head/devel/p5-Proc-ProcessTable/distinfo   (contents, props changed)
> 
> Modified: head/devel/p5-Proc-ProcessTable/Makefile
> ==============================================================================
> --- head/devel/p5-Proc-ProcessTable/Makefile	Fri Dec  6 15:28:53 2013	(r335762)
> +++ head/devel/p5-Proc-ProcessTable/Makefile	Fri Dec  6 15:33:41 2013	(r335763)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	Proc-ProcessTable
> -PORTVERSION=	0.48
> +PORTVERSION=	0.49
>  CATEGORIES=	devel perl5
>  MASTER_SITES=	CPAN
>  MASTER_SITE_SUBDIR=	CPAN:JWB
> @@ -11,15 +11,20 @@ PKGNAMEPREFIX=	p5-
>  MAINTAINER=	perl at FreeBSD.org
>  COMMENT=	Perl interface to the unix process table
>  
> -USES=		perl5
> +LICENSE=	ART10 GPLv1
> +LICENSE_COMB=	dual
> +
> +OPTIONS_DEFINE=	DOCS
> +
> +USES=		perl5 shebangfix
>  USE_PERL5=	configure
>  
>  PORTDOCS=	README README.freebsd-kvm README.freebsd-procfs
>  
> -.if !defined(NOPORTDOCS)
> +SHEBANG_FILES=	example.pl
> +
>  post-install:
>  	@${MKDIR} ${STAGEDIR}${DOCSDIR}
>  	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
> -.endif
>  
>  .include <bsd.port.mk>
> 
> Modified: head/devel/p5-Proc-ProcessTable/distinfo
> ==============================================================================
> --- head/devel/p5-Proc-ProcessTable/distinfo	Fri Dec  6 15:28:53 2013	(r335762)
> +++ head/devel/p5-Proc-ProcessTable/distinfo	Fri Dec  6 15:33:41 2013	(r335763)
> @@ -1,2 +1,2 @@
> -SHA256 (Proc-ProcessTable-0.48.tar.gz) = 4175789ee35abeb99071b41b989ff8c52d119058a12502975d34431c77e8340c
> -SIZE (Proc-ProcessTable-0.48.tar.gz) = 70706
> +SHA256 (Proc-ProcessTable-0.49.tar.gz) = ed8ff78c691d5509dd44e90159bb5fc7e7dc83cb752e8e547825272dc9fda4e1
> +SIZE (Proc-ProcessTable-0.49.tar.gz) = 70865

Hello,

I don't see any official version for 0.49.
http://search.cpan.org/dist/Proc-ProcessTable/

Are you sure this commit is ok?

Regards,

-- 
Philippe Audéoud


More information about the svn-ports-head mailing list