From cfe33f7a0a85984afba5ca0034d276f9af6e1025 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Fri, 21 Oct 2011 13:21:45 +0000 Subject: [PATCH] - Fixed MASTER_SITES - Marked deprecated (chase upstream) and scheduled for removal on 2011-11-30 --- databases/pear-Doctrine/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/databases/pear-Doctrine/Makefile b/databases/pear-Doctrine/Makefile index 2782b747b30d..06abe1df23c8 100644 --- a/databases/pear-Doctrine/Makefile +++ b/databases/pear-Doctrine/Makefile @@ -8,7 +8,7 @@ PORTNAME= Doctrine PORTVERSION= 1.1.6 CATEGORIES= databases pear -MASTER_SITES= http://pear.phpdoctrine.org/get/ \ +MASTER_SITES= http://www.doctrine-project.org/downloads/ \ LOCAL/glarkin PORTSCOUT= limit:^1\.1\. @@ -31,6 +31,9 @@ SUB_LIST+= CHANNEL=${CHANNEL} PKGINSTALL= ${WRKDIR}/pear-install PKGDEINSTALL= ${WRKDIR}/pear-deinstall +DEPRECATED= Please upgrade to 1.2.x: http://svn.doctrine-project.org/tags/1.2.4/UPGRADE_TO_1_2 +EXPIRATION_DATE=2011-11-30 + .include DEFAULT_PHP_VER=5