From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 4 23:50:09 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B9B516A41F for ; Wed, 4 Jan 2006 23:50:09 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28A4E43D48 for ; Wed, 4 Jan 2006 23:50:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k04No2BL052750 for ; Wed, 4 Jan 2006 23:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k04No2gx052749; Wed, 4 Jan 2006 23:50:02 GMT (envelope-from gnats) Resent-Date: Wed, 4 Jan 2006 23:50:02 GMT Resent-Message-Id: <200601042350.k04No2gx052749@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, decept Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA04E16A41F for ; Wed, 4 Jan 2006 23:46:20 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E4CA43D53 for ; Wed, 4 Jan 2006 23:46:20 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k04NkKId002482 for ; Wed, 4 Jan 2006 23:46:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k04NkKCG002481; Wed, 4 Jan 2006 23:46:20 GMT (envelope-from nobody) Message-Id: <200601042346.k04NkKCG002481@www.freebsd.org> Date: Wed, 4 Jan 2006 23:46:20 GMT From: decept To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/91325: [Maintainer Update] change PORTNAME to kde-*-* (several ports) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2006 23:50:09 -0000 >Number: 91325 >Category: ports >Synopsis: [Maintainer Update] change PORTNAME to kde-*-* (several ports) >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: Wed Jan 04 23:50:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: decept >Release: >Organization: >Environment: >Description: - Change the PORTNAME to kde-*-* for consistancy with other theme ports. - A couple of small tidy-ups >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11-themes/kde-style-comix/Makefile kde-style-comix/Makefile --- /usr/ports/x11-themes/kde-style-comix/Makefile Thu Dec 8 11:54:48 2005 +++ kde-style-comix/Makefile Sat Dec 31 21:48:53 2005 @@ -5,11 +5,12 @@ # $FreeBSD: ports/x11-themes/kde-style-comix/Makefile,v 1.4 2005/12/07 10:14:18 tdb Exp $ # -PORTNAME= comix +PORTNAME= kde-style-comix PORTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/content/files/ -DISTNAME= 16028-${PORTNAME}-${PORTVERSION} +DISTNAME= 16028-comix-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= Flat KDE style and window decoration @@ -18,6 +19,6 @@ USE_GMAKE= yes USE_KDEBASE_VER=3 GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/comix-${PORTVERSION} .include diff -ruN /usr/ports/x11-themes/kde-windeco-knifty/Makefile kde-windeco-knifty/Makefile --- /usr/ports/x11-themes/kde-windeco-knifty/Makefile Sat Nov 12 15:39:43 2005 +++ kde-windeco-knifty/Makefile Wed Jan 4 19:45:55 2006 @@ -5,26 +5,20 @@ # $FreeBSD: ports/x11-themes/kde-windeco-knifty/Makefile,v 1.3 2005/11/11 16:05:43 garga Exp $ # -PORTNAME= knifty +PORTNAME= kde-windeco-knifty PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes kde MASTER_SITES= http://kde-look.org/content/files/ -DISTNAME= 8841-${PORTNAME}-${PORTVERSION} +DISTNAME= 8841-knifty-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= Lightweight KDE window decoration USE_BZIP2= yes USE_KDEBASE_VER=3 -USE_REINPLACE= yes +CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS} GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|-lkdeui|-lkdeui ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|-lkdecore|-lkdecore ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/client/Makefile.in +WRKSRC= ${WRKDIR}/knifty-${PORTVERSION} .include diff -ruN /usr/ports/x11-themes/kde-style-lipstik/Makefile kde-style-lipstik/Makefile --- /usr/ports/x11-themes/kde-style-lipstik/Makefile Wed Dec 14 19:06:53 2005 +++ kde-style-lipstik/Makefile Wed Jan 4 19:44:30 2006 @@ -5,26 +5,20 @@ # $FreeBSD: ports/x11-themes/kde-style-lipstik/Makefile,v 1.6 2005/12/11 17:40:02 tdb Exp $ # -PORTNAME= lipstik +PORTNAME= kde-style-lipstik PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/content/files/ -DISTNAME= 18223-${PORTNAME}-${PORTVERSION} +DISTNAME= 18223-lipstik-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= Modified Plastik KDE style USE_BZIP2= yes USE_KDEBASE_VER=3 -USE_REINPLACE= yes +CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS} GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|-lkdefx|-lkdefx ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/style/Makefile.in -post-configure: - @${REINPLACE_CMD} -e 's|-ljpeg|-ljpeg ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/style/config/Makefile +WRKSRC= ${WRKDIR}/lipstik-${PORTVERSION} .include diff -ruN /usr/ports/x11-themes/kde-windeco-neos/Makefile kde-windeco-neos/Makefile --- /usr/ports/x11-themes/kde-windeco-neos/Makefile Sat Nov 12 15:39:43 2005 +++ kde-windeco-neos/Makefile Sat Dec 31 21:59:14 2005 @@ -5,12 +5,12 @@ # $FreeBSD: ports/x11-themes/kde-windeco-neos/Makefile,v 1.3 2005/11/11 16:05:56 garga Exp $ # -PORTNAME= neos +PORTNAME= kde-windeco-neos PORTVERSION= 0.2b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes kde MASTER_SITES= http://perso.wanadoo.fr/chamayou/ -DISTNAME= kwin-${PORTNAME}-${PORTVERSION} +DISTNAME= kwin-neos-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= KDE window decoration @@ -18,6 +18,5 @@ USE_BZIP2= yes USE_KDEBASE_VER=3 GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/kwin-${PORTNAME}-${PORTVERSION} .include diff -ruN /usr/ports/x11-themes/kde-windeco-smoothblend/Makefile kde-windeco-smoothblend/Makefile --- /usr/ports/x11-themes/kde-windeco-smoothblend/Makefile Sat Nov 12 15:39:43 2005 +++ kde-windeco-smoothblend/Makefile Sat Dec 31 22:00:32 2005 @@ -5,9 +5,9 @@ # $FreeBSD: ports/x11-themes/kde-windeco-smoothblend/Makefile,v 1.6 2005/11/11 16:06:06 garga Exp $ # -PORTNAME= smoothblend +PORTNAME= kde-windeco-smoothblend PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes kde MASTER_SITES= http://www.p0z3r.org/downloads/ DISTNAME= smooth-blend-${PORTVERSION} @@ -19,6 +19,5 @@ USE_GMAKE= yes USE_KDEBASE_VER=3 GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/smooth-blend-${PORTVERSION} .include diff -ruN /usr/ports/x11-themes/kde-style-tiblit/Makefile kde-style-tiblit/Makefile --- /usr/ports/x11-themes/kde-style-tiblit/Makefile Sat Nov 12 15:39:43 2005 +++ kde-style-tiblit/Makefile Wed Jan 4 19:49:15 2006 @@ -5,24 +5,20 @@ # $FreeBSD: ports/x11-themes/kde-style-tiblit/Makefile,v 1.3 2005/11/11 15:59:51 garga Exp $ # -PORTNAME= tiblit +PORTNAME= kde-style-tiblit PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://www.kde-look.org/content/files/ -DISTNAME= 20798-${PORTNAME}-${PORTVERSION} +DISTNAME= 20798-tiblit-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= KDE style focused on customization USE_BZIP2= yes USE_KDEBASE_VER=3 -USE_REINPLACE= yes +CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS} GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|-lkdefx|-lkdefx ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/widget-engine/Makefile.in +WRKSRC= ${WRKDIR}/tiblit-${PORTVERSION} .include >Release-Note: >Audit-Trail: >Unformatted: