Date: Tue, 11 Oct 2005 09:09:23 +0800 (CST) From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/87235: [UPDATE] chinese/pcmanx: upgrade to 0.3.3 & take maintainership Message-ID: <20051011010923.7510E7301F@chinsan.twbbs.org> Resent-Message-ID: <200510110110.j9B1AGCd098560@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 87235 >Category: ports >Synopsis: [UPDATE] chinese/pcmanx: upgrade to 0.3.3 & take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 11 01:10:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 5.4-RELEASE-p7 i386 >Organization: GIGA >Environment: System: FreeBSD chinsan.twbbs.org 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #1: Sun Sep 25 21:28:47 CST 2005 root@chinsan.twbbs.org:/usr/obj/usr/src/sys/TAKAKO i386 >Description: - upgrade to 0.3.3 - take maintainership Thanks! :) >How-To-Repeat: >Fix: --- pcmanx.diff begins here --- diff -ruN pcmanx.orig/Makefile pcmanx/Makefile --- pcmanx.orig/Makefile Tue Oct 11 01:39:19 2005 +++ pcmanx/Makefile Tue Oct 11 09:06:26 2005 @@ -6,13 +6,13 @@ # PORTNAME= pcmanx -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= chinese net gnome MASTER_SITES= http://pcmanx.csie.net/release/ \ http://bbs.ilc.edu.tw/~chinsan/pcmanx/ DISTNAME= pcmanx-pure-gtk2-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chinsan.tw@gmail.com COMMENT= PCManX is a BBS client using GTK+ 2.x USE_GNOME= gtk20 intlhack diff -ruN pcmanx.orig/distinfo pcmanx/distinfo --- pcmanx.orig/distinfo Tue Oct 11 01:39:19 2005 +++ pcmanx/distinfo Tue Oct 11 01:41:43 2005 @@ -1,2 +1,2 @@ -MD5 (pcmanx-pure-gtk2-0.3.2.tar.gz) = 08f70a795f72e2095e5b94ff306fa9cb -SIZE (pcmanx-pure-gtk2-0.3.2.tar.gz) = 586425 +MD5 (pcmanx-pure-gtk2-0.3.3.tar.gz) = 3d52f2f633184c31739c44854d77bd4c +SIZE (pcmanx-pure-gtk2-0.3.3.tar.gz) = 595590 diff -ruN pcmanx.orig/files/patch-po-zh_TW.po pcmanx/files/patch-po-zh_TW.po --- pcmanx.orig/files/patch-po-zh_TW.po Thu Jan 1 08:00:00 1970 +++ pcmanx/files/patch-po-zh_TW.po Tue Oct 11 02:55:55 2005 @@ -0,0 +1,13 @@ +--- po/zh_TW.po.orig Tue Oct 11 02:55:28 2005 ++++ po/zh_TW.po Tue Oct 11 02:54:51 2005 +@@ -413,8 +413,8 @@ + msgstr "顯示字型使用反鋸齒 (重新啟動程式後才有效)" + + #: ../src/generalprefpage.cpp:67 +-msgid "Use \"wget\" to download files." +-msgstr "使用 \"wget\" 下載檔案. (.rar .zip .tgz .tbz)" ++msgid "Use \"fetch\" to download files." ++msgstr "使用 \"fetch\" 下載檔案. (.rar .zip .tgz .tbz)" + + #: ../src/generalprefpage.cpp:75 + msgid "Display popup notifier for " diff -ruN pcmanx.orig/files/patch-src-generalprefpage.cpp pcmanx/files/patch-src-generalprefpage.cpp --- pcmanx.orig/files/patch-src-generalprefpage.cpp Thu Jan 1 08:00:00 1970 +++ pcmanx/files/patch-src-generalprefpage.cpp Tue Oct 11 02:57:51 2005 @@ -0,0 +1,11 @@ +--- src/generalprefpage.cpp.orig Tue Oct 11 02:57:13 2005 ++++ src/generalprefpage.cpp Tue Oct 11 02:56:43 2005 +@@ -64,7 +64,7 @@ + gtk_widget_show (m_AAFont); + gtk_box_pack_start (GTK_BOX (m_Widget), m_AAFont, FALSE, FALSE, 0); + +- m_pWgetFiles = gtk_check_button_new_with_mnemonic (_("Use \"wget\" to download files.")); ++ m_pWgetFiles = gtk_check_button_new_with_mnemonic (_("Use \"fetch\" to download files.")); + gtk_widget_show (m_pWgetFiles); + gtk_box_pack_start (GTK_BOX (m_Widget), m_pWgetFiles, FALSE, FALSE, 0); + diff -ruN pcmanx.orig/files/patch-src-mainframe.cpp pcmanx/files/patch-src-mainframe.cpp --- pcmanx.orig/files/patch-src-mainframe.cpp Thu Jan 1 08:00:00 1970 +++ pcmanx/files/patch-src-mainframe.cpp Tue Oct 11 02:48:59 2005 @@ -0,0 +1,11 @@ +--- src/mainframe.cpp.orig Tue Oct 11 02:46:46 2005 ++++ src/mainframe.cpp Tue Oct 11 02:47:07 2005 +@@ -1033,7 +1033,7 @@ + child_pid = fork(); + if (child_pid == 0) + { +- int t_nRet = system("wget -O ~/.pcmanx/sitelist http://free.ym.edu.tw/pcman/site_list.utf8"); ++ int t_nRet = system("fetch -o ~/.pcmanx/sitelist http://free.ym.edu.tw/pcman/site_list.utf8"); + if (t_nRet == 0) + kill(parent_pid, SIGUSR1); + else diff -ruN pcmanx.orig/files/patch-src-view-telnetview.cpp pcmanx/files/patch-src-view-telnetview.cpp --- pcmanx.orig/files/patch-src-view-telnetview.cpp Thu Jan 1 08:00:00 1970 +++ pcmanx/files/patch-src-view-telnetview.cpp Tue Oct 11 02:50:03 2005 @@ -0,0 +1,11 @@ +--- src/view/telnetview.cpp.orig Tue Oct 11 02:44:46 2005 ++++ src/view/telnetview.cpp Tue Oct 11 02:45:04 2005 +@@ -334,7 +334,7 @@ + strncmp(t_pcDot, "tbz", 3) == 0) + { + string t_sURL = sURL; +- t_sURL.insert(0, "wget "); ++ t_sURL.insert(0, "fetch "); + t_sURL.append(" &"); + system(t_sURL.c_str()); + return; --- pcmanx.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051011010923.7510E7301F>