Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Aug 2011 01:40:12 GMT
From:      Jase Thew <freebsd@beardz.net>
To:        perl@FreeBSD.org
Subject:   Re: ports/159565: [MAINTAINER] devel/p5-POE-Loop-Glib: minor amendments
Message-ID:  <201108070140.p771eCHE048274@freefall.freebsd.org>

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

From: Jase Thew <freebsd@beardz.net>
To: bug-followup@FreeBSD.org, freebsd@beardz.net
Cc:  
Subject: Re: ports/159565: [MAINTAINER] devel/p5-POE-Loop-Glib: minor amendments
Date: Sun, 07 Aug 2011 02:30:07 +0100

 This is a multi-part message in MIME format.
 --------------000707000605030604020904
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Please find attached an updated patch that passes latest portlint(1) 
 tests (LICENSE section has now been moved to correct location).
 
 --------------000707000605030604020904
 Content-Type: text/plain;
  name="p5-POE-Loop-Glib.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="p5-POE-Loop-Glib.patch"
 
 --- /usr/ports/devel/p5-POE-Loop-Glib.orig/Makefile	2010-08-09 06:33:25.000000000 +0100
 +++ /usr/ports/devel/p5-POE-Loop-Glib/Makefile	2011-08-07 02:25:22.234371587 +0100
 @@ -9,15 +9,17 @@
  PORTVERSION=	0.038
  CATEGORIES=	devel perl5
  MASTER_SITES=	CPAN
 +MASTER_SITE_SUBDIR=	CPAN:APOCAL
  PKGNAMEPREFIX=	p5-
  
  MAINTAINER=	freebsd@beardz.net
  COMMENT=	A bridge that supports Glib event loop from POE
  
 -BUILD_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
 -		${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2
 -RUN_DEPENDS=	${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
 -		${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2
 +LICENSE=	GPLv2
 +
 +BUILD_DEPENDS=	p5-POE>=1.288:${PORTSDIR}/devel/p5-POE \
 +		p5-Glib2>=1.222:${PORTSDIR}/devel/p5-Glib2
 +RUN_DEPENDS:=	${BUILD_DEPENDS}
  
  PLIST_SUB=	EXAMPLESDIR="share/examples/${PORTNAME}"
  PERL_CONFIGURE=	yes
 @@ -26,6 +28,7 @@
  
  post-install:
  .ifndef(NOPORTEXAMPLES)
 +	@${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
  	@${MKDIR} ${EXAMPLESDIR}
  	${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}
  .endif
 
 --------------000707000605030604020904--



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