diff options
author | clsung <clsung@FreeBSD.org> | 2005-05-27 06:53:16 +0000 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-05-27 06:53:16 +0000 |
commit | 5b78f79730d4bf46b32d1914aa0e109329c45c89 (patch) | |
tree | bca5f4730de57905928de82301b6672a4d1db90e /www | |
parent | 326f94a7b5dea3f28343485490b41e58ec9335ba (diff) | |
download | FreeBSD-ports-5b78f79730d4bf46b32d1914aa0e109329c45c89.zip FreeBSD-ports-5b78f79730d4bf46b32d1914aa0e109329c45c89.tar.gz |
- update to 1.0.1
- bug fix, see
http://www.plogworld.net/blog.php/plog_development_journal/
2005/05/24/plog_101_released
Diffstat (limited to 'www')
-rw-r--r-- | www/lifetype/Makefile | 2 | ||||
-rw-r--r-- | www/lifetype/distinfo | 4 | ||||
-rw-r--r-- | www/lifetype/files/patch-wizard.php | 22 | ||||
-rw-r--r-- | www/plog/Makefile | 2 | ||||
-rw-r--r-- | www/plog/distinfo | 4 | ||||
-rw-r--r-- | www/plog/files/patch-wizard.php | 22 |
6 files changed, 28 insertions, 28 deletions
diff --git a/www/lifetype/Makefile b/www/lifetype/Makefile index c80f3ef..269bf62 100644 --- a/www/lifetype/Makefile +++ b/www/lifetype/Makefile @@ -6,7 +6,7 @@ # PORTNAME= plog -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= plog diff --git a/www/lifetype/distinfo b/www/lifetype/distinfo index 3a45c44..21097c6 100644 --- a/www/lifetype/distinfo +++ b/www/lifetype/distinfo @@ -1,4 +1,4 @@ -MD5 (plog-1.0.zip) = 4d48680437c8be9a6427ba78964b0e9f -SIZE (plog-1.0.zip) = 2420990 +MD5 (plog-1.0.1.zip) = fa3fe2def5c7c70c71ba68ebdde15668 +SIZE (plog-1.0.1.zip) = 2526240 MD5 (_all_plugins.zip) = IGNORE MD5 (_all_templates.zip) = IGNORE diff --git a/www/lifetype/files/patch-wizard.php b/www/lifetype/files/patch-wizard.php index 4fef6c9..6112139 100644 --- a/www/lifetype/files/patch-wizard.php +++ b/www/lifetype/files/patch-wizard.php @@ -1,12 +1,12 @@ ---- wizard.php.orig Sun Apr 17 08:56:58 2005 -+++ wizard.php Sun Apr 17 08:58:10 2005 -@@ -1414,6 +1414,9 @@ +--- wizard.php.orig Wed May 25 01:20:42 2005 ++++ wizard.php Fri May 27 14:40:20 2005 +@@ -1419,6 +1419,9 @@ } - } - -+ // dirty hack, ignore duplicate table/key/column and upgrade anyway -+ $errors = false; -+ - if( !$errors ) - $message .= "Changes to table <strong>$tableId</strong> executed successfully.<br/>"; - else { + }
+
++ // dirty hack, ignore duplicate table/key/column and upgrade anyway ++ $errors = false; ++ + if( !$errors )
+ $message .= "Changes to table <strong>$tableId</strong> executed successfully.<br/>";
+ else {
diff --git a/www/plog/Makefile b/www/plog/Makefile index c80f3ef..269bf62 100644 --- a/www/plog/Makefile +++ b/www/plog/Makefile @@ -6,7 +6,7 @@ # PORTNAME= plog -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= plog diff --git a/www/plog/distinfo b/www/plog/distinfo index 3a45c44..21097c6 100644 --- a/www/plog/distinfo +++ b/www/plog/distinfo @@ -1,4 +1,4 @@ -MD5 (plog-1.0.zip) = 4d48680437c8be9a6427ba78964b0e9f -SIZE (plog-1.0.zip) = 2420990 +MD5 (plog-1.0.1.zip) = fa3fe2def5c7c70c71ba68ebdde15668 +SIZE (plog-1.0.1.zip) = 2526240 MD5 (_all_plugins.zip) = IGNORE MD5 (_all_templates.zip) = IGNORE diff --git a/www/plog/files/patch-wizard.php b/www/plog/files/patch-wizard.php index 4fef6c9..6112139 100644 --- a/www/plog/files/patch-wizard.php +++ b/www/plog/files/patch-wizard.php @@ -1,12 +1,12 @@ ---- wizard.php.orig Sun Apr 17 08:56:58 2005 -+++ wizard.php Sun Apr 17 08:58:10 2005 -@@ -1414,6 +1414,9 @@ +--- wizard.php.orig Wed May 25 01:20:42 2005 ++++ wizard.php Fri May 27 14:40:20 2005 +@@ -1419,6 +1419,9 @@ } - } - -+ // dirty hack, ignore duplicate table/key/column and upgrade anyway -+ $errors = false; -+ - if( !$errors ) - $message .= "Changes to table <strong>$tableId</strong> executed successfully.<br/>"; - else { + }
+
++ // dirty hack, ignore duplicate table/key/column and upgrade anyway ++ $errors = false; ++ + if( !$errors )
+ $message .= "Changes to table <strong>$tableId</strong> executed successfully.<br/>";
+ else {
|