diff options
author | mat <mat@FreeBSD.org> | 2017-06-12 18:06:14 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-06-12 18:06:14 +0800 |
commit | 197a06e2fc663666407756a178d1f29bee123519 (patch) | |
tree | bc80686df4cbe31651ef61b770e41511080cf73e /databases | |
parent | 80a5b4af4a98c148c5c4b7d8c2e4d59137ac2774 (diff) | |
download | freebsd-ports-gnome-197a06e2fc663666407756a178d1f29bee123519.tar.gz freebsd-ports-gnome-197a06e2fc663666407756a178d1f29bee123519.tar.zst freebsd-ports-gnome-197a06e2fc663666407756a178d1f29bee123519.zip |
Update to 0.5.7 and unbreak for ruby 2.2+.
PR: 219632
Submitted by: mat
Approved by: maintainer timeout
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql-plruby/Makefile | 9 | ||||
-rw-r--r-- | databases/postgresql-plruby/distinfo | 5 |
2 files changed, 5 insertions, 9 deletions
diff --git a/databases/postgresql-plruby/Makefile b/databases/postgresql-plruby/Makefile index 6a336a42d846..38a6d0afcfcd 100644 --- a/databases/postgresql-plruby/Makefile +++ b/databases/postgresql-plruby/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql-plruby -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.7 PORTREVISION= 2 CATEGORIES= databases ruby DIST_SUBDIR= ruby @@ -11,8 +11,7 @@ MAINTAINER= knu@FreeBSD.org COMMENT= PL/Ruby procedural language for the PostgreSQL database system USE_GITHUB= yes -GH_ACCOUNT= CraigCottingham -GH_TAGNAME= f8d9ced +GH_ACCOUNT= devrimgunduz USES= uidfix pgsql WANT_PGSQL= server @@ -56,8 +55,4 @@ post-install-DOCS-on: ${FIND} -ds ${STAGEDIR}${RUBY_MODDOCDIR} -type f -print | ${SED} -E -e \ 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST} -BROKEN_RUBY22= yes -BROKEN_RUBY23= yes -BROKEN_RUBY24= yes - .include <bsd.port.mk> diff --git a/databases/postgresql-plruby/distinfo b/databases/postgresql-plruby/distinfo index 377d4f4bc639..abdc85be8e7c 100644 --- a/databases/postgresql-plruby/distinfo +++ b/databases/postgresql-plruby/distinfo @@ -1,2 +1,3 @@ -SHA256 (ruby/CraigCottingham-postgresql-plruby-0.5.4-f8d9ced_GH0.tar.gz) = f747bb7def236cfb071cf5c8da29afa0e0a1058af61d40cf9417c79dfc78b00a -SIZE (ruby/CraigCottingham-postgresql-plruby-0.5.4-f8d9ced_GH0.tar.gz) = 125633 +TIMESTAMP = 1496059108 +SHA256 (ruby/devrimgunduz-postgresql-plruby-0.5.7_GH0.tar.gz) = 3eb33599e1f4b36d061268d6fe07ae20d28fd5468bb097e8c16a854a7cbf0c9a +SIZE (ruby/devrimgunduz-postgresql-plruby-0.5.7_GH0.tar.gz) = 123579 |