ports/73365: [maintainer update] Update x11-themes/phase to version 0.6

David Johnson david at usermode.org
Sun Oct 31 23:50:27 UTC 2004


>Number:         73365
>Category:       ports
>Synopsis:       [maintainer update] Update x11-themes/phase to version 0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 31 23:50:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Johnson
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD scatha.usermode.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sun Jun 13 20:07:29 PDT 2004 root at scatha.home:/usr/obj/usr/src/sys/SCATHA i386


	
>Description:
	Update x11-themes/phase to version 0.6. Note that this update
	removes the files directory.
>How-To-Repeat:
	
>Fix:

	

--- phase.diff begins here ---
diff -ruN phase.old/Makefile phase/Makefile
--- phase.old/Makefile	Sun Oct 31 15:16:47 2004
+++ phase/Makefile	Sun Oct 31 15:17:08 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phase
-PORTVERSION=	0.4
+PORTVERSION=	0.6
 CATEGORIES=	x11-themes kde
 MASTER_SITES=	http://www.usermode.org/code/
 
diff -ruN phase.old/distinfo phase/distinfo
--- phase.old/distinfo	Sun Oct 31 15:16:47 2004
+++ phase/distinfo	Sun Oct 31 15:38:31 2004
@@ -1,2 +1,2 @@
-MD5 (phase-0.4.tar.gz) = 4e5f5bf08e0b185318e5d2d4df5b1b5b
-SIZE (phase-0.4.tar.gz) = 474702
+MD5 (phase-0.6.tar.gz) = ab23b2970ca6479a483a6d24c6880acc
+SIZE (phase-0.6.tar.gz) = 474823
diff -ruN phase.old/files/patch-phasestyle.cc phase/files/patch-phasestyle.cc
--- phase.old/files/patch-phasestyle.cc	Sun Oct 31 15:16:47 2004
+++ phase/files/patch-phasestyle.cc	Wed Dec 31 16:00:00 1969
@@ -1,29 +0,0 @@
---- phasestyle/phasestyle.cc.orig	Mon Jul  5 19:38:55 2004
-+++ phasestyle/phasestyle.cc	Sun Jul 25 20:58:33 2004
-@@ -1085,7 +1085,7 @@
-       case KPE_SliderHandle: {
-           const QSlider* slider = dynamic_cast<const QSlider*>(widget);
-           if (slider) {
--              QColor color = (slider==hover_)
-+              QColor color = ((QWidget*)slider==hover_)
-                   ? group.button().light(contrast)
-                   : group.button();
-               if (slider->orientation() == Horizontal) {
-@@ -1619,7 +1619,7 @@
- 
-           sunken = (active == SC_ComboBoxArrow);
-           drawPhaseButton(painter, x, y, w, h, group,
--                          (combo==hover_)
-+                          ((QWidget*)combo==hover_)
-                           ? group.button().light(contrast)
-                           : group.button(), sunken);
- 
-@@ -1774,7 +1774,7 @@
-               if (reverse_) subrect.moveLeft(spin->upRect().left());
-               drawPhaseBevel(painter, subrect.x(), subrect.y(),
-                              subrect.width(), subrect.height(), group,
--                             (spin==hover_)
-+                             ((QWidget*)spin==hover_)
-                              ? group.button().light(contrast)
-                              : group.button(), false, false, false);
-           }
--- phase.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list