diff options
author | bapt <bapt@FreeBSD.org> | 2018-02-07 18:06:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2018-02-07 18:06:07 +0800 |
commit | d6204df3c6695ee7b818ebaaa7c369c3d63e00c1 (patch) | |
tree | 2cf904b7c92455d36fcbeef350850a0c8d99c1ed /www/extjs | |
parent | fcb0441f9032c946bbf1ff8155dade69f48abf6d (diff) | |
download | freebsd-ports-gnome-d6204df3c6695ee7b818ebaaa7c369c3d63e00c1.tar.gz freebsd-ports-gnome-d6204df3c6695ee7b818ebaaa7c369c3d63e00c1.tar.zst freebsd-ports-gnome-d6204df3c6695ee7b818ebaaa7c369c3d63e00c1.zip |
Mark as deprecated ports providing webapps and setting ownership of the files
to the www user. This is a bad practice and should get cleaned out in the tree
For the maintained ports, their maintainer will be contacted soon
Diffstat (limited to 'www/extjs')
-rw-r--r-- | www/extjs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/extjs/Makefile b/www/extjs/Makefile index b31fb5c40a09..e396b6bcdf02 100644 --- a/www/extjs/Makefile +++ b/www/extjs/Makefile @@ -12,6 +12,9 @@ DISTNAME= ext-${PORTVERSION}-gpl MAINTAINER= ports@FreeBSD.org COMMENT= JavaScript platform for rapid development of cross-browser web apps +EXPIRATION_DATE= 2018-03-07 +DEPRECATED= Unmaintained, all www files wrongly belongs to www user. + LICENSE= GPLv3 WRKSRC= ${WRKDIR}/ext-${PORTVERSION}.1144 |