diff options
author | linimon <linimon@FreeBSD.org> | 2005-04-08 14:21:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-04-08 14:21:56 +0800 |
commit | 6ce041be1de2e0c3336b48fc9e59e0857a9358a4 (patch) | |
tree | 3ce8e23130733d5133bf0475603a240da6c8c172 /devel/aegis | |
parent | 202adb5bd30c57f4e2143a082dc60a342cec0c8b (diff) | |
download | freebsd-ports-graphics-6ce041be1de2e0c3336b48fc9e59e0857a9358a4.tar.gz freebsd-ports-graphics-6ce041be1de2e0c3336b48fc9e59e0857a9358a4.tar.zst freebsd-ports-graphics-6ce041be1de2e0c3336b48fc9e59e0857a9358a4.zip |
At maintainer's request, reassign to ports@FreeBSD.org. This port is
now available for adoption. However, from his email:
I have looked at the problem for a while myself. and also notified
the upstream community both of the problem, and of my wish to drop
maintainership.
Nobody has expressed an interest in either fixing the issue or in
taking over the port, so I don't think the users of the software care
whether there's a FreeBSD port or not. Either that or they don't care
about it enough to read the aegis-users mailing list.
I would therefore like you to change maintainer to ports@, mark the
thing as BROKEN, and schedule it for removal.
Diffstat (limited to 'devel/aegis')
-rw-r--r-- | devel/aegis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile index 74e5b139b62..77af221b424 100644 --- a/devel/aegis/Makefile +++ b/devel/aegis/Makefile @@ -11,10 +11,12 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= vance@aurema.com +MAINTAINER= ports@FreeBSD.org COMMENT= Transaction-based software configuration management system BROKEN= Changes ownership of installed locale files +DEPRECATED= "install problems\; upstream authors have not responded" +EXPIRATION_DATE= 2005-06-06 USE_GETTEXT= yes GNU_CONFIGURE= yes |