diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-26 07:04:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-26 07:04:15 +0800 |
commit | 10428f86a46b013552c174c0ac1df16d349e25dc (patch) | |
tree | 3ef96b7a764533e4a3dcffe70204a5cdd6fda4da /Mk | |
parent | f5d4c38e55eacb7a49ca4747c374aeaf9c441159 (diff) | |
download | freebsd-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.mk | 11 |
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 |