ports/118589: Update port: mail/kshowmail to 3.2.1

KATO Tsuguru tkato432 at yahoo.com
Wed Dec 12 18:30:04 UTC 2007


>Number:         118589
>Category:       ports
>Synopsis:       Update port: mail/kshowmail to 3.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 12 18:30:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
>Description:
- Update to version 3.2.1

Remove file:
files/patch-configure
files/patch-showrecordelem.cpp

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/mail/kshowmail/Makefile mail/kshowmail/Makefile
--- /usr/ports/mail/kshowmail/Makefile	Sun May 20 13:53:36 2007
+++ mail/kshowmail/Makefile	Mon Oct 22 03:57:13 2007
@@ -4,25 +4,24 @@
 #
 # $FreeBSD: ports/mail/kshowmail/Makefile,v 1.15 2007/05/19 20:14:23 flz Exp $
 
-PORTNAME=		kshowmail
-PORTVERSION=		3.1.0
-PORTREVISION=		6
-CATEGORIES=		mail kde
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
+PORTNAME=	kshowmail
+PORTVERSION=	3.2.1
+CATEGORIES=	mail kde
+MASTER_SITES=	SF
 
-MAINTAINER=		ports at FreeBSD.org
-COMMENT=		POP3 mail checker for KDE
+MAINTAINER=	ports at FreeBSD.org
+COMMENT=	POP3 mail checker for KDE
 
-LIB_DEPENDS=		mimelib.1:${PORTSDIR}/deskutils/kdepim3
+LIB_DEPENDS=	mimelib.1:${PORTSDIR}/deskutils/kdepim3
 
 USE_KDELIBS_VER=	3
-USE_GMAKE=		yes
-USE_AUTOTOOLS=		libtool:15
+USE_GMAKE=	yes
+USE_AUTOTOOLS=	autoconf:261:env automake:19:env libtool:15:env
+GNU_CONFIGURE=	yes
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
-		${WRKSRC}/${CONFIGURE_SCRIPT}
-	@${RM} ${WRKSRC}/kshowmail/OptionDlg.h ${WRKSRC}/kshowmail/OptionDlg.cpp
+pre-configure:
+	@cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} .
+	@cd ${WRKSRC}/admin && ${RM} -f libtool.m4.in && ${CP} -f ${LIBTOOL_M4} libtool.m4.in
+	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} -f admin/Makefile.common
 
 .include <bsd.port.mk>
diff -urN /usr/ports/mail/kshowmail/distinfo mail/kshowmail/distinfo
--- /usr/ports/mail/kshowmail/distinfo	Mon Jan 23 14:26:52 2006
+++ mail/kshowmail/distinfo	Mon Oct 22 03:57:13 2007
@@ -1,3 +1,3 @@
-MD5 (kshowmail-3.1.0.tar.gz) = 4607bd38538e92b0d5c6a0b187d0fb7e
-SHA256 (kshowmail-3.1.0.tar.gz) = fc2f42c7e691d36ddba900770e4f6e9385e7a947b5552813dfdd261b0305e1f0
-SIZE (kshowmail-3.1.0.tar.gz) = 1023074
+MD5 (kshowmail-3.2.1.tar.gz) = c97b10673ffad808235a1183a776295a
+SHA256 (kshowmail-3.2.1.tar.gz) = 83955d7aa175ee9b1eec9d428bf78a077ee0fa5e68c6c507a5eb344a14a1bc26
+SIZE (kshowmail-3.2.1.tar.gz) = 1566324
diff -urN /usr/ports/mail/kshowmail/files/patch-configure mail/kshowmail/files/patch-configure
--- /usr/ports/mail/kshowmail/files/patch-configure	Wed Oct 22 17:03:39 2003
+++ mail/kshowmail/files/patch-configure	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- configure.orig	Wed Oct 22 01:20:49 2003
-+++ configure	Wed Oct 22 01:21:13 2003
-@@ -23130,7 +23130,7 @@
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; then
--	if test -f actest.cpp && grep klineedit actest.cpp > /dev/null; then
-+	if test -f actest.cpp && grep -i klineedit actest.cpp > /dev/null; then
- 		kde_cv_uic_plugins=yes
- 	fi
- fi
diff -urN /usr/ports/mail/kshowmail/files/patch-showrecordelem.cpp mail/kshowmail/files/patch-showrecordelem.cpp
--- /usr/ports/mail/kshowmail/files/patch-showrecordelem.cpp	Mon Aug 16 02:23:33 2004
+++ mail/kshowmail/files/patch-showrecordelem.cpp	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- kshowmail/showrecordelem.cpp.orig	Sun Aug 15 19:13:32 2004
-+++ kshowmail/showrecordelem.cpp	Sun Aug 15 19:13:49 2004
-@@ -115,7 +115,7 @@
-              << i18n("Subject") << " = " << subject() << endl << endl;
-     Logger::flush();
-   }
--};
-+}
- 
- 
- QString ShowRecordElem::from () const
diff -urN /usr/ports/mail/kshowmail/pkg-plist mail/kshowmail/pkg-plist
--- /usr/ports/mail/kshowmail/pkg-plist	Sun Jan 22 14:14:03 2006
+++ mail/kshowmail/pkg-plist	Mon Oct 22 03:59:06 2007
@@ -1,4 +1,12 @@
 bin/kshowmail
