diff options
author | gahr <gahr@FreeBSD.org> | 2013-06-10 13:32:07 +0000 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-06-10 13:32:07 +0000 |
commit | 5072858a2b1f43f4fb0858518e48f4c72ace38a9 (patch) | |
tree | 573c994a422df006fc2187c7e3ed2ff09ac1e557 | |
parent | 5759206ece7f3f26a6da0fa73e453a361fd92692 (diff) | |
download | FreeBSD-ports-5072858a2b1f43f4fb0858518e48f4c72ace38a9.zip FreeBSD-ports-5072858a2b1f43f4fb0858518e48f4c72ace38a9.tar.gz |
- Remove trailing period from DEPRECATED line
-rw-r--r-- | audio/q-audio/Makefile | 2 | ||||
-rw-r--r-- | graphics/q-graph/Makefile | 2 | ||||
-rw-r--r-- | lang/q/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/q-audio/Makefile b/audio/q-audio/Makefile index 0c9f265..3ef9a73 100644 --- a/audio/q-audio/Makefile +++ b/audio/q-audio/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} 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 \ diff --git a/graphics/q-graph/Makefile b/graphics/q-graph/Makefile index f67be88..815d778 100644 --- a/graphics/q-graph/Makefile +++ b/graphics/q-graph/Makefile @@ -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 diff --git a/lang/q/Makefile b/lang/q/Makefile index 0d59654..ced62a0 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}-lang/${PORTNAME}/${PORTVERSION} 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 \ |