diff options
author | nros <nros> | 2016-08-07 11:44:42 +0000 |
---|---|---|
committer | nros <nros> | 2016-08-07 11:44:42 +0000 |
commit | 3441c46c4713903766efaf02310623b8c85890e8 (patch) | |
tree | faba9b186dfe1b3f3c757d87e9630389923c3f26 /textproc | |
parent | 1a13a252e3f5b2662d51221b56d348f0b627e6f2 (diff) | |
download | pkgsrc-3441c46c4713903766efaf02310623b8c85890e8.tar.gz |
email style fix
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 |