From df8c38c4450f0f5ae997bb44b20639feea8ee823 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Tue, 26 May 2009 09:42:02 +0000 Subject: Add a patch to fix a problem that a wrong value is set to "args" when compiled with Ruby 1.8.7 or later. PR: ports/134300 Submitted by: Peter Much --- databases/postgresql-plruby/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'databases/postgresql-plruby/Makefile') diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index eac89c09a11b..40b9287d9283 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -7,12 +7,17 @@ ftp://moulon.inra.fr/pub/ruby/# New ports collection makefile for: PL/Ruby PORTNAME= plruby PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= databases ruby MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMEPREFIX= postgresql- DIST_SUBDIR= ruby +PATCHFILES= 3b3cc0786b0814eaa792cec65cedd54e1e43e9bd.diff +PATCH_SITES= http://github.com/knu/postgresql-plruby/commit/ +PATCH_DIST_STRIP= -p1 + MAINTAINER= knu@FreeBSD.org COMMENT= PL/Ruby procedural language for the PostgreSQL database system -- cgit v1.3