Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Sep 2006 14:39:57 GMT
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/102790: update port: x11-themes/kdmtheme
Message-ID:  <200609021439.k82EdvHq086901@www.freebsd.org>
Resent-Message-ID: <200609021440.k82EeJc6050212@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102790
>Category:       ports
>Synopsis:       update port: x11-themes/kdmtheme
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 02 14:40:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
FreeBSD luna.zuzino.mipt.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun  5 18:46:21 MSD 2006     makc@luna.zuzino.mipt.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
fix mastersite and update port
tested with porttools-0.77
>How-To-Repeat:

>Fix:
diff -ruN --exclude=CVS /usr/ports/x11-themes/kdmtheme/Makefile /home/makc/porting/ports/x11-themes/kdmtheme/Makefile
--- /usr/ports/x11-themes/kdmtheme/Makefile	Sun Feb 26 05:06:45 2006
+++ /home/makc/porting/ports/x11-themes/kdmtheme/Makefile	Sat Sep  2 18:12:05 2006
@@ -6,16 +6,12 @@
 #
 
 PORTNAME=	kdmtheme
-PORTVERSION=	0.9
-PORTREVISION=	2
+PORTVERSION=	1.1.2
 CATEGORIES=	x11-themes
-MASTER_SITES=	http://smileaf.org/files/
-DISTNAME=	kdmtheme-${PORTVERSION}
+MASTER_SITES=	http://beta.smileaf.org/files/kdmtheme/
 
 MAINTAINER=	illusia@inbox.lv
 COMMENT=	KDM Theme Manager
-
-EXTRA_PATCHES=	${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
 
 USE_KDEBASE_VER=3
 USE_BZIP2=	yes
diff -ruN --exclude=CVS /usr/ports/x11-themes/kdmtheme/distinfo /home/makc/porting/ports/x11-themes/kdmtheme/distinfo
--- /usr/ports/x11-themes/kdmtheme/distinfo	Tue Jan 24 06:16:35 2006
+++ /home/makc/porting/ports/x11-themes/kdmtheme/distinfo	Sat Sep  2 18:05:11 2006
@@ -1,3 +1,3 @@
-MD5 (kdmtheme-0.9.tar.bz2) = 7fef92248f87cbedc86f9be934f997f3
-SHA256 (kdmtheme-0.9.tar.bz2) = 33847117cb55b38b2a205564088c493d5ad863968a4766e77812d5499f6f207f
-SIZE (kdmtheme-0.9.tar.bz2) = 607187
+MD5 (kdmtheme-1.1.2.tar.bz2) = 40bacda700e847aab7070babc15f67ca
+SHA256 (kdmtheme-1.1.2.tar.bz2) = 21fd8c2705021a3647df0271a4ea996d0bbf4c165fb1d592eb9c74b100663c31
+SIZE (kdmtheme-1.1.2.tar.bz2) = 711267
diff -ruN --exclude=CVS /usr/ports/x11-themes/kdmtheme/files/patch-src_kdmtheme.cpp /home/makc/porting/ports/x11-themes/kdmtheme/files/patch-src_kdmtheme.cpp
--- /usr/ports/x11-themes/kdmtheme/files/patch-src_kdmtheme.cpp	Fri Apr 15 03:24:04 2005
+++ /home/makc/porting/ports/x11-themes/kdmtheme/files/patch-src_kdmtheme.cpp	Thu Jan  1 03:00:00 1970
@@ -1,13 +0,0 @@
---- src/kdmtheme.cpp	Wed Apr  6 07:50:26 2005
-+++ src/kdmtheme.cpp	Fri Apr 15 00:35:34 2005
-@@ -393,8 +393,8 @@
- 
- void kdmtheme::updateTheme( const QString &screenshot, const QString &copyright, const QString &description ) {
- 	p_configWidget->Info->setText(
--			((copyright.length() > 0)?i18n( "<b>Copyright:</b> " ) + copyright + "<br/>":"") +
--			((description.length() > 0)?i18n( "<b>Description:</b> " ) + description:"") );
-+			((copyright.length() > 0)?i18n( "<b>Copyright:</b> " ) + copyright + ("<br/>"):QString("")) +
-+			((description.length() > 0)?i18n( "<b>Description:</b> " ) + description:QString("")) );
- 	p_configWidget->Preview->setPixmap( screenshot );
- }
- 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609021439.k82EdvHq086901>