svn commit: r476486 - in branches/2018Q3/graphics/IPA: . files

Jason E. Hale jhale at FreeBSD.org
Mon Aug 6 03:06:13 UTC 2018


Author: jhale
Date: Mon Aug  6 03:06:12 2018
New Revision: 476486
URL: https://svnweb.freebsd.org/changeset/ports/476486

Log:
  MFH: r476485
  
  Fix build with Perl >= 5.26 - regular expression match was failing with
  newer MakeMaker which caused the objects to be written to the wrong location
  
  Add LICENSE - the README says it is licensed the same as Perl
  
  Approved by:	ports-secteam (blanket)

Added:
  branches/2018Q3/graphics/IPA/files/
     - copied from r476485, head/graphics/IPA/files/
Modified:
  branches/2018Q3/graphics/IPA/Makefile
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/graphics/IPA/Makefile
==============================================================================
--- branches/2018Q3/graphics/IPA/Makefile	Mon Aug  6 02:49:34 2018	(r476485)
+++ branches/2018Q3/graphics/IPA/Makefile	Mon Aug  6 03:06:12 2018	(r476486)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://www.prima.eu.org/IPA/ CPAN/Prima/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Image Processing Algorithms
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	p5-Prima>1.24:x11-toolkits/p5-Prima
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
@@ -21,10 +24,4 @@ MAKE_JOBS_UNSAFE=	yes
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/IPA/IPA.so
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 502600
-BROKEN=		Does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list