svn commit: r320473 - in head: audio/q-audio graphics/q-graph lang/q

Pietro Cerutti gahr at FreeBSD.org
Mon Jun 10 13:32:08 UTC 2013


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 at 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 at 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 at 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 \


More information about the svn-ports-all mailing list