From owner-svn-ports-all@freebsd.org Sat Nov 5 02:21:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9573DC2E2C2; Sat, 5 Nov 2016 02:21:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CD4CACB; Sat, 5 Nov 2016 02:21:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA52LSJY049561; Sat, 5 Nov 2016 02:21:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA52LStK049560; Sat, 5 Nov 2016 02:21:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201611050221.uA52LStK049560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 5 Nov 2016 02:21:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425370 - head/audio/lv2core X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 02:21:29 -0000 Author: jbeich Date: Sat Nov 5 02:21:28 2016 New Revision: 425370 URL: https://svnweb.freebsd.org/changeset/ports/425370 Log: audio/lv2core: oops, November 31 doesn't exist $ portlint FATAL: Makefile: [18]: EXPIRATION_DATE (2016-11-31) is either not in YYYY-MM-DD format or it is not a valid date. Reported by: dvl (via freshports) Modified: head/audio/lv2core/Makefile (contents, props changed) Modified: head/audio/lv2core/Makefile ============================================================================== --- head/audio/lv2core/Makefile Sat Nov 5 01:31:45 2016 (r425369) +++ head/audio/lv2core/Makefile Sat Nov 5 02:21:28 2016 (r425370) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= lv2 DEPRECATED= Superseded by audio/lv2 -EXPIRATION_DATE= 2016-11-31 +EXPIRATION_DATE= 2016-11-30 USES= pkgconfig python:build tar:bzip2 waf