aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/kdmtheme
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2006-10-08 12:15:36 +0000
committerStefan Walter <stefan@FreeBSD.org>2006-10-08 12:15:36 +0000
commitf31f20abc67c64f63c9ba40f94c4dbba4d7614fb (patch)
tree330447fa510d314553a56be14bcc9bcc10da1588 /x11-themes/kdmtheme
parent56ea46a21d10379a3983ca0a32adbcfa42a57b30 (diff)
downloadports-f31f20abc67c64f63c9ba40f94c4dbba4d7614fb.tar.gz
ports-f31f20abc67c64f63c9ba40f94c4dbba4d7614fb.zip
- Update to 1.1.2
- Chase master site. PR: 102790 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Approved by: maintainer timeout (5 weeks)
Notes
Notes: svn path=/head/; revision=174926
Diffstat (limited to 'x11-themes/kdmtheme')
-rw-r--r--x11-themes/kdmtheme/Makefile8
-rw-r--r--x11-themes/kdmtheme/distinfo6
-rw-r--r--x11-themes/kdmtheme/files/patch-src_kdmtheme.cpp13
3 files changed, 5 insertions, 22 deletions
diff --git a/x11-themes/kdmtheme/Makefile b/x11-themes/kdmtheme/Makefile
index 6570c6538f6d..dd1ccccf2bc2 100644
--- a/x11-themes/kdmtheme/Makefile
+++ b/x11-themes/kdmtheme/Makefile
@@ -6,17 +6,13 @@
#
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
USE_AUTOTOOLS= libtool:15
diff --git a/x11-themes/kdmtheme/distinfo b/x11-themes/kdmtheme/distinfo
index 6cc9a7a23c1b..52934b3634a5 100644
--- a/x11-themes/kdmtheme/distinfo
+++ b/x11-themes/kdmtheme/distinfo
@@ -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 --git a/x11-themes/kdmtheme/files/patch-src_kdmtheme.cpp b/x11-themes/kdmtheme/files/patch-src_kdmtheme.cpp
deleted file mode 100644
index c9a2b772f552..000000000000
--- a/x11-themes/kdmtheme/files/patch-src_kdmtheme.cpp
+++ /dev/null
@@ -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 );
- }
-