svn commit: r354841 - head/math/polymake

Antoine Brodin antoine at FreeBSD.org
Thu May 22 14:03:47 UTC 2014


Author: antoine
Date: Thu May 22 14:03:46 2014
New Revision: 354841
URL: http://svnweb.freebsd.org/changeset/ports/354841
QAT: https://qat.redports.org/buildarchive/r354841/

Log:
  Deprecate and set expiration date: Does not build with any supported
  version of Perl
  
  With hat:	portmgr

Modified:
  head/math/polymake/Makefile

Modified: head/math/polymake/Makefile
==============================================================================
--- head/math/polymake/Makefile	Thu May 22 13:58:50 2014	(r354840)
+++ head/math/polymake/Makefile	Thu May 22 14:03:46 2014	(r354841)
@@ -47,6 +47,8 @@ NO_STAGE=	yes
 .if ${PERL_LEVEL} >= 501400
 IGNORE=		does not build with Perl 5.14+
 .endif
+DEPRECATED=	Does not build with any supported version of Perl
+EXPIRATION_DATE=	2014-06-22
 
 pre-fetch:
 	@if [ ${MAKE_JOBS_NUMBER} -gt 1 ]; then \


More information about the svn-ports-head mailing list