Date: Thu, 8 Feb 2018 18:52:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461260 - head/www/rubygem-scrapi Message-ID: <201802081852.w18Iq0qs082651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802081852.w18Iq0qs082651>