Date: Tue, 9 Jul 2002 12:49:30 -0700 (PDT) From: Sean Chittenden <sean@chittenden.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: nbm@FreeBSD.org Subject: ports/40388: Upgrade for databases/phppgadmin Message-ID: <20020709194930.04A3AD108D@rand.tgd.net>
next in thread | raw e-mail | index | archive | help
>Number: 40388 >Category: ports >Synopsis: Upgrade for databases/phppgadmin >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jul 09 13:00:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sean Chittenden >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD rand.tgd.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Jun 27 12:55:56 PDT 2002 sean@rand.tgd.net:/usr/obj/usr/src/sys/DELLAPTOP i386 >Description: databases/phppgadmin has released a new version to fix severe compatibility problems when running with PHP's register globals off. >How-To-Repeat: >Fix: Please commit the attached patch. Index: databases/phppgadmin/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/phppgadmin/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- databases/phppgadmin/Makefile 2002/03/23 10:48:04 1.5 +++ databases/phppgadmin/Makefile 2002/07/09 19:47:03 @@ -6,7 +6,7 @@ # PORTNAME= phppgadmin -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +25,7 @@ NO_BUILD= YES do-install: - ${MKDIR} ${PREFIX}/www/data.default/phpPgAdmin/ - ${CP} -R ${WRKSRC}/* ${PREFIX}/www/data.default/phpPgAdmin/ + ${MKDIR} ${LOCALBASE}/www/data.default/phpPgAdmin/ + ${CP} -R ${WRKSRC}/* ${LOCALBASE}/www/data.default/phpPgAdmin/ .include <bsd.port.mk> Index: databases/phppgadmin/distinfo =================================================================== RCS file: /home/ncvs/ports/databases/phppgadmin/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- databases/phppgadmin/distinfo 2002/03/23 10:48:04 1.3 +++ databases/phppgadmin/distinfo 2002/07/09 19:47:03 @@ -1 +1 @@ -MD5 (phpPgAdmin_2-4-1.tar.gz) = 03a6a82cfc13688c0c3406e8b8b5c043 +MD5 (phpPgAdmin_2-4-2.tar.gz) = 66ed3296d7d4b2dcc71df24092b82ba8 Index: databases/phppgadmin/pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/phppgadmin/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- databases/phppgadmin/pkg-plist 2002/03/23 10:48:04 1.4 +++ databases/phppgadmin/pkg-plist 2002/07/09 19:47:03 @@ -6,12 +6,14 @@ www/data.default/phpPgAdmin/README www/data.default/phpPgAdmin/TODO www/data.default/phpPgAdmin/all_db.php +www/data.default/phpPgAdmin/basque.inc.php www/data.default/phpPgAdmin/castellano.inc.php -www/data.default/phpPgAdmin/catala.inc.php +www/data.default/phpPgAdmin/catalan.inc.php www/data.default/phpPgAdmin/chinese_big5.inc.php www/data.default/phpPgAdmin/chinese_gb.inc.php www/data.default/phpPgAdmin/config.inc.php-dist www/data.default/phpPgAdmin/danish.inc.php +www/data.default/phpPgAdmin/dutch.inc.php www/data.default/phpPgAdmin/db_create.php www/data.default/phpPgAdmin/db_details.php www/data.default/phpPgAdmin/db_dump.php @@ -27,6 +29,7 @@ www/data.default/phpPgAdmin/german.inc.php www/data.default/phpPgAdmin/grp_admin.php www/data.default/phpPgAdmin/header.inc.php +www/data.default/phpPgAdmin/hung.inc.php www/data.default/phpPgAdmin/images/.cvsignore www/data.default/phpPgAdmin/images/bkg.gif www/data.default/phpPgAdmin/images/browse.gif @@ -72,9 +75,10 @@ www/data.default/phpPgAdmin/tbl_select.php www/data.default/phpPgAdmin/trig_create.php www/data.default/phpPgAdmin/trig_properties.php +www/data.default/phpPgAdmin/turkish.inc.php www/data.default/phpPgAdmin/user_admin.php www/data.default/phpPgAdmin/view_create.php @dirrm www/data.default/phpPgAdmin/images @dirrm www/data.default/phpPgAdmin -@dirrm www/data.default -@dirrm www +@unexec if [ -L %D/www/data.default ]; then rm -f %D/www/data.default; fi +@unexec if [ -L %D/www ]; then rm -f %D/www; fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020709194930.04A3AD108D>