Updated to 2.1.5 with additional patches. This is transitional port, after few weeks I'll submit another update request (latest available is 2.1.6). I'm not sure where should go upgrading notes, maybe to /usr/ports/UPGRADING: Upgrading from 2.1.4 Some database changes have been made between version 2.1.4 and 2.1.5, upgrading needs to be done manually by running the following SQL: For MySQL users: ALTER TABLE `zones` ADD `zone_templ_id` INT( 11 ) NOT NULL; ALTER TABLE zones ENGINE = InnoDB; ALTER TABLE zone_templ ENGINE = InnoDB; ALTER TABLE zone_templ_records ENGINE = InnoDB; For PostgreSQL users: ALTER TABLE zones ADD zone_templ_id INT DEFAULT NULL; Source: https://www.poweradmin.org/trac/wiki/ReleaseNotes/2.1.5 Fix: apply given patch Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2012-05-18 16:27:19 UTC FreeBSD ports repository Modified files: dns/poweradmin Makefile distinfo dns/poweradmin/files patch-templates.inc.php Added files: dns/poweradmin/files patch-add_zone_master.php patch-edit.php patch-helper.js patch-record.inc.php Removed files: dns/poweradmin/files patch-poweradmin-mysql-db-structure.sql patch-poweradmin-pqsql-db-structure.sql Log: - Update to version 2.1.5 [1] - Add option for PGSQL support [1] - Switch to bsd.port.options PR: ports/167841 [1] Submitted by: Edmondas Girkantas <eg@fbsd.lt> (maintainer) [1] Revision Changes Path 1.8 +7 -6 ports/dns/poweradmin/Makefile 1.7 +2 -2 ports/dns/poweradmin/distinfo 1.1 +39 -0 ports/dns/poweradmin/files/patch-add_zone_master.php (new) 1.1 +20 -0 ports/dns/poweradmin/files/patch-edit.php (new) 1.1 +55 -0 ports/dns/poweradmin/files/patch-helper.js (new) 1.2 +0 -62 ports/dns/poweradmin/files/patch-poweradmin-mysql-db-structure.sql (dead) 1.2 +0 -23 ports/dns/poweradmin/files/patch-poweradmin-pqsql-db-structure.sql (dead) 1.1 +29 -0 ports/dns/poweradmin/files/patch-record.inc.php (new) 1.2 +25 -11 ports/dns/poweradmin/files/patch-templates.inc.php _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
pawel 2012-05-18 16:31:33 UTC FreeBSD ports repository Modified files: . UPDATING Log: Add note about upgrading dns/poweradmin PR: ports/167841 Revision Changes Path 1.1239 +21 -1 ports/UPDATING _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!