From nobody@FreeBSD.org  Sun Dec 13 19:03:29 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8D48F106568F
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Dec 2009 19:03:29 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7BF8C8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Dec 2009 19:03:29 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nBDJ3TkA030291
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Dec 2009 19:03:29 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nBDJ3TgW030290;
	Sun, 13 Dec 2009 19:03:29 GMT
	(envelope-from nobody)
Message-Id: <200912131903.nBDJ3TgW030290@www.freebsd.org>
Date: Sun, 13 Dec 2009 19:03:29 GMT
From: Hannes <kports@soulrebel.in-berlin.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [ports-mgmt/kports-qt4] update to new version
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         141435
>Category:       ports
>Synopsis:       ports-mgmt/kports-qt4: update to new version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 13 19:10:01 UTC 2009
>Closed-Date:    Sun Dec 20 22:11:22 UTC 2009
>Last-Modified:  Mon Dec 21 08:50:01 UTC 2009
>Originator:     Hannes
>Release:        
>Organization:
>Environment:
>Description:
The attached diff should update the port to the new version.

Thanks for your help!

Regards,
Hannes

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ru ports-mgmt/kports-qt4.orig/Makefile ports-mgmt/kports-qt4/Makefile
--- ports-mgmt/kports-qt4.orig/Makefile	2009-08-18 13:05:32.000000000 +0000
+++ ports-mgmt/kports-qt4/Makefile	2009-12-12 23:45:15.000000000 +0000
@@ -1,52 +1,55 @@
-# New ports collection makefile for:	kports
-# Date created:				Thu Jan 12 12:47:58 UTC 2006
-# Whom:				Hannes Hauswedell <hannes.hauswedell@gmail.com>
-#
-# $FreeBSD: ports/ports-mgmt/kports-qt4/Makefile,v 1.13 2009/08/18 13:05:32 makc Exp $
-#
-
-PORTNAME=	kports
-PORTVERSION=	0.8.1
-PORTREVISION=	1
-CATEGORIES=	ports-mgmt kde
-MASTER_SITES=	SF
-
-MAINTAINER=	kports@soulrebel.in-berlin.de
-COMMENT=	 Qt4-Version of your favorite frontend to the Ports
-
-RUN_DEPENDS=	portaudit:${PORTSDIR}/ports-mgmt/portaudit
-
-CONFLICTS=	kports-0.[0-7]*
-
-USE_BZIP2=	yes
-
-USE_QT_VER=	4
-QT_COMPONENTS=	corelib gui network qmake_build moc_build uic_build rcc_build
-QMAKE_ARGS+=	PREFIX=${PREFIX}
-MAKE_JOBS_SAFE=	yes
 
-HAS_CONFIGURE=	yes
+
+PORTNAME=       kports
+PORTVERSION=    0.8.2
+PORTREVISION=   0
+CATEGORIES=     ports-mgmt kde
+MASTER_SITES=   SF
+
+MAINTAINER=     kports@soulrebel.in-berlin.de
+COMMENT=        Qt4-Version of your favorite frontend to the Ports
+
+CONFLICTS=      kports-0.[0-7]*
+
+USE_BZIP2=      yes
+
+USE_QT_VER=     4
+USE_GMAKE=	yes
+QT_COMPONENTS=  corelib gui network qmake_build moc_build uic_build rcc_build
+QMAKE_ARGS+=    PREFIX=${PREFIX}
+MAKE_JOBS_SAFE= yes
+HAS_CONFIGURE= 	yes
 
 LATEST_LINK=	kports-qt4
 
+RUN_DEPENDS+=   portaudit:${PORTSDIR}/ports-mgmt/portaudit \
+                uma:${PORTSDIR}/sysutils/bsdadminscripts
+
+
 OPTIONS=	DEBUG "Add Debugging Symbols" off \
-		KDE "Pull in kdebase-runtime" on
+                OXYGEN "Pull in Oxygen icons (recommended)" on \
+                KDEBASE "Pull in kdebase-runtime for kdesu" on
 
 .include <bsd.port.pre.mk>
 
