diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-04-14 02:48:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-04-14 02:48:05 +0000 |
commit | 3ef1f35af0592dc6510f817e2629c6eaea693a42 (patch) | |
tree | 422baa336c5e0c45078b3b56b08877589afbc66e | |
parent | Update to 1.02. (diff) |
Fix mastersite and mark deprecated. The distfile has not been updated
since 1999, and still depends on obsolete versions of Zope and Python.
Other alternatives are available from zope.org.
Notes
Notes:
svn path=/head/; revision=106978
-rw-r--r-- | databases/zpygresqlda/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/zpygresqlda/Makefile b/databases/zpygresqlda/Makefile index 4af78e785f06..3ff45916273e 100644 --- a/databases/zpygresqlda/Makefile +++ b/databases/zpygresqlda/Makefile @@ -9,12 +9,15 @@ PORTNAME= zpygresqlda PORTVERSION= 0.3.2 PORTREVISION= 2 CATEGORIES= databases www zope -MASTER_SITES= http://www.zope.org/Members/reedstrm/ZPyGreSQLDA-rjr/ +MASTER_SITES= http://www.zope.org/Members/reedstrm/ZPyGreSQLDA-rjr/0.3-rjr2/ DISTNAME= ZPyGreSQLDA-0.3-rjr2 MAINTAINER= ports@FreeBSD.org COMMENT= PostgreSQL database adapter for Zope +DEPRECATED= "depends on obsolete versions of Zope and Python" +EXPIRATION_DATE= "May 13 2004" + RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} |