diff options
author | seanc <seanc@FreeBSD.org> | 2003-05-15 02:19:28 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-05-15 02:19:28 +0800 |
commit | 1dee84fbe1a96d3756f6857973150d2cb9435253 (patch) | |
tree | 72aae8f357a368766e64d2f8817cbd51b43dbfd8 /databases | |
parent | d43de333455266c8e064ff529ca3ec11869ac859 (diff) | |
download | freebsd-ports-gnome-1dee84fbe1a96d3756f6857973150d2cb9435253.tar.gz freebsd-ports-gnome-1dee84fbe1a96d3756f6857973150d2cb9435253.tar.zst freebsd-ports-gnome-1dee84fbe1a96d3756f6857973150d2cb9435253.zip |
Update postgresql_autodoc to 1.10b2. Fixes a few configure errors[1].
Notified by: [1] Rod Taylor <rbt@rbt.ca> (module author)
Diffstat (limited to 'databases')
-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 |