Bug 58311 - [update orphaned port] www/geeklog: update to 1.3.8.s.2
Summary: [update orphaned port] www/geeklog: update to 1.3.8.s.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-21 00:20 UTC by Clement Laforet
Modified: 2003-12-05 12:45 UTC (History)
1 user (show)

See Also:


Attachments
geeklog.diff (129.88 KB, patch)
2003-10-21 00:20 UTC, Clement Laforet
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Clement Laforet 2003-10-21 00:20:15 UTC
	update geeklog to 1.3.8.s.2

How-To-Repeat: 	N/A.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-05 10:59:40 UTC
I'm getting checksum mismatch on the distfile, my MD5 is
MD5 (/usr/ports/distfiles/geeklog-1.3.8-1sr2.tar.gz) = 8a7d0fa4ac7e53cfe58945f17fea2e2f

Can you please investigate?

-- 
Pav Lucistnik <pav@FreeBSD.org>
              <pav@oook.cz>
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-05 10:59:46 UTC
State Changed
From-To: open->feedback

Asked submitter for details. 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-05 10:59:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

I'll handle it.
Comment 4 Clement Laforet 2003-12-05 11:39:03 UTC
On Fri, 05 Dec 2003 11:59:40 +0100
Pav Lucistnik <pav@FreeBSD.org> wrote:

> I'm getting checksum mismatch on the distfile, my MD5 is
> MD5 (/usr/ports/distfiles/geeklog-1.3.8-1sr2.tar.gz) = 8a7d0fa4ac7e53cfe58945f17fea2e2f
> 
> Can you please investigate?

Sure ;-)
Tarball has been rerolled (a bug in installation process seems to be fixed)

here's the new distinfo
MD5 (geeklog-1.3.8-1sr2.tar.gz) = 8a7d0fa4ac7e53cfe58945f17fea2e2f

and the diff between tarballs:

[root@ports-test|(528)| tmp]# diff -Nru geeklog-1.3.8-1sr2.old/ geeklog-1.3.8-1sr2
diff -Nru geeklog-1.3.8-1sr2.old/public_html/admin/install/install.php geeklog-1.3.8-1sr2/public_html/admin/install/install.php
--- geeklog-1.3.8-1sr2.old/public_html/admin/install/install.php        Sun Oct 12 12:59:41 2003
+++ geeklog-1.3.8-1sr2/public_html/admin/install/install.php    Sat Oct 25 13:45:00 2003
@@ -162,7 +162,9 @@
 
 function INST_createDatabaseStructures()
 {
-    global $_CONF, $_DB_dbms, $_DB_host, $_DB_user, $_DB_pass, $_TABLES;
+    global $_CONF, $_DB, $_DB_dbms, $_DB_host, $_DB_user, $_DB_pass, $_TABLES;
+
+    $_DB->setDisplayError (true);
 
     // Because the create table syntax can vary from dbms-to-dbms we are
     // leaving that up to each database driver (e.g. mysql.class.php, 
@@ -258,7 +260,9 @@
 }
 
 function INST_doDatabaseUpgrades($current_gl_version, $table_prefix) {
-    global $_TABLES, $_CONF, $_DB_dbms, $_DB_table_prefix;
+    global $_TABLES, $_CONF, $_DB, $_DB_dbms, $_DB_table_prefix;
+
+    $_DB->setDisplayError (true);
 
     // Because the upgrade sql syntax can vary from dbms-to-dbms we are
     // leaving that up to each Geeklog database driver


clem
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-05 12:45:01 UTC
State Changed
From-To: feedback->closed

Committed, thanks!