svn commit: r425370 - head/audio/lv2core

Jan Beich jbeich at FreeBSD.org
Sat Nov 5 02:21:29 UTC 2016


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
 


More information about the svn-ports-head mailing list