pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2012Q1]: pkgsrc/devel/ruby-posix-spawn Pullup ticket #3828 - r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/daac6294c27e
branches:  pkgsrc-2012Q1
changeset: 602160:daac6294c27e
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Jun 09 11:33:35 2012 +0000

description:
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)

diffstat:

 devel/ruby-posix-spawn/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 7e6cb959fc44 -r daac6294c27e devel/ruby-posix-spawn/Makefile
--- a/devel/ruby-posix-spawn/Makefile   Wed Jun 06 20:48:12 2012 +0000
+++ b/devel/ruby-posix-spawn/Makefile   Sat Jun 09 11:33:35 2012 +0000
@@ -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@localhost
 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"



Home | Main Index | Thread Index | Old Index