mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to latest version 0.98.6
TCL/TK 8.3 works, so changed port dependencies
This commit is contained in:
parent
c26b9ffe31
commit
d359087daa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30379
@ -6,18 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= pgaccess
|
||||
PORTVERSION= 0.98.4
|
||||
PORTVERSION= 0.98.6
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ftp://ftp.flex.ro/pub/pgaccess/
|
||||
|
||||
MAINTAINER= andreas@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/pgsql/bin/postmaster:${PORTSDIR}/databases/postgresql\
|
||||
wish8.2:${PORTSDIR}/x11-toolkits/tk82
|
||||
wish8.3:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
WRKSRC= ${WRKDIR}/pgaccess
|
||||
NO_BUILD= yes
|
||||
FETCH_BEFORE_ARGS= -b
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/pgaccess
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pgaccess-0.98.4.tar.gz) = 1edab02edb311f170f94b0e4f339176e
|
||||
MD5 (pgaccess-0.98.6.tar.gz) = e67f033eed6e11f0760da6d441ebe593
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
-PATH_TO_WISH=/usr/bin/wish
|
||||
-PGACCESS_HOME=/usr/local/pgaccess
|
||||
+PATH_TO_WISH=!!LOCALBASE!!/bin/wish8.2
|
||||
+PATH_TO_WISH=!!LOCALBASE!!/bin/wish8.3
|
||||
+PGACCESS_HOME=!!PREFIX!!/share/pgaccess
|
||||
|
||||
export PATH_TO_WISH
|
||||
|
Loading…
Reference in New Issue
Block a user