+lib/kde3/kcm_kshowmailconfigaccounts.la
+lib/kde3/kcm_kshowmailconfigaccounts.so
+lib/kde3/kcm_kshowmailconfigactions.la
+lib/kde3/kcm_kshowmailconfigactions.so
+lib/kde3/kcm_kshowmailconfigdisplay.la
+lib/kde3/kcm_kshowmailconfigdisplay.so
+lib/kde3/kcm_kshowmailconfiggeneral.la
+lib/kde3/kcm_kshowmailconfiggeneral.so
 share/applnk/Internet/kshowmail.desktop
 share/apps/kshowmail/kshowmailui.rc
 share/apps/kshowmail/pics/eraser.png
@@ -7,7 +15,6 @@
 share/apps/kshowmail/pics/letter-closed.png
 share/apps/kshowmail/pics/letter-open.png
 share/apps/kshowmail/pics/ok.png
-share/apps/kshowmail/pics/spam.png
 share/apps/kshowmail/pics/tool.png
 share/apps/kshowmail/sounds/neuepost.wav
 share/apps/kshowmail/sounds/newmail.wav
@@ -26,21 +33,34 @@
 share/doc/HTML/hu/kshowmail/common
 share/doc/HTML/hu/kshowmail/index.cache.bz2
 share/doc/HTML/hu/kshowmail/index.docbook
+share/doc/HTML/it/kshowmail/common
+share/doc/HTML/it/kshowmail/index.cache.bz2
+share/doc/HTML/it/kshowmail/index.docbook
+share/doc/HTML/ru/kshowmail/common
+share/doc/HTML/ru/kshowmail/index.cache.bz2
+share/doc/HTML/ru/kshowmail/index.docbook
 share/doc/HTML/sv/kshowmail/common
 share/doc/HTML/sv/kshowmail/index.cache.bz2
 share/doc/HTML/sv/kshowmail/index.docbook
-share/icons/hicolor/16x16/apps/kshowmail.png
+share/locale/cs/LC_MESSAGES/kshowmail.mo
 share/locale/de/LC_MESSAGES/kshowmail.mo
 share/locale/es/LC_MESSAGES/kshowmail.mo
 share/locale/fr/LC_MESSAGES/kshowmail.mo
 share/locale/hu/LC_MESSAGES/kshowmail.mo
+share/locale/it/LC_MESSAGES/kshowmail.mo
+share/locale/ru/LC_MESSAGES/kshowmail.mo
 share/locale/sv/LC_MESSAGES/kshowmail.mo
- at dirrmtry share/icons/hicolor/16x16/apps
- at dirrmtry share/icons/hicolor/16x16
- at dirrmtry share/icons/hicolor
- at dirrmtry share/icons
+share/services/kshowmailconfigaccounts.desktop
+share/services/kshowmailconfigactions.desktop
+share/services/kshowmailconfigdisplay.desktop
+share/services/kshowmailconfiggeneral.desktop
+ at dirrmtry share/services
 @dirrm share/doc/HTML/sv/kshowmail
 @dirrmtry share/doc/HTML/sv
+ at dirrm share/doc/HTML/ru/kshowmail
+ at dirrmtry share/doc/HTML/ru
+ at dirrm share/doc/HTML/it/kshowmail
+ at dirrmtry share/doc/HTML/it
 @dirrm share/doc/HTML/hu/kshowmail
 @dirrmtry share/doc/HTML/hu
 @dirrm share/doc/HTML/fr/kshowmail
@@ -58,3 +78,4 @@
 @dirrmtry share/apps
 @dirrmtry share/applnk/Internet
 @dirrmtry share/applnk
+ at dirrmtry lib/kde3
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list