-.if !defined(WITHOUT_KDE)
-RUN_DEPENDS+=	${LOCALBASE}/kde4/lib/kde4/libexec/kdesu:${PORTSDIR}/x11/kdebase4-runtime \
-		${LOCALBASE}/kde4/share/icons/oxygen/index.theme:${PORTSDIR}/x11-themes/kde4-icons-oxygen
-.else
-PKGMESSAGE=	pkg-message.nokdebase
+.if !defined(WITHOUT_OXYGEN)
+RUN_DEPENDS+= 	${LOCALBASE}/kde4/share/icons/oxygen/index.theme:${PORTSDIR}/x11-themes/kde4-icons-oxygen
+.endif
+
+.if !defined(WITHOUT_KDEBASE)
+RUN_DEPENDS+= 	${LOCALBASE}/kde4/lib/kde4/libexec/kdesu:${PORTSDIR}/x11/kdebase4-runtime
 .endif
 
+
 post-patch:
 	${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/data/kports.desktop
 
 .if defined(WITH_DEBUG)
 pre-configure:
 	@(${ECHO_CMD} "CONFIG += debug" >> ${WRKSRC}/src/src.pro)
+	@(${ECHO_CMD} "CONFIG -= release warn_off" >> ${WRKSRC}/src/src.pro)
+	@(${ECHO_CMD} "CONFIG += debug warn_on" >> ${WRKSRC}/src/src.pro)
+	@(${ECHO_CMD} "DEFINES -= QT_NO_DEBUG_OUTPUT" >> ${WRKSRC}/src/src.pro)
 .endif
 
 do-configure:
@@ -54,8 +57,14 @@
 		${QMAKE} -unix ${QMAKE_ARGS} kports.pro
 
 post-install:
-.if defined(WITHOUT_KDE)
-	@${CAT} ${PKGMESSAGE}
+.if defined(WITHOUT_OXYGEN)
+	@${CAT} pkg-message.nooxygen
+.endif
+
+.if defined(WITHOUT_KDEBASE)
+	@${CAT} pkg-message.nokdebase
 .endif
 
+
+
 .include <bsd.port.post.mk>
diff -ru ports-mgmt/kports-qt4.orig/distinfo ports-mgmt/kports-qt4/distinfo
--- ports-mgmt/kports-qt4.orig/distinfo	2009-04-06 20:11:39.000000000 +0000
+++ ports-mgmt/kports-qt4/distinfo	2009-12-13 00:21:31.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (kports-0.8.1.tar.bz2) = acd86d2ec8465ea8353e053ee885708e
-SHA256 (kports-0.8.1.tar.bz2) = 4156937590db7a904c50411e4ccb4aae6a1a201bd2aebc3096ea023e73ca1a2d
-SIZE (kports-0.8.1.tar.bz2) = 242536
+MD5 (kports-0.8.2.tar.bz2) = fd0a8276a144a643bc15d354e3dd91cf
+SHA256 (kports-0.8.2.tar.bz2) = ad871eea1cfd453c112ec6d399231a92719ec8fd9e7a7df02838cc127e81adba
+SIZE (kports-0.8.2.tar.bz2) = 344648
diff -ru ports-mgmt/kports-qt4.orig/pkg-descr ports-mgmt/kports-qt4/pkg-descr
--- ports-mgmt/kports-qt4.orig/pkg-descr	2009-04-06 20:11:39.000000000 +0000
+++ ports-mgmt/kports-qt4/pkg-descr	2009-11-22 00:38:29.000000000 +0000
@@ -3,8 +3,8 @@
 
 It is designed to make managing your applications easier and more pleasent.
 
-This is the Port based on the new Qt4-only codebase. You cannot(!) use this to
-actually install and remove packages. If you need to do that use the version
-based on KDE3: ports-mgmt/kports.
+This is the Port based on the new Qt4-only codebase. You cannot use this to
+actually install and remove packages. If you need that use the version based
+on KDE3: ports-mgmt/kports.
 
-WWW: http://kports.sf.net
+WWW: http://kports.sf.net
\ No newline at end of file
diff -ru ports-mgmt/kports-qt4.orig/pkg-message.nokdebase ports-mgmt/kports-qt4/pkg-message.nokdebase
--- ports-mgmt/kports-qt4.orig/pkg-message.nokdebase	2009-04-06 20:11:39.000000000 +0000
+++ ports-mgmt/kports-qt4/pkg-message.nokdebase	2009-12-08 00:19:42.000000000 +0000
@@ -2,15 +2,10 @@
 * 			WARNING				*
 * 							*
 * You decided not to pull in kdebase-runtime during	*
-* install. If you do not have it installed and don't	*
-* want to now, you should note the following:		*
+* install, if you don't have it installed you won't 	*
+* have kdesu. However KPorts needs to be started as 	*
+* root! Alternatives to kdesu include:			*
 *							*
-* 1) KPorts needs to be started as root to be useful,	*
-*    but you won't have kdesu. Instead you can use	*
 *    gksu, sudo or 'ssh -X root@localhost'.		*
 *							*
