svn commit: r527254 - head/x11/arandr

Mateusz Piotrowski 0mp at FreeBSD.org
Thu Feb 27 13:21:52 UTC 2020


Author: 0mp
Date: Thu Feb 27 13:21:50 2020
New Revision: 527254
URL: https://svnweb.freebsd.org/changeset/ports/527254

Log:
  Postpone the expiration date of x11/arandr by 2 weeks
  
  There is already a patch upgrading x11/arandr to a version supporting
  Python 3. We need a litle bit more time in case the patch has to be
  approved by maintainer timeout.
  
  PR:		244324
  Approved by:	portmgr blanket

Modified:
  head/x11/arandr/Makefile

Modified: head/x11/arandr/Makefile
==============================================================================
--- head/x11/arandr/Makefile	Thu Feb 27 13:14:28 2020	(r527253)
+++ head/x11/arandr/Makefile	Thu Feb 27 13:21:50 2020	(r527254)
@@ -13,7 +13,7 @@ COMMENT=	Another XRandR GUI
 LICENSE=	GPLv3
 
 DEPRECATED=	Old, uses EOLed python27
-EXPIRATION_DATE=	2020-03-01
+EXPIRATION_DATE=	2020-03-15
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>0.6:textproc/py-docutils@${PY_FLAVOR}
 RUN_DEPENDS=	xrandr>0:x11/xrandr \


More information about the svn-ports-all mailing list