summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-08-09 09:10:35 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-08-09 09:10:35 +0000
commit28e4aa197e10bbe750d4c2b6acaf95917d70872c (patch)
treea614709ad04c6c8ce84e5bba1195954676586eca
parent- Fix build on HEAD. Testing wanted! (diff)
This port has been BROKEN for 4 months with no expectation that it will be
fixed upstream. Set DEPRACATED and a 1 month EXPIRATION_DATE. Approved by: maintainer
-rw-r--r--devel/pecl-svn/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pecl-svn/Makefile b/devel/pecl-svn/Makefile
index 6633e4398952..43c75cd4483b 100644
--- a/devel/pecl-svn/Makefile
+++ b/devel/pecl-svn/Makefile
@@ -23,5 +23,7 @@ USE_PHP= yes
USE_PHPEXT= yes
BROKEN= does not compile with subversion-1.6
+DEPRECATED= ${BROKEN}
+EXPIRATION_DATE= 2009-09-09
.include <bsd.port.mk>