Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2014 21:49:26 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368149 - head/www/rubygem-puma16
Message-ID:  <201409132149.s8DLnQ0a070992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 13 21:49:25 2014
New Revision: 368149
URL: http://svnweb.freebsd.org/changeset/ports/368149
QAT: https://qat.redports.org/buildarchive/r368149/

Log:
  Fix expiration syntax

Modified:
  head/www/rubygem-puma16/Makefile

Modified: head/www/rubygem-puma16/Makefile
==============================================================================
--- head/www/rubygem-puma16/Makefile	Sat Sep 13 21:47:30 2014	(r368148)
+++ head/www/rubygem-puma16/Makefile	Sat Sep 13 21:49:25 2014	(r368149)
@@ -22,6 +22,6 @@ PLIST_FILES=	bin/puma bin/pumactl
 PORTSCOUT=	ignore
 
 DEPRECATED=	Old version no longer needed
-EXPIRATION=	2014-10-01
+EXPIRATION_DATE=	2014-10-01
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409132149.s8DLnQ0a070992>