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/bblog | |
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/bblog')
-rw-r--r-- | www/bblog/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/bblog/Makefile b/www/bblog/Makefile index 786fee36f113..1425426079b6 100644 --- a/www/bblog/Makefile +++ b/www/bblog/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTNAME}%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Elegant personal publishing system with Smarty +EXPIRATION_DATE= 2018-03-07 +DEPRECATED= Unmaintained, all www files wrongly belongs to www user. + IGNORE_WITH_PHP= 70 71 72 USES= php:web |