diff options
author | knu <knu@FreeBSD.org> | 2003-01-31 00:58:06 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-01-31 00:58:06 +0800 |
commit | e5d8ae25fc54b0c8faaeab71e96393a8e77537ca (patch) | |
tree | 0da0f0b049c3a1bc901f3327b14856e0ba5180a0 /databases/postgresql-plruby/Makefile | |
parent | 4b6b4cf01bc66adc7f6825474ca299a92ef3d83e (diff) | |
download | freebsd-ports-gnome-e5d8ae25fc54b0c8faaeab71e96393a8e77537ca.tar.gz freebsd-ports-gnome-e5d8ae25fc54b0c8faaeab71e96393a8e77537ca.tar.zst freebsd-ports-gnome-e5d8ae25fc54b0c8faaeab71e96393a8e77537ca.zip |
Update to 0.3.0.
Diffstat (limited to 'databases/postgresql-plruby/Makefile')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 95c3d2374d4b..fb2380d04eb8 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -6,8 +6,7 @@ # PORTNAME= plruby -PORTVERSION= 0.2.9 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= databases ruby MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ PKGNAMEPREFIX= postgresql- @@ -30,6 +29,9 @@ CONFIGURE_ARGS= --with-pgsql-version="${PGSQL_VERSION}" \ --with-pgsql-srcinc-dir="`${PGSQL_WRKSRC_CMD}`/src/include" \ --with-pgsql-include-dir="${LOCALBASE}/include" \ --with-pgsql-lib="${LOCALBASE}/lib" +#CONFIGURE_ARGS+= --with-safe-level=0 +#CONFIGURE_ARGS+= --with-main-safe-level=0 +#CONFIGURE_ARGS+= --with-timeout=30 INSTALL_TARGET= site-install DOCS= Changes README.en plruby.html plruby.rd |