View | Details | Raw Unified | Return to bug 219632
Collapse All | Expand All

(-)databases/postgresql-plruby/Makefile (-7 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	postgresql-plruby
4
PORTNAME=	postgresql-plruby
5
PORTVERSION=	0.5.4
5
PORTVERSION=	0.5.7
6
PORTREVISION=	2
6
PORTREVISION=	2
7
CATEGORIES=	databases ruby
7
CATEGORIES=	databases ruby
8
DIST_SUBDIR=	ruby
8
DIST_SUBDIR=	ruby
Lines 11-18 MAINTAINER= knu@FreeBSD.org Link Here
11
COMMENT=	PL/Ruby procedural language for the PostgreSQL database system
11
COMMENT=	PL/Ruby procedural language for the PostgreSQL database system
12
12
13
USE_GITHUB=	yes
13
USE_GITHUB=	yes
14
GH_ACCOUNT=	CraigCottingham
14
GH_ACCOUNT=	devrimgunduz
15
GH_TAGNAME=	f8d9ced
16
15
17
USES=		uidfix pgsql
16
USES=		uidfix pgsql
18
WANT_PGSQL=	server
17
WANT_PGSQL=	server
Lines 56-63 post-install-DOCS-on: Link Here
56
	${FIND} -ds ${STAGEDIR}${RUBY_MODDOCDIR} -type f -print | ${SED} -E -e \
55
	${FIND} -ds ${STAGEDIR}${RUBY_MODDOCDIR} -type f -print | ${SED} -E -e \
57
		's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST}
56
		's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST}
58
57
59
BROKEN_RUBY22=	yes
60
BROKEN_RUBY23=	yes
61
BROKEN_RUBY24=	yes
62
63
.include <bsd.port.mk>
58
.include <bsd.port.mk>
(-)databases/postgresql-plruby/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (ruby/CraigCottingham-postgresql-plruby-0.5.4-f8d9ced_GH0.tar.gz) = f747bb7def236cfb071cf5c8da29afa0e0a1058af61d40cf9417c79dfc78b00a
1
TIMESTAMP = 1496059108
2
SIZE (ruby/CraigCottingham-postgresql-plruby-0.5.4-f8d9ced_GH0.tar.gz) = 125633
2
SHA256 (ruby/devrimgunduz-postgresql-plruby-0.5.7_GH0.tar.gz) = 3eb33599e1f4b36d061268d6fe07ae20d28fd5468bb097e8c16a854a7cbf0c9a
3
SIZE (ruby/devrimgunduz-postgresql-plruby-0.5.7_GH0.tar.gz) = 123579

Return to bug 219632