diff options
-rw-r--r-- | databases/postgresql-plruby/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql-plruby/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 543fee916428..2c024022851b 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -6,7 +6,7 @@ # PORTNAME= plruby -PORTVERSION= 0.3.5 +PORTVERSION= 0.3.6 CATEGORIES= databases ruby MASTER_SITES= ftp://moulon.inra.fr/pub/ruby/ PKGNAMEPREFIX= postgresql- @@ -27,7 +27,7 @@ PGSQL_PORTDIR?= ${PORTSDIR}/${POSTGRESQL_PORT} PGSQL_WRKSRC_CMD= cd ${PGSQL_PORTDIR} && ${MAKE} -V WRKSRC CONFIGURE_ARGS= --with-pgsql-version="${PGSQL_VERSION}" \ - --with-pgsql-srcinc-dir="`${PGSQL_WRKSRC_CMD}`/src/include" \ + --with-pgsql-srcinc="`${PGSQL_WRKSRC_CMD}`/src/include" \ --with-pgsql-include-dir="${LOCALBASE}/include" \ --with-pgsql-lib="${LOCALBASE}/lib" #CONFIGURE_ARGS+= --with-safe-level=0 diff --git a/databases/postgresql-plruby/distinfo b/databases/postgresql-plruby/distinfo index d4af4cf63d93..3773bf89dab9 100644 --- a/databases/postgresql-plruby/distinfo +++ b/databases/postgresql-plruby/distinfo @@ -1 +1 @@ -MD5 (ruby/plruby-0.3.5.tar.gz) = c46618ff6bbe915ff45f13a92cd5181c +MD5 (ruby/plruby-0.3.6.tar.gz) = abd08c4f0b88cdcd2ceec1891e6ccc6d |