Date: Thu, 25 Dec 2014 23:04:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375611 - head/Mk Message-ID: <201412252304.sBPN4Gew003907@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 25 23:04:15 2014 New Revision: 375611 URL: https://svnweb.freebsd.org/changeset/ports/375611 QAT: https://qat.redports.org/buildarchive/r375611/ Log: Remove non working check-latest Modified: head/Mk/bsd.xorg.mk Modified: head/Mk/bsd.xorg.mk ============================================================================== --- head/Mk/bsd.xorg.mk Thu Dec 25 22:48:42 2014 (r375610) +++ head/Mk/bsd.xorg.mk Thu Dec 25 23:04:15 2014 (r375611) @@ -336,15 +336,4 @@ BUILD_DEPENDS+= ${${_module}_BUILD_DEP 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412252304.sBPN4Gew003907>