summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2012-06-09 11:33:35 +0000
committertron <tron>2012-06-09 11:33:35 +0000
commit5b38518e65124d8b32cb53521a8694f21e385923 (patch)
tree7663144f64fb4e3123444b7316fbbece17a753d8
parente982019b168254c3d9d85dbf4daf98ccd0211efc (diff)
downloadpkgsrc-5b38518e65124d8b32cb53521a8694f21e385923.tar.gz
Pullup ticket #3828 - requested by dholland
devel/ruby-posix-spawn: correct list of supported platforms Revisions pulled up: - devel/ruby-posix-spawn/Makefile 1.4-1.6 --- Module Name: pkgsrc Committed By: obache Date: Mon May 21 12:18:05 UTC 2012 Modified Files: pkgsrc/devel/ruby-posix-spawn: Makefile Log Message: Not for NetBSD-5 release. --- Module Name: pkgsrc Committed By: dholland Date: Wed Jun 6 21:55:22 UTC 2012 Modified Files: pkgsrc/devel/ruby-posix-spawn: Makefile Log Message: Fix COMMENT. --- Module Name: pkgsrc Committed By: dholland Date: Sat Jun 9 08:03:17 UTC 2012 Modified Files: pkgsrc/devel/ruby-posix-spawn: Makefile Log Message: Don't try to be too fancy with the NOT_FOR_PLATFORM pattern. It broke. (see pkgsrc-bulk)
-rw-r--r--devel/ruby-posix-spawn/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ruby-posix-spawn/Makefile b/devel/ruby-posix-spawn/Makefile
index 4ca7fd0357c..83c6055d070 100644
--- a/devel/ruby-posix-spawn/Makefile
+++ b/devel/ruby-posix-spawn/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.3 2012/02/14 12:23:58 taca Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2012/06/09 11:33:35 tron Exp $
DISTNAME= posix-spawn-0.3.6
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/github/albino
-COMMENT= Ruby wrapper for the Pygments syntax highlighter
+COMMENT= Ruby wrapper for the posix_spawn() system call
LICENSE= mit
-NOT_FOR_PLATFORM= NetBSD-[0-4]*-* NetBSD-5.99.[0-5]?-* NetBSD-5.99.6[0-4]-*
+NOT_FOR_PLATFORM= NetBSD-[0-5]*-*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"