svn commit: r354806 - head/devel/p5-Devel-PPPort

Philippe Audeoud jadawin at FreeBSD.org
Thu May 22 08:43:41 UTC 2014


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


More information about the svn-ports-all mailing list