svn commit: r323378 - head/devel/ppl

Mark Linimon linimon at FreeBSD.org
Sun Jul 21 12:41:30 UTC 2013


Author: linimon
Date: Sun Jul 21 12:41:29 2013
New Revision: 323378
URL: http://svnweb.freebsd.org/changeset/ports/323378

Log:
  Maintainer's email address bounces.  While here, add expiration date
  since it does not build.
  
  Note: a 1.0 release has been available for over a year.

Modified:
  head/devel/ppl/Makefile

Modified: head/devel/ppl/Makefile
==============================================================================
--- head/devel/ppl/Makefile	Sun Jul 21 12:17:01 2013	(r323377)
+++ head/devel/ppl/Makefile	Sun Jul 21 12:41:29 2013	(r323378)
@@ -8,13 +8,15 @@ MASTER_SITES=	ftp://ftp.cs.unipr.it/pub/
 		http://www.cs.unipr.it/ppl/Download/ftp/releases/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION}
 
-MAINTAINER=	grosser at fim.uni-passau.de
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The Parma Polyhedra Library
 
 BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
 
-BROKEN=	fails to build
+BROKEN=		fails to build
+DEPRECATED=	obsolete version; fails to build
+EXPIRATION_DATE=	2013-09-21
 
 PWL_DOC_PREFIX=	share/doc/pwl
 


More information about the svn-ports-all mailing list