diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-07-06 22:24:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-07-06 22:24:35 +0800 |
commit | b1b4e7276c9b00af83c95fb28d7c39554dc06f10 (patch) | |
tree | 0e510978658866aa249064ba984926828e0728e0 /databases/phppgadmin | |
parent | c83d7dbae3780c2cb30db7ff0bd6f0ff87e03b93 (diff) | |
download | freebsd-ports-gnome-b1b4e7276c9b00af83c95fb28d7c39554dc06f10.tar.gz freebsd-ports-gnome-b1b4e7276c9b00af83c95fb28d7c39554dc06f10.tar.zst freebsd-ports-gnome-b1b4e7276c9b00af83c95fb28d7c39554dc06f10.zip |
- update to 3.4.1
- new option WITHOUT_PHP_DEPENDS
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 5 | ||||
-rw-r--r-- | databases/phppgadmin/distinfo | 4 | ||||
-rw-r--r-- | databases/phppgadmin/pkg-plist | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index 58af41cb2bf7..91d82a717374 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phppgadmin -PORTVERSION= 3.4 +PORTVERSION= 3.4.1 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,10 +17,11 @@ COMMENT= Web Based Postgres Administration USE_REINPLACE= yes USE_BZIP2= yes +.if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= yes +.endif WRKSRC= ${WRKDIR}/phpPgAdmin NO_BUILD= YES - PHP_PORT?= ${PORTSDIR}/www/mod_php4-twig PGADMDIR?= www/data/phpPgAdmin PLIST_SUB+= PGADMDIR=${PGADMDIR} diff --git a/databases/phppgadmin/distinfo b/databases/phppgadmin/distinfo index 5311c2308829..9d314630f596 100644 --- a/databases/phppgadmin/distinfo +++ b/databases/phppgadmin/distinfo @@ -1,2 +1,2 @@ -MD5 (phpPgAdmin-3.4.tar.bz2) = a9f5c32e93bea540d0dd80357e727f89 -SIZE (phpPgAdmin-3.4.tar.bz2) = 349552 +MD5 (phpPgAdmin-3.4.1.tar.bz2) = 18c1b03802b3ab93bd9ab02d8082dec9 +SIZE (phpPgAdmin-3.4.1.tar.bz2) = 359408 diff --git a/databases/phppgadmin/pkg-plist b/databases/phppgadmin/pkg-plist index ca2048f645bd..c58c0afc2cad 100644 --- a/databases/phppgadmin/pkg-plist +++ b/databases/phppgadmin/pkg-plist @@ -39,7 +39,6 @@ %%PGADMDIR%%/classes/database/Postgres73.php %%PGADMDIR%%/classes/database/Postgres74.php %%PGADMDIR%%/classes/database/Postgres75.php -%%PGADMDIR%%/conf/.cvsignore @unexec if cmp -s %D/%%PGADMDIR%%/conf/config.inc.php %D/%%PGADMDIR%%/conf/config.inc.php-dist; then rm -f %D/%%PGADMDIR%%/conf/config.inc.php; fi %%PGADMDIR%%/conf/config.inc.php-dist @exec [ -f %B/config.inc.php ] || cp %B/%f %B/config.inc.php @@ -70,6 +69,7 @@ %%PGADMDIR%%/intro.php %%PGADMDIR%%/lang/Makefile %%PGADMDIR%%/lang/afrikaans.php +%%PGADMDIR%%/lang/arabic.php %%PGADMDIR%%/lang/chinese-sim.php %%PGADMDIR%%/lang/chinese-tr.php %%PGADMDIR%%/lang/convert.awk @@ -86,6 +86,7 @@ %%PGADMDIR%%/lang/portuguese-br.php %%PGADMDIR%%/lang/recoded/README %%PGADMDIR%%/lang/recoded/afrikaans.php +%%PGADMDIR%%/lang/recoded/arabic.php %%PGADMDIR%%/lang/recoded/chinese-sim.php %%PGADMDIR%%/lang/recoded/chinese-tr.php %%PGADMDIR%%/lang/recoded/czech.php |