From owner-svn-ports-all@FreeBSD.ORG Sat Jan 25 05:47:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D458C84; Sat, 25 Jan 2014 05:47:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 08CEE11A1; Sat, 25 Jan 2014 05:47:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0P5ll1v038691; Sat, 25 Jan 2014 05:47:47 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0P5ll9c038690; Sat, 25 Jan 2014 05:47:47 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201401250547.s0P5ll9c038690@svn.freebsd.org> From: Alex Kozlov Date: Sat, 25 Jan 2014 05:47:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340988 - head/graphics/wmgrabimage X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2014 05:47:48 -0000 Author: ak Date: Sat Jan 25 05:47:47 2014 New Revision: 340988 URL: http://svnweb.freebsd.org/changeset/ports/340988 QAT: https://qat.redports.org/buildarchive/r340988/ Log: - Deprecate and set expiration date to 2014-02-25: No more public distfiles PR: ports/186073 Submitted by: Sascha Holzleiter (maintainer) Modified: head/graphics/wmgrabimage/Makefile Modified: head/graphics/wmgrabimage/Makefile ============================================================================== --- head/graphics/wmgrabimage/Makefile Sat Jan 25 05:39:09 2014 (r340987) +++ head/graphics/wmgrabimage/Makefile Sat Jan 25 05:47:47 2014 (r340988) @@ -11,6 +11,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= sascha@root-login.org COMMENT= Monitor your favorite web image +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-02-25 + RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick WRKSRC= ${WRKDIR}/${DISTNAME}/wmGrabImage