Remove non working check-latest
This commit is contained in:
parent
e263287c61
commit
ae8a3f94e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375611
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user