svn commit: r463773 - head/emulators/mupen64plus-qt

Mark Linimon linimon at FreeBSD.org
Wed Mar 7 01:37:10 UTC 2018


Author: linimon
Date: Wed Mar  7 01:37:09 2018
New Revision: 463773
URL: https://svnweb.freebsd.org/changeset/ports/463773

Log:
  Extend expiration time per PR 224942 noting that a fix is available.
  
  PR:		224942
  Submitted by:	maintainer

Modified:
  head/emulators/mupen64plus-qt/Makefile

Modified: head/emulators/mupen64plus-qt/Makefile
==============================================================================
--- head/emulators/mupen64plus-qt/Makefile	Wed Mar  7 00:46:59 2018	(r463772)
+++ head/emulators/mupen64plus-qt/Makefile	Wed Mar  7 01:37:09 2018	(r463773)
@@ -11,7 +11,7 @@ LICENSE=	BSD3CLAUSE
 
 BROKEN=		wrong dependencies, mupen64plus executable is not provided by emulators/mupen64plus
 DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2018-03-19
+EXPIRATION_DATE=	2018-05-19
 
 LIB_DEPENDS=	libquazip.so:archivers/quazip
 RUN_DEPENDS=	mupen64plus:emulators/mupen64plus


More information about the svn-ports-all mailing list