svn commit: r461260 - head/www/rubygem-scrapi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 8 18:52:04 UTC 2018


Author: sunpoet
Date: Thu Feb  8 18:52:00 2018
New Revision: 461260
URL: https://svnweb.freebsd.org/changeset/ports/461260

Log:
  Align EXPIRATION_DATE
  
  It depends on rubygem-tidy whose EXPIRATION_DATE is 2018-02-12.

Modified:
  head/www/rubygem-scrapi/Makefile

Modified: head/www/rubygem-scrapi/Makefile
==============================================================================
--- head/www/rubygem-scrapi/Makefile	Thu Feb  8 18:51:55 2018	(r461259)
+++ head/www/rubygem-scrapi/Makefile	Thu Feb  8 18:52:00 2018	(r461260)
@@ -20,7 +20,7 @@ USES=		gem
 PLIST_FILES=	${GEM_LIB_DIR}/lib/tidy/libtidy.so
 
 DEPRECATED=	No longer maintained upstream
-EXPIRATION_DATE=2018-02-10
+EXPIRATION_DATE=2018-02-12
 
 post-install:
 	${RM} ${LOCALBASE}/${GEM_LIB_DIR}/lib/tidy/libtidy.dll


More information about the svn-ports-head mailing list