diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-14 22:31:23 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-10-14 22:31:23 +0000 |
commit | b28f6016d366127458f527ae0412a836d7683c54 (patch) | |
tree | 1177ef0fe1181321d777a7dff7d827960afec0df /databases/postgresql-plruby | |
parent | 81c7cfe0d685ab39940dd87dbbc96cbca9320ece (diff) | |
download | ports-b28f6016d366127458f527ae0412a836d7683c54.tar.gz ports-b28f6016d366127458f527ae0412a836d7683c54.zip |
Notes
Diffstat (limited to 'databases/postgresql-plruby')
-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 |