svn commit: r375611 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Thu Dec 25 23:04:16 UTC 2014
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
More information about the svn-ports-all
mailing list