-* 2) KPorts will expect the oxygen icon theme and not	*
-*    find it. You should go the settings and select a	*
-*    different theme. KPorts might look crap.		*
-* 							*
 *********************************************************
Only in ports-mgmt/kports-qt4: pkg-message.nooxygen
diff -ru ports-mgmt/kports-qt4.orig/pkg-plist ports-mgmt/kports-qt4/pkg-plist
--- ports-mgmt/kports-qt4.orig/pkg-plist	2009-04-06 20:11:39.000000000 +0000
+++ ports-mgmt/kports-qt4/pkg-plist	2009-12-13 18:57:57.000000000 +0000
@@ -1,13 +1,15 @@
 bin/kports
+sbin/portsnap_patched
 share/applications/kports.desktop
-share/icons/hicolor/128x128/apps/kports.png
 share/icons/hicolor/16x16/apps/kports.png
 share/icons/hicolor/22x22/apps/kports.png
-share/icons/hicolor/256x256/apps/kports.png
 share/icons/hicolor/32x32/apps/kports.png
 share/icons/hicolor/48x48/apps/kports.png
 share/icons/hicolor/64x64/apps/kports.png
+share/icons/hicolor/128x128/apps/kports.png
+share/icons/hicolor/256x256/apps/kports.png
 share/icons/hicolor/scalable/apps/kports.svgz
+share/kports/translations/kports_pt_BR.qm
 @dirrmtry share/icons/hicolor/scalable/apps
 @dirrmtry share/icons/hicolor/scalable
 @dirrmtry share/icons/hicolor/64x64/apps
@@ -27,3 +29,7 @@
 @dirrmtry share/icons/hicolor
 @dirrmtry share/icons
 @dirrmtry share/applications
+@dirrmtry share/kports/translations
+@dirrmtry share/kports
+
+


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Dec 13 23:39:34 UTC 2009 
Responsible-Changed-Why:  
make this a ports PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141435 
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: makc 
Responsible-Changed-When: Tue Dec 15 21:35:21 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141435 
State-Changed-From-To: open->feedback 
State-Changed-By: makc 
State-Changed-When: Wed Dec 16 22:27:30 UTC 2009 
State-Changed-Why:  
Hannes, it's recommended to run portlint (see 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-portlint.html) 
before submitting ports and fix errors/warnings. Also, please, do not 
remove header from Makefile. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141435 

