From owner-svn-ports-head@freebsd.org Fri May 6 10:17:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4651CB30144; Fri, 6 May 2016 10:17:43 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16AA519AE; Fri, 6 May 2016 10:17:43 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u46AHgYj010106; Fri, 6 May 2016 10:17:42 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u46AHgmN010105; Fri, 6 May 2016 10:17:42 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201605061017.u46AHgmN010105@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Fri, 6 May 2016 10:17:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414698 - head/www/p5-WWW-Google-Notebook X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2016 10:17:43 -0000 Author: lwhsu Date: Fri May 6 10:17:42 2016 New Revision: 414698 URL: https://svnweb.freebsd.org/changeset/ports/414698 Log: - Set EXPIRATION_DATE Modified: head/www/p5-WWW-Google-Notebook/Makefile Modified: head/www/p5-WWW-Google-Notebook/Makefile ============================================================================== --- head/www/p5-WWW-Google-Notebook/Makefile Fri May 6 10:13:55 2016 (r414697) +++ head/www/p5-WWW-Google-Notebook/Makefile Fri May 6 10:17:42 2016 (r414698) @@ -19,4 +19,7 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure +DEPRECATED= Google Notebook has shut down +EXPIRATION_DATE= 2016-06-30 + .include