diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/qore-json-module/Makefile | 4 | ||||
-rw-r--r-- | textproc/qore-xml-module/Makefile | 4 | ||||
-rw-r--r-- | textproc/qore-yaml-module/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/qore-json-module/Makefile b/textproc/qore-json-module/Makefile index 5d97f6ced21..027fea40a95 100644 --- a/textproc/qore-json-module/Makefile +++ b/textproc/qore-json-module/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/20 13:05:12 nros Exp $ +# $NetBSD: Makefile,v 1.4 2016/08/07 11:44:43 nros Exp $ DISTNAME= qore-json-module-1.5 CATEGORIES= textproc @@ -8,7 +8,7 @@ GITHUB_PROJECT= module-json GITHUB_RELEASE= v${PKGVERSION_NOREV} -MAINTAINER= nros@netbsd.org +MAINTAINER= nros@NetBSD.org COMMENT= JSON module for Qore HOMEPAGE= http://www.qore.org/ LICENSE= gnu-lgpl-v2.1 OR mit diff --git a/textproc/qore-xml-module/Makefile b/textproc/qore-xml-module/Makefile index 9c6e19f0e52..920a018f821 100644 --- a/textproc/qore-xml-module/Makefile +++ b/textproc/qore-xml-module/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/22 12:22:43 nros Exp $ +# $NetBSD: Makefile,v 1.4 2016/08/07 11:44:43 nros Exp $ DISTNAME= qore-xml-module-1.3 CATEGORIES= textproc @@ -8,7 +8,7 @@ GITHUB_PROJECT= module-xml GITHUB_RELEASE= v${PKGVERSION_NOREV} -MAINTAINER= nros@netbsd.org +MAINTAINER= nros@NetBSD.org COMMENT= XML module for Qore HOMEPAGE= http://www.qore.org/ LICENSE= gnu-lgpl-v2.1 OR mit diff --git a/textproc/qore-yaml-module/Makefile b/textproc/qore-yaml-module/Makefile index 1b09af9920e..02195d4c526 100644 --- a/textproc/qore-yaml-module/Makefile +++ b/textproc/qore-yaml-module/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/07/22 12:39:22 nros Exp $ +# $NetBSD: Makefile,v 1.4 2016/08/07 11:44:43 nros Exp $ DISTNAME= qore-yaml-module-0.5 CATEGORIES= textproc @@ -7,7 +7,7 @@ EXTRACT_SUFX= .tar.bz2 GITHUB_PROJECT= module-yaml GITHUB_RELEASE= v${PKGVERSION_NOREV} -MAINTAINER= nros@netbsd.org +MAINTAINER= nros@NetBSD.org COMMENT= Yaml module for Qore HOMEPAGE= http://www.qore.org/ LICENSE= gnu-lgpl-v2.1 OR mit |