aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-26 07:04:15 +0800
committerbapt <bapt@FreeBSD.org>2014-12-26 07:04:15 +0800
commit10428f86a46b013552c174c0ac1df16d349e25dc (patch)
tree3ef96b7a764533e4a3dcffe70204a5cdd6fda4da /Mk
parentf5d4c38e55eacb7a49ca4747c374aeaf9c441159 (diff)
downloadfreebsd-ports-gnome-10428f86a46b013552c174c0ac1df16d349e25dc.tar.gz
freebsd-ports-gnome-10428f86a46b013552c174c0ac1df16d349e25dc.tar.zst
freebsd-ports-gnome-10428f86a46b013552c174c0ac1df16d349e25dc.zip
Remove non working check-latest
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.xorg.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index b6b5694846f9..941505d3f50e 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -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