ports/159562: [MAINTAINER] devel/p5-Object-Pluggable: minor amendments

Jase Thew freebsd at beardz.net
Sun Aug 7 00:20:11 UTC 2011


The following reply was made to PR ports/159562; it has been noted by GNATS.

From: Jase Thew <freebsd at beardz.net>
To: bug-followup at FreeBSD.org, freebsd at beardz.net
Cc:  
Subject: Re: ports/159562: [MAINTAINER] devel/p5-Object-Pluggable: minor amendments
Date: Sun, 07 Aug 2011 01:10:08 +0100

 This is a multi-part message in MIME format.
 --------------080409060003030307070501
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Please find attached a corrected patch (moved (BUILD|RUN_DEPENDS) to 
 correct location).
 
 --------------080409060003030307070501
 Content-Type: text/plain;
  name="p5-Object-Pluggable-1.29.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="p5-Object-Pluggable-1.29.patch"
 
 diff -ruN --exclude=CVS /usr/ports/devel/p5-Object-Pluggable.orig/Makefile /usr/ports/devel/p5-Object-Pluggable/Makefile
 --- /usr/ports/devel/p5-Object-Pluggable.orig/Makefile	2010-10-19 09:13:04.000000000 +0100
 +++ /usr/ports/devel/p5-Object-Pluggable/Makefile	2011-08-07 01:02:45.738440912 +0100
 @@ -9,13 +9,17 @@
  PORTVERSION=	1.29
  CATEGORIES=	devel perl5
  MASTER_SITES=	CPAN
 +MASTER_SITE_SUBDIR=	CPAN:HINRIK
  PKGNAMEPREFIX=	p5-
  
  MAINTAINER=	freebsd at beardz.net
  COMMENT=	A base class for creating plugin-enabled objects
  
  BUILD_DEPENDS=	p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
 -RUN_DEPENDS=	${BUILD_DEPENDS}
 +RUN_DEPENDS:=	${BUILD_DEPENDS}
 +
 +LICENSE=	ART10 GPLv1
 +LICENSE_COMB=	dual
  
  PERL_CONFIGURE=	yes
  
 
 --------------080409060003030307070501--


More information about the freebsd-perl mailing list