java/jakarta-struts: Mark deprecated
PR: 208462
This commit is contained in:
parent
eb0ab30e9f
commit
c92a311115
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421710
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ JAVASHAREDIR= share/java
|
|||
TDIR= ${JAVASHAREDIR}/${PKGNAME}
|
||||
PLIST_SUB+= T=${TDIR}
|
||||
|
||||
DEPRECATED= Port is unmaintained and has known security vulnerabilites
|
||||
EXPIRATION_DATE=2016-12-01
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${FIND} . -type d -exec ${INSTALL} -d ${STAGEDIR}${PREFIX}/${TDIR}/'{}' \; && \
|
||||
${FIND} . -type f -exec ${INSTALL_DATA} '{}' ${STAGEDIR}${PREFIX}/${TDIR}/'{}' \;
|
||||
|
|
Loading…
Reference in a new issue