diff options
author | taca <taca@pkgsrc.org> | 2011-11-08 15:37:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-11-08 15:37:33 +0000 |
commit | bb52e4f7a752f5e2ac1f16354d0f2b3697eac3b0 (patch) | |
tree | 0286d343c9b7bb896f6cd9ed6a8b20dd4ee56e2c /textproc | |
parent | 49556136413ea8d7ba5690fed13dd54b893d1a08 (diff) | |
download | pkgsrc-bb52e4f7a752f5e2ac1f16354d0f2b3697eac3b0.tar.gz |
* Remove .require_paths from PLIST
* Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-json/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-json/PLIST | 3 | ||||
-rw-r--r-- | textproc/ruby-oniguruma/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-oniguruma/PLIST | 3 | ||||
-rw-r--r-- | textproc/ruby-redcloth/Makefile | 3 | ||||
-rw-r--r-- | textproc/ruby-redcloth/PLIST | 3 |
6 files changed, 9 insertions, 10 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index 0e6689f85ea..1e57daa9ff7 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2011/09/13 15:15:18 taca Exp $ +# $NetBSD: Makefile,v 1.15 2011/11/08 15:37:34 taca Exp $ DISTNAME= json-1.6.0 +PKGREVISION= 1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/ruby-json/PLIST b/textproc/ruby-json/PLIST index 1365aeb5672..0439f7e68c9 100644 --- a/textproc/ruby-json/PLIST +++ b/textproc/ruby-json/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.11 2011/09/13 15:15:18 taca Exp $ +@comment $NetBSD: PLIST,v 1.12 2011/11/08 15:37:34 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/.require_paths ${GEM_LIBDIR}/CHANGES ${GEM_LIBDIR}/COPYING ${GEM_LIBDIR}/COPYING-json-jruby diff --git a/textproc/ruby-oniguruma/Makefile b/textproc/ruby-oniguruma/Makefile index 1dc87f49ed4..57f98f0b6e5 100644 --- a/textproc/ruby-oniguruma/Makefile +++ b/textproc/ruby-oniguruma/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/02/21 16:01:22 taca Exp $ +# $NetBSD: Makefile,v 1.7 2011/11/08 15:37:34 taca Exp $ DISTNAME= oniguruma-1.1.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/ruby-oniguruma/PLIST b/textproc/ruby-oniguruma/PLIST index 2322460e5fe..4b87f1e7928 100644 --- a/textproc/ruby-oniguruma/PLIST +++ b/textproc/ruby-oniguruma/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:29 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/11/08 15:37:34 taca Exp $ ${GEM_HOME}/cache/oniguruma-${PKGVERSION}.gem -${GEM_LIBDIR}/.require_paths ${GEM_LIBDIR}/History.txt ${GEM_LIBDIR}/Manifest.txt ${GEM_LIBDIR}/README.txt diff --git a/textproc/ruby-redcloth/Makefile b/textproc/ruby-redcloth/Makefile index 21fa96c8b60..2e0c66cbd32 100644 --- a/textproc/ruby-redcloth/Makefile +++ b/textproc/ruby-redcloth/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2011/08/18 12:50:14 taca Exp $ +# $NetBSD: Makefile,v 1.17 2011/11/08 15:37:34 taca Exp $ DISTNAME= RedCloth-4.2.8 +PKGREVISION= 1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:tl} CATEGORIES= textproc diff --git a/textproc/ruby-redcloth/PLIST b/textproc/ruby-redcloth/PLIST index 2f7fe4c0b40..31437fd0ca6 100644 --- a/textproc/ruby-redcloth/PLIST +++ b/textproc/ruby-redcloth/PLIST @@ -1,8 +1,7 @@ -@comment $NetBSD: PLIST,v 1.11 2011/08/18 12:50:14 taca Exp $ +@comment $NetBSD: PLIST,v 1.12 2011/11/08 15:37:34 taca Exp $ bin/redcloth ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gemtest -${GEM_LIBDIR}/.require_paths ${GEM_LIBDIR}/.rspec ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/COPYING |