Remove non working check-latest

This commit is contained in:
Baptiste Daroussin 2014-12-25 23:04:15 +00:00
parent e263287c61
commit ae8a3f94e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375611

View File

@ -336,15 +336,4 @@ BUILD_DEPENDS+= ${${_module}_BUILD_DEPENDS}
RUN_DEPENDS+= ${LIB_PC_DEPENDS}
BUILD_DEPENDS+= ${LIB_PC_DEPENDS}
.if !target(check-latest)
check-latest:
@AVAIL_VER=`fetch -qo - http://xorg.freedesktop.org/releases/individual/${XORG_CAT}/ | sed -ne 's/.*${PORTNAME}-\(.*\).tar.bz2\".*/\1/p'` && \
${ECHO_CMD} "Available versions for ${PORTNAME} are: $${AVAIL_VER}." && \
for ver in $${AVAIL_VER}; do \
if [ `pkg_version -t $$ver ${PORTVERSION}` = ">" ]; then \
${ECHO_CMD} "${PORTNAME} $$ver is newer than current version."; \
fi; \
done
.endif
.endif