forked from Lainports/freebsd-ports
- Update to ruby-dbi-0.1.0, and
- take over maintainership. - maintainer suggest to remove the @dirrmtry from pkg-plist because this is explicity removed by the master port - ruby-dbi. - reset PORTREVISION PR: ports/97008 Submitted by: maintainer (Christopher Boumenot)
This commit is contained in:
parent
c3ad039dd7
commit
eef579d54a
2 changed files with 3 additions and 5 deletions
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= dbd_pg
|
||||
PORTVERSION= ${RUBY_DBI_PORTVERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases ruby
|
||||
MASTER_SITES= ${RUBY_DBI_MASTER_SITES}
|
||||
MASTER_SITE_SUBDIR= ${RUBY_DBI_MASTER_SITE_SUBDIR}
|
||||
|
|
@ -15,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|||
DISTNAME= ${RUBY_DBI_DISTNAME}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= boumenot@gmail.com
|
||||
COMMENT= PostgreSQL driver for DBI-for-Ruby
|
||||
|
||||
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${RUBY_DBI_PORTDIR} \
|
||||
|
|
@ -28,9 +27,9 @@ SLAVE_PORT= yes
|
|||
MASTER_PORT= databases/ruby-dbi
|
||||
|
||||
WRKSRC= ${RUBY_DBI_WRKSRC}
|
||||
CONFIGURE_ARGS= --with=lib/${PORTNAME}
|
||||
CONFIGURE_ARGS= --with=${PORTNAME}
|
||||
|
||||
DOCS_EN= lib/${PORTNAME}/doc/*
|
||||
DOCS_EN= doc/dbd/postgresql/*
|
||||
|
||||
.include "${.CURDIR}/../ruby-dbi/Makefile.common"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,4 +2,3 @@
|
|||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
||||
%%RUBY_SITELIBDIR%%/DBD/Pg/Pg.rb
|
||||
@dirrm %%RUBY_SITELIBDIR%%/DBD/Pg
|
||||
@dirrmtry %%RUBY_SITELIBDIR%%/DBD
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue