sync master sites with databases/postgresql; ok pea@

This commit is contained in:
naddy 2008-12-12 20:22:21 +00:00
parent 50ad3a337b
commit d4633b8835

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.9 2008/12/12 12:25:16 pea Exp $
# $OpenBSD: Makefile,v 1.10 2008/12/12 20:22:21 naddy Exp $
COMMENT= administration and development platform for PostgreSQL
VERSION= 1.8.4
DISTNAME= pgadmin3-${VERSION}
V= 1.8.4
DISTNAME= pgadmin3-$V
CATEGORIES= databases devel
HOMEPAGE= http://www.pgadmin.org/
@ -17,7 +17,10 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c iconv m pthread stdc++ z
MASTER_SITES= ftp://ftp.postgresql.org/pub/pgadmin3/release/v${VERSION}/src/
MASTER_SITES= ftp://ftp2.uk.postgresql.org/sites/ftp.postgresql.org/pgadmin3/release/v$V/src/ \
ftp://ftp5.us.postgresql.org/pub/PostgreSQL/pgadmin3/release/v$V/src/ \
ftp://ftp5.es.postgresql.org/mirror/postgresql/pgadmin3/release/v$V/src/ \
ftp://ftp.postgresql.org/pub/pgadmin3/release/v$V/src/
LIB_DEPENDS= wx_base_xml,wx_base_odbc,wx_gtk2_html,wx_gtk2_richtext,wx_gtk2_stc,wx_gtk2_ogl,wx_gtk2_adv,wx_gtk2_aui,wx_gtk2_xrc,wx_base_net,wx_gtk2_dbgrid,wx_gtk2_qa,wx_base,wx_gtk2_core:wxWidgets-gtk2->=2.8.7:x11/wxWidgets \
pq.>=4::databases/postgresql \