Date: Thu, 22 May 2014 08:43:40 +0000 (UTC) From: Philippe Audeoud <jadawin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354806 - head/devel/p5-Devel-PPPort Message-ID: <201405220843.s4M8hfES024702@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jadawin Date: Thu May 22 08:43:40 2014 New Revision: 354806 URL: http://svnweb.freebsd.org/changeset/ports/354806 QAT: https://qat.redports.org/buildarchive/r354806/ Log: - Update to 3.24 - Convert to new options framework Modified: head/devel/p5-Devel-PPPort/Makefile head/devel/p5-Devel-PPPort/distinfo Modified: head/devel/p5-Devel-PPPort/Makefile ============================================================================== --- head/devel/p5-Devel-PPPort/Makefile Thu May 22 08:32:55 2014 (r354805) +++ head/devel/p5-Devel-PPPort/Makefile Thu May 22 08:43:40 2014 (r354806) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-PPPort -DISTVERSION= 3.22 +DISTVERSION= 3.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,11 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -.if !defined(NOPORTDOCS) +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + +.if ! ${PORT_OPTIONS:MDOCS} PORTDOCS= Changes README HACKERS TODO post-install: Modified: head/devel/p5-Devel-PPPort/distinfo ============================================================================== --- head/devel/p5-Devel-PPPort/distinfo Thu May 22 08:32:55 2014 (r354805) +++ head/devel/p5-Devel-PPPort/distinfo Thu May 22 08:43:40 2014 (r354806) @@ -1,2 +1,2 @@ -SHA256 (Devel-PPPort-3.22.tar.gz) = 22632bfad3f811fa4c0ee647435f656a558d5fe7f8a10ab9b9fde39c98459f56 -SIZE (Devel-PPPort-3.22.tar.gz) = 207524 +SHA256 (Devel-PPPort-3.24.tar.gz) = 59d5782911e880ecb0704ea59f98b377c617d1914e5b0d14bb68d6602cd4f18e +SIZE (Devel-PPPort-3.24.tar.gz) = 210060
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405220843.s4M8hfES024702>