svn commit: r380023 - head/graphics/p5-Image-Imlib2

Adam Weinberger adamw at FreeBSD.org
Thu Feb 26 16:45:18 UTC 2015


Author: adamw
Date: Thu Feb 26 16:45:17 2015
New Revision: 380023
URL: https://svnweb.freebsd.org/changeset/ports/380023
QAT: https://qat.redports.org/buildarchive/r380023/

Log:
  Remove build dependency on p5-Test-Simple.
  
  As long as the PORTREVISION is getting bumped, stop installing CHANGES.

Modified:
  head/graphics/p5-Image-Imlib2/Makefile

Modified: head/graphics/p5-Image-Imlib2/Makefile
==============================================================================
--- head/graphics/p5-Image-Imlib2/Makefile	Thu Feb 26 16:36:48 2015	(r380022)
+++ head/graphics/p5-Image-Imlib2/Makefile	Thu Feb 26 16:45:17 2015	(r380023)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Image-Imlib2
 PORTVERSION=	2.03
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,21 +11,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl interface to the Imlib2 image library
 
-BUILD_DEPENDS+=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 LIB_DEPENDS=	libImlib2.so:${PORTSDIR}/graphics/imlib2
 
 USES=		perl5
 USE_PERL5=	modbuild
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
+OPTIONS_DEFINE=	EXAMPLES
 
-PORTDOCS=	CHANGES
 EXAMPLES=	examples/benchmark.pl examples/benchmark.txt examples/maeda.pl
 
 post-install:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
 	@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."


More information about the svn-ports-head mailing list