diff options
author | linimon <linimon@FreeBSD.org> | 2006-09-04 15:56:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-09-04 15:56:19 +0800 |
commit | 3780884810692d3f971ac69d5f5a27d8fc7be0b2 (patch) | |
tree | e95824a19a72ebda395a135a04ddb01e9005b364 /textproc/xmlada | |
parent | ca20de98dd3abf1236df19e4b58714a89813d438 (diff) | |
download | freebsd-ports-gnome-3780884810692d3f971ac69d5f5a27d8fc7be0b2.tar.gz freebsd-ports-gnome-3780884810692d3f971ac69d5f5a27d8fc7be0b2.tar.zst freebsd-ports-gnome-3780884810692d3f971ac69d5f5a27d8fc7be0b2.zip |
Rset inactive maintainer; mark as DEPRECATED since that version is no
longer available.
Hat: portmgr
Diffstat (limited to 'textproc/xmlada')
-rw-r--r-- | textproc/xmlada/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile index e741fb826bca..d2e8ff1e68d6 100644 --- a/textproc/xmlada/Makefile +++ b/textproc/xmlada/Makefile @@ -12,9 +12,12 @@ MASTER_SITES= https://libre2.adacore.com/${PORTNAME}/ DISTNAME= XmlAda-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= aidan@velvet.net +MAINTAINER= ports@FreeBSD.org COMMENT= An XML parsing library for Ada 95 +DEPRECATED= no longer available from mastersite; 2.0 is available +EXPIRATION_DATE= 2006-11-04 + BUILD_DEPENDS= gnatgcc:${PORTSDIR}/lang/gnat WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |