diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-05-14 18:19:28 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-05-14 18:19:28 +0000 |
commit | 43a891f9f610e5b90bf7b1d9962d1d1f8a777019 (patch) | |
tree | 008194ab1dba74ace991ecb504bdc533399f64a9 /databases/postgresql_autodoc | |
parent | 3e1ba07f64c78c9111c0a3bdcf5d9b7c877425ee (diff) | |
download | ports-43a891f9f610e5b90bf7b1d9962d1d1f8a777019.tar.gz ports-43a891f9f610e5b90bf7b1d9962d1d1f8a777019.zip |
Notes
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 7 | ||||
-rw-r--r-- | databases/postgresql_autodoc/distinfo | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile index fd59d4090cd2..4ad0090eeb7d 100644 --- a/databases/postgresql_autodoc/Makefile +++ b/databases/postgresql_autodoc/Makefile @@ -6,10 +6,10 @@ # PORTNAME= postgresql_autodoc -PORTVERSION= 1.10.b1 +PORTVERSION= 1.10.b2 CATEGORIES= databases MASTER_SITES= http://www.rbt.ca/autodoc/ -DISTFILES= ${PORTNAME}-1.10b1.tar.gz +DISTFILES= ${PORTNAME}-1.10b2.tar.gz DIST_SUBDIR= postgresql MAINTAINER= olgeni@FreeBSD.org @@ -19,10 +19,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Te ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -USE_AUTOCONF_VER= 253 +GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes -NO_BUILD= yes CONFIGURE_ARGS+= --datadir=${DATADIR} WRKSRC= ${WRKDIR}/postgresql_autodoc diff --git a/databases/postgresql_autodoc/distinfo b/databases/postgresql_autodoc/distinfo index 024954b50be4..5a4f7bd4e40e 100644 --- a/databases/postgresql_autodoc/distinfo +++ b/databases/postgresql_autodoc/distinfo @@ -1 +1 @@ -MD5 (postgresql/postgresql_autodoc-1.10b1.tar.gz) = 149ce0280cfb89174d1c4de5b7647c05 +MD5 (postgresql/postgresql_autodoc-1.10b2.tar.gz) = d32e3c366a24309241a84557117d3f86 |