svn commit: r306584 - head/x11-toolkits/fltk11

Baptiste Daroussin bapt at FreeBSD.org
Sun Oct 28 22:00:45 UTC 2012


Author: bapt
Date: Sun Oct 28 22:00:44 2012
New Revision: 306584
URL: http://svn.freebsd.org/changeset/ports/306584

Log:
  Fix typo in expiration macro, change date to make it expires in 1 month
  
  Approved by:	db (maintainer)
  Feature safe:	yes

Modified:
  head/x11-toolkits/fltk11/Makefile

Modified: head/x11-toolkits/fltk11/Makefile
==============================================================================
--- head/x11-toolkits/fltk11/Makefile	Sun Oct 28 21:59:14 2012	(r306583)
+++ head/x11-toolkits/fltk11/Makefile	Sun Oct 28 22:00:44 2012	(r306584)
@@ -37,7 +37,7 @@ OPORTNAME=	fltk
 WRKSRC=		${WRKDIR}/${OPORTNAME}-${PORTVERSION}
 
 DEPRECATED=	new code should use /x11-toolkits/fltk
-EXPIRATION=	2013-01-01
+EXPIRATION_DATE=	2012-11-28
 
 post-patch:
 	${REINPLACE_CMD} -e '30s/test //' ${WRKSRC}/Makefile


More information about the svn-ports-all mailing list