diff options
author | gerald <gerald@FreeBSD.org> | 2009-02-23 05:58:29 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-02-23 05:58:29 +0800 |
commit | ebc101cc7bb464e4b37c1def3e694f608e12e5e6 (patch) | |
tree | 1d39b5800f91e8d975a861858d43b9f020b3fedf /comms | |
parent | ec8e00bb01ecbc8423f6374f9118b810e5187f63 (diff) | |
download | freebsd-ports-gnome-ebc101cc7bb464e4b37c1def3e694f608e12e5e6.tar.gz freebsd-ports-gnome-ebc101cc7bb464e4b37c1def3e694f608e12e5e6.tar.zst freebsd-ports-gnome-ebc101cc7bb464e4b37c1def3e694f608e12e5e6.zip |
Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, mostly dead upstream, and requiring gcc295 which fails
to build itself (and does not support current version of FreeBSD nor most
primary targets).
EXPIRATION_DATE=2009-03-22
Move maintainership back to the ports@ pool.
Approved by: Maurice Castro <maurice@castro.aus.net> (maintainer)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/plp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/plp/Makefile b/comms/plp/Makefile index 40dfa5eea27d..344c972539cf 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -14,9 +14,12 @@ MASTER_SITES= http://www.proudman51.freeserve.co.uk/psion/ \ MASTER_SITE_SUBDIR= kris DISTNAME= ${PORTNAME}_1_8 -MAINTAINER= maurice@castro.aus.net +MAINTAINER= ports@FreeBSD.org COMMENT= Transfer data between a Psion Series 5(mx) and Unix +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months +EXPIRATION_DATE=2009-03-22 + USE_GMAKE= yes USE_GCC= 2.95 |