svn commit: r438951 - head/devel/libbinio

Emanuel Haupt ehaupt at FreeBSD.org
Thu Apr 20 14:20:32 UTC 2017


Author: ehaupt
Date: Thu Apr 20 14:20:30 2017
New Revision: 438951
URL: https://svnweb.freebsd.org/changeset/ports/438951

Log:
  Add PORTSCOUT to ignore invalid version

Modified:
  head/devel/libbinio/Makefile

Modified: head/devel/libbinio/Makefile
==============================================================================
--- head/devel/libbinio/Makefile	Thu Apr 20 13:44:37 2017	(r438950)
+++ head/devel/libbinio/Makefile	Thu Apr 20 14:20:30 2017	(r438951)
@@ -21,6 +21,8 @@ GH_TAGNAME=	${PORTNAME}-${PORTVERSION}
 
 INSTALL_TARGET=	install-strip
 
+PORTSCOUT=	skipv:start
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|^\(SUBDIRS\ =\).*|\1 src|' ${WRKSRC}/Makefile.am
 


More information about the svn-ports-all mailing list