From: Hannes <kports@soulrebel.in-berlin.de>
To: bug-followup@freebsd.org
Cc: makc@freebsd.org
Subject: Re: ports/141435: ports-mgmt/kports-qt4: update to new version
Date: Sat, 19 Dec 2009 23:14:59 +0100

 --Boundary-00=_jBVLLcyNEuk15AV
 Content-Type: Text/Plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 Hi Max,
 
 sorry about that, its been a while and I was in hurry :|
 
 A new diff is attached, only one warning, no fatals!
 
 Thanks!
 
 
 --Boundary-00=_jBVLLcyNEuk15AV
 Content-Type: text/plain;
   charset="UTF-8";
   name="new_kports.patch.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="new_kports.patch.txt"
 
 diff -ur ports-mgmt/kports-qt4.OLD/Makefile ports-mgmt/kports-qt4/Makefile
 --- ports-mgmt/kports-qt4.OLD/Makefile	2009-08-18 15:05:32.000000000 +0200
 +++ ports-mgmt/kports-qt4/Makefile	2009-12-19 23:03:20.000000000 +0100
 @@ -5,40 +5,43 @@
  # $FreeBSD: ports/ports-mgmt/kports-qt4/Makefile,v 1.13 2009/08/18 13:05:32 makc Exp $
  #
  
 -PORTNAME=	kports
 -PORTVERSION=	0.8.1
 -PORTREVISION=	1
 -CATEGORIES=	ports-mgmt kde
 +PORTNAME=       kports
 +PORTVERSION=    0.8.2
 +PORTREVISION=   0
 +CATEGORIES=     ports-mgmt kde
  MASTER_SITES=	SF
  
  MAINTAINER=	kports@soulrebel.in-berlin.de
 -COMMENT=	 Qt4-Version of your favorite frontend to the Ports
 +COMMENT=	Qt4-Version of your favorite frontend to the Ports
  
 -RUN_DEPENDS=	portaudit:${PORTSDIR}/ports-mgmt/portaudit
 +CONFLICTS=      kports-0.[0-7]*
  
 -CONFLICTS=	kports-0.[0-7]*
 +USE_BZIP2=      yes
  
 -USE_BZIP2=	yes
 -
 -USE_QT_VER=	4
 -QT_COMPONENTS=	corelib gui network qmake_build moc_build uic_build rcc_build
 -QMAKE_ARGS+=	PREFIX=${PREFIX}
 -MAKE_JOBS_SAFE=	yes
 -
 -HAS_CONFIGURE=	yes
 +USE_QT_VER=     4
 +USE_GMAKE=	yes
 +QT_COMPONENTS=  corelib gui network qmake_build moc_build uic_build rcc_build
 +QMAKE_ARGS+=    PREFIX=${PREFIX}
 +MAKE_JOBS_SAFE= yes
 +HAS_CONFIGURE= 	yes
  
  LATEST_LINK=	kports-qt4
  
 +RUN_DEPENDS+=	portaudit:${PORTSDIR}/ports-mgmt/portaudit \
 +		uma:${PORTSDIR}/sysutils/bsdadminscripts
 +
  OPTIONS=	DEBUG "Add Debugging Symbols" off \
 -		KDE "Pull in kdebase-runtime" on
 +		OXYGEN "Pull in Oxygen icons (recommended)" on \
 +		KDEBASE "Pull in kdebase-runtime for kdesu" on
  
  .include <bsd.port.pre.mk>
  
 -.if !defined(WITHOUT_KDE)
 -RUN_DEPENDS+=	${LOCALBASE}/kde4/lib/kde4/libexec/kdesu:${PORTSDIR}/x11/kdebase4-runtime \
 -		${LOCALBASE}/kde4/share/icons/oxygen/index.theme:${PORTSDIR}/x11-themes/kde4-icons-oxygen
 -.else
 -PKGMESSAGE=	pkg-message.nokdebase
 +.if !defined(WITHOUT_OXYGEN)
 +RUN_DEPENDS+= 	${LOCALBASE}/kde4/share/icons/oxygen/index.theme:${PORTSDIR}/x11-themes/kde4-icons-oxygen
 +.endif
 +
 +.if !defined(WITHOUT_KDEBASE)
 +RUN_DEPENDS+= 	${LOCALBASE}/kde4/lib/kde4/libexec/kdesu:${PORTSDIR}/x11/kdebase4-runtime
  .endif
  
  post-patch:
 @@ -47,6 +50,9 @@
  .if defined(WITH_DEBUG)
  pre-configure:
  	@(${ECHO_CMD} "CONFIG += debug" >> ${WRKSRC}/src/src.pro)
 +	@(${ECHO_CMD} "CONFIG -= release warn_off" >> ${WRKSRC}/src/src.pro)
 +	@(${ECHO_CMD} "CONFIG += debug warn_on" >> ${WRKSRC}/src/src.pro)
 +	@(${ECHO_CMD} "DEFINES -= QT_NO_DEBUG_OUTPUT" >> ${WRKSRC}/src/src.pro)
  .endif
  
  do-configure:
 @@ -54,8 +60,12 @@
  		${QMAKE} -unix ${QMAKE_ARGS} kports.pro
  
  post-install:
 -.if defined(WITHOUT_KDE)
 -	@${CAT} ${PKGMESSAGE}
 +.if defined(WITHOUT_OXYGEN)
 +	@${CAT} pkg-message.nooxygen
 +.endif
 +
 +.if defined(WITHOUT_KDEBASE)
 +	@${CAT} pkg-message.nokdebase
  .endif
  
  .include <bsd.port.post.mk>
 diff -ur ports-mgmt/kports-qt4.OLD/distinfo ports-mgmt/kports-qt4/distinfo
 --- ports-mgmt/kports-qt4.OLD/distinfo	2009-04-06 22:11:39.000000000 +0200
 +++ ports-mgmt/kports-qt4/distinfo	2009-12-13 01:21:31.000000000 +0100
 @@ -1,3 +1,3 @@
 -MD5 (kports-0.8.1.tar.bz2) = acd86d2ec8465ea8353e053ee885708e
 -SHA256 (kports-0.8.1.tar.bz2) = 4156937590db7a904c50411e4ccb4aae6a1a201bd2aebc3096ea023e73ca1a2d
 -SIZE (kports-0.8.1.tar.bz2) = 242536
 +MD5 (kports-0.8.2.tar.bz2) = fd0a8276a144a643bc15d354e3dd91cf
 +SHA256 (kports-0.8.2.tar.bz2) = ad871eea1cfd453c112ec6d399231a92719ec8fd9e7a7df02838cc127e81adba
 +SIZE (kports-0.8.2.tar.bz2) = 344648
 diff -ur ports-mgmt/kports-qt4.OLD/pkg-descr ports-mgmt/kports-qt4/pkg-descr
 --- ports-mgmt/kports-qt4.OLD/pkg-descr	2009-04-06 22:11:39.000000000 +0200
 +++ ports-mgmt/kports-qt4/pkg-descr	2009-12-19 23:00:40.000000000 +0100
 @@ -3,8 +3,8 @@
  
  It is designed to make managing your applications easier and more pleasent.
  
 -This is the Port based on the new Qt4-only codebase. You cannot(!) use this to
 -actually install and remove packages. If you need to do that use the version
 -based on KDE3: ports-mgmt/kports.
 +This is the Port based on the new Qt4-only codebase. You cannot use this to
 +actually install and remove packages. If you need that use the version based
 +on KDE3: ports-mgmt/kports.
  
  WWW: http://kports.sf.net
 diff -ur ports-mgmt/kports-qt4.OLD/pkg-message.nokdebase ports-mgmt/kports-qt4/pkg-message.nokdebase
 --- ports-mgmt/kports-qt4.OLD/pkg-message.nokdebase	2009-04-06 22:11:39.000000000 +0200
 +++ ports-mgmt/kports-qt4/pkg-message.nokdebase	2009-12-08 01:19:42.000000000 +0100
 @@ -2,15 +2,10 @@
  * 			WARNING				*
  * 							*
  * You decided not to pull in kdebase-runtime during	*
 -* install. If you do not have it installed and don't	*
 -* want to now, you should note the following:		*
 +* install, if you don't have it installed you won't 	*
 +* have kdesu. However KPorts needs to be started as 	*
 +* root! Alternatives to kdesu include:			*
  *							*
 -* 1) KPorts needs to be started as root to be useful,	*
 -*    but you won't have kdesu. Instead you can use	*
  *    gksu, sudo or 'ssh -X root@localhost'.		*
  *							*
 -* 2) KPorts will expect the oxygen icon theme and not	*
 -*    find it. You should go the settings and select a	*
 -*    different theme. KPorts might look crap.		*
 -* 							*
  *********************************************************
 Only in ports-mgmt/kports-qt4: pkg-message.nooxygen
 diff -ur ports-mgmt/kports-qt4.OLD/pkg-plist ports-mgmt/kports-qt4/pkg-plist
 --- ports-mgmt/kports-qt4.OLD/pkg-plist	2009-04-06 22:11:39.000000000 +0200
 +++ ports-mgmt/kports-qt4/pkg-plist	2009-12-19 23:10:27.000000000 +0100
 @@ -1,13 +1,15 @@
  bin/kports
 +sbin/portsnap_patched
  share/applications/kports.desktop
 -share/icons/hicolor/128x128/apps/kports.png
  share/icons/hicolor/16x16/apps/kports.png
  share/icons/hicolor/22x22/apps/kports.png
 -share/icons/hicolor/256x256/apps/kports.png
  share/icons/hicolor/32x32/apps/kports.png
  share/icons/hicolor/48x48/apps/kports.png
  share/icons/hicolor/64x64/apps/kports.png
 +share/icons/hicolor/128x128/apps/kports.png
 +share/icons/hicolor/256x256/apps/kports.png
  share/icons/hicolor/scalable/apps/kports.svgz
 +share/kports/translations/kports_pt_BR.qm
  @dirrmtry share/icons/hicolor/scalable/apps
  @dirrmtry share/icons/hicolor/scalable
  @dirrmtry share/icons/hicolor/64x64/apps
 @@ -27,3 +29,5 @@
  @dirrmtry share/icons/hicolor
  @dirrmtry share/icons
  @dirrmtry share/applications
 +@dirrmtry share/kports/translations
 +@dirrmtry share/kports
 Only in ports-mgmt/kports-qt4: work
 
 --Boundary-00=_jBVLLcyNEuk15AV--
State-Changed-From-To: feedback->closed 
State-Changed-By: makc 
State-Changed-When: Sun Dec 20 22:11:21 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141435 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141435: commit references a PR
Date: Sun, 20 Dec 2009 22:11:17 +0000 (UTC)

 makc        2009-12-20 22:11:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ports-mgmt/kports-qt4 Makefile distinfo pkg-descr 
                           pkg-message.nokdebase pkg-plist 
   Log:
   Update to 0.8.2
   
   PR:             ports/141435
   Submitted by:   Hannes Hauswedell (maintainer)
   
   Revision  Changes    Path
   1.14      +23 -14    ports/ports-mgmt/kports-qt4/Makefile
   1.5       +3 -3      ports/ports-mgmt/kports-qt4/distinfo
   1.5       +3 -3      ports/ports-mgmt/kports-qt4/pkg-descr
   1.2       +3 -8      ports/ports-mgmt/kports-qt4/pkg-message.nokdebase
   1.4       +6 -2      ports/ports-mgmt/kports-qt4/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: Hannes Hauswedell <kports@soulrebel.in-berlin.de>
To: bug-followup@freebsd.org, makc@freebsd.org
Cc:  
Subject: Re: ports/141435: ports-mgmt/kports-qt4: update to new version
Date: Mon, 21 Dec 2009 01:27:00 +0100

 Thanks for the quick commit! However, I think it has to be 
 USE_KDE4+= runtime/oxygen
 instead of
 USE_KDE4= runtime/oxygen
 
 The way it is now, only one dependency is registered.
 
 Regards,
 Hannes

From: Max Brazhnikov <makc@freebsd.org>
To: Hannes Hauswedell <kports@soulrebel.in-berlin.de>
Cc: bug-followup@freebsd.org
Subject: Re: ports/141435: ports-mgmt/kports-qt4: update to new version
Date: Mon, 21 Dec 2009 11:42:02 +0300

 On Mon, 21 Dec 2009 01:27:00 +0100, Hannes Hauswedell wrote:
 > Thanks for the quick commit! However, I think it has to be
 > USE_KDE4+= runtime/oxygen
 > instead of
 > USE_KDE4= runtime/oxygen
 True and not at the same time: oxygen already is pulled by kdelibs (and thus 
 by kdebase), so it can be removed from your port. I'll fix this tonight.
 
 Max
>Unformatted:
