From owner-svn-ports-all@FreeBSD.ORG Tue Jun 3 16:20:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F424144; Tue, 3 Jun 2014 16:20:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F7292CA2; Tue, 3 Jun 2014 16:20:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s53GKn2H051413; Tue, 3 Jun 2014 16:20:49 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s53GKmQZ051405; Tue, 3 Jun 2014 16:20:48 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201406031620.s53GKmQZ051405@svn.freebsd.org> From: "Jason E. Hale" Date: Tue, 3 Jun 2014 16:20:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356376 - in head/deskutils: plasma-applet-daisy plasma-applet-panelspacer plasma-applet-playwolf plasma-applet-serverstatuswidget plasma-applet-teacooker plasma-applet-yawp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 16:20:49 -0000 Author: jhale Date: Tue Jun 3 16:20:47 2014 New Revision: 356376 URL: http://svnweb.freebsd.org/changeset/ports/356376 QAT: https://qat.redports.org/buildarchive/r356376/ Log: - STAGEify - Add LICENSE where needed - Make COMMENT more concise - Convert USE_BZIP2 -> USES=tar:bzip2 Modified: head/deskutils/plasma-applet-daisy/Makefile head/deskutils/plasma-applet-panelspacer/Makefile head/deskutils/plasma-applet-playwolf/Makefile head/deskutils/plasma-applet-serverstatuswidget/Makefile head/deskutils/plasma-applet-teacooker/Makefile head/deskutils/plasma-applet-yawp/Makefile Modified: head/deskutils/plasma-applet-daisy/Makefile ============================================================================== --- head/deskutils/plasma-applet-daisy/Makefile Tue Jun 3 15:48:06 2014 (r356375) +++ head/deskutils/plasma-applet-daisy/Makefile Tue Jun 3 16:20:47 2014 (r356376) @@ -17,5 +17,4 @@ USES= cmake gettext USE_KDE4= automoc4 kdeprefix kdelibs workspace USE_QT4= qmake_build moc_build rcc_build uic_build -NO_STAGE= yes .include Modified: head/deskutils/plasma-applet-panelspacer/Makefile ============================================================================== --- head/deskutils/plasma-applet-panelspacer/Makefile Tue Jun 3 15:48:06 2014 (r356375) +++ head/deskutils/plasma-applet-panelspacer/Makefile Tue Jun 3 16:20:47 2014 (r356376) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-plasmoid-${PORTVER MAINTAINER= jhale@FreeBSD.org COMMENT= Panel spacer plasma applet for KDE4 +LICENSE= GPLv2 + USES= cmake USE_KDE4= automoc4 kdeprefix workspace USE_QT4= gui dbus network opengl svg webkit xml \ @@ -21,5 +23,4 @@ WRKSRC= ${WRKDIR}/Panelspacer_from_svn_ PLIST_FILES= lib/kde4/plasma_applet_panelspacer.so \ share/kde4/services/plasma-applet-panelspacer.desktop -NO_STAGE= yes .include Modified: head/deskutils/plasma-applet-playwolf/Makefile ============================================================================== --- head/deskutils/plasma-applet-playwolf/Makefile Tue Jun 3 15:48:06 2014 (r356375) +++ head/deskutils/plasma-applet-playwolf/Makefile Tue Jun 3 16:20:47 2014 (r356376) @@ -10,8 +10,9 @@ PKGNAMEPREFIX= plasma-applet- MAINTAINER= jhale@FreeBSD.org COMMENT= Amarok 2.x plasma applet for KDE4 -USE_BZIP2= yes -USES= cmake +LICENSE= GPLv2 + +USES= cmake tar:bzip2 USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= gui dbus network opengl phonon svg webkit xml xmlpatterns \ qmake_build moc_build rcc_build uic_build @@ -29,7 +30,6 @@ ADD_NEWLINE_TO= flowlayout.cpp \ wolfbuttons.cpp \ wolflabel.h -NO_STAGE= yes post-patch: .for i in ${ADD_NEWLINE_TO} ${ECHO_CMD} >> ${WRKSRC}/${i} Modified: head/deskutils/plasma-applet-serverstatuswidget/Makefile ============================================================================== --- head/deskutils/plasma-applet-serverstatuswidget/Makefile Tue Jun 3 15:48:06 2014 (r356375) +++ head/deskutils/plasma-applet-serverstatuswidget/Makefile Tue Jun 3 16:20:47 2014 (r356376) @@ -9,21 +9,17 @@ PKGNAMEPREFIX= plasma-applet- DISTNAME= 101336-${PORTNAME}-${PORTVERSION} MAINTAINER= jhale@FreeBSD.org -COMMENT= Server monitoring plasma applet for KDE4 +COMMENT= KDE4 server monitoring plasma applet -USE_BZIP2= yes -USES= cmake gettext +LICENSE= GPLv2 + +USES= cmake gettext tar:bzip2 USE_KDE4= automoc4 kdeprefix workspace USE_QT4= qmake_build moc_build rcc_build uic_build -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes post-patch: - ${ECHO_CMD} >> ${WRKSRC}/src/serverstatus.h .include Modified: head/deskutils/plasma-applet-teacooker/Makefile ============================================================================== --- head/deskutils/plasma-applet-teacooker/Makefile Tue Jun 3 15:48:06 2014 (r356375) +++ head/deskutils/plasma-applet-teacooker/Makefile Tue Jun 3 16:20:47 2014 (r356376) @@ -9,7 +9,9 @@ PKGNAMEPREFIX= plasma-applet- DISTNAME= 85564-TeaCooker MAINTAINER= jhale@FreeBSD.org -COMMENT= Tea cooker plasma applet for KDE4 +COMMENT= KDE4 tea cooker plasma applet + +LICENSE= GPLv3 USES= cmake USE_KDE4= automoc4 kdeprefix kdelibs @@ -18,5 +20,4 @@ USE_QT4= gui dbus network opengl svg web WRKSRC= ${WRKDIR}/TeaCooker -NO_STAGE= yes .include Modified: head/deskutils/plasma-applet-yawp/Makefile ============================================================================== --- head/deskutils/plasma-applet-yawp/Makefile Tue Jun 3 15:48:06 2014 (r356375) +++ head/deskutils/plasma-applet-yawp/Makefile Tue Jun 3 16:20:47 2014 (r356376) @@ -12,10 +12,8 @@ COMMENT= KDE4 weather plasma applet LICENSE= GPLv2 -USE_BZIP2= yes -USES= cmake gettext +USES= cmake gettext tar:bzip2 USE_KDE4= automoc4 kdeprefix workspace USE_QT4= qmake_build moc_build rcc_build uic_build -NO_STAGE= yes .include