From owner-svn-ports-head@FreeBSD.ORG Mon Jun 10 13:32:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 90EEFED; Mon, 10 Jun 2013 13:32:08 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 699BA185E; Mon, 10 Jun 2013 13:32:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5ADW8ZH087480; Mon, 10 Jun 2013 13:32:08 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5ADW7ve087477; Mon, 10 Jun 2013 13:32:07 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201306101332.r5ADW7ve087477@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Jun 2013 13:32:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320473 - in head: audio/q-audio graphics/q-graph lang/q 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.14 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: Mon, 10 Jun 2013 13:32:08 -0000 Author: gahr Date: Mon Jun 10 13:32:07 2013 New Revision: 320473 URL: http://svnweb.freebsd.org/changeset/ports/320473 Log: - Remove trailing period from DEPRECATED line Modified: head/audio/q-audio/Makefile head/graphics/q-graph/Makefile head/lang/q/Makefile Modified: head/audio/q-audio/Makefile ============================================================================== --- head/audio/q-audio/Makefile Mon Jun 10 13:30:44 2013 (r320472) +++ head/audio/q-audio/Makefile Mon Jun 10 13:32:07 2013 (r320473) @@ -12,7 +12,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${P MAINTAINER= gahr@FreeBSD.org COMMENT= Q-Audio -- digital audio interface for the Q language -DEPRECATED= Q-Lang is no longer supported. See lang/pure instead. +DEPRECATED= Q-Lang is no longer supported. See lang/pure instead EXPIRATION_DATE=2013-08-10 LIB_DEPENDS= q.8:${PORTSDIR}/lang/q \ Modified: head/graphics/q-graph/Makefile ============================================================================== --- head/graphics/q-graph/Makefile Mon Jun 10 13:30:44 2013 (r320472) +++ head/graphics/q-graph/Makefile Mon Jun 10 13:32:07 2013 (r320473) @@ -15,7 +15,7 @@ PKGNAMEPREFIX= q- MAINTAINER= gahr@FreeBSD.org COMMENT= Q-Graph -- graph library and editor for the Q language -DEPRECATED= Q-Lang is no longer supported. See lang/pure instead. +DEPRECATED= Q-Lang is no longer supported. See lang/pure instead EXPIRATION_DATE=2013-08-10 LIB_DEPENDS= q.8:${PORTSDIR}/lang/q Modified: head/lang/q/Makefile ============================================================================== --- head/lang/q/Makefile Mon Jun 10 13:30:44 2013 (r320472) +++ head/lang/q/Makefile Mon Jun 10 13:32:07 2013 (r320473) @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}-lang/${PORT MAINTAINER= gahr@FreeBSD.org COMMENT= Q -- equational programming language -DEPRECATED= Q-Lang is no longer supported. See lang/pure instead. +DEPRECATED= Q-Lang is no longer supported. See lang/pure instead EXPIRATION_DATE=2013-08-10 LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \