From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 2 21:30:08 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF42016A421 for ; Thu, 2 Aug 2007 21:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 772B813C46A for ; Thu, 2 Aug 2007 21:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l72LU841052277 for ; Thu, 2 Aug 2007 21:30:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l72LU8oH052275; Thu, 2 Aug 2007 21:30:08 GMT (envelope-from gnats) Resent-Date: Thu, 2 Aug 2007 21:30:08 GMT Resent-Message-Id: <200708022130.l72LU8oH052275@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, "Jason E. Hale" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0811616A421 for ; Thu, 2 Aug 2007 21:28:47 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.232]) by mx1.freebsd.org (Postfix) with ESMTP id B3F9913C48A for ; Thu, 2 Aug 2007 21:28:46 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so462363wxd for ; Thu, 02 Aug 2007 14:28:46 -0700 (PDT) Received: by 10.70.29.14 with SMTP id c14mr3883212wxc.1186090125226; Thu, 02 Aug 2007 14:28:45 -0700 (PDT) Received: from black.home ( [71.182.138.231]) by mx.google.com with ESMTPS id h36sm3957899wxd.2007.08.02.14.28.43 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Aug 2007 14:28:43 -0700 (PDT) Message-Id: <46b24c8b.2486460a.6459.3dda@mx.google.com> Date: Thu, 02 Aug 2007 14:28:43 -0700 (PDT) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lx@FreeBSD.org Subject: ports/115158: [MAINTAINER] audio/amarok-fs: fix more PORTNAME change problems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 21:30:08 -0000 >Number: 115158 >Category: ports >Synopsis: [MAINTAINER] audio/amarok-fs: fix more PORTNAME change problems >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Aug 02 21:30:07 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 6.2-RELEASE-p2 i386 >Organization: none >Environment: System: FreeBSD black.attbi.com 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Thu Mar 8 03:53:38 EST 2007 root@black.attbi.com:/usr/obj/usr/src/sys/BLACK i386 >Description: - redefine DATADIR and DOCSDIR so they use the */amarokFS directories - bump PORTREVISION since port could have installed in incorrect directories >How-To-Repeat: - apply attached diff >Fix: --- 2007-08-02-amarok-fs.diff begins here --- diff -ruN amarok-fs.orig/Makefile amarok-fs/Makefile --- amarok-fs.orig/Makefile Wed Jul 18 19:08:09 2007 +++ amarok-fs/Makefile Thu Aug 2 17:21:00 2007 @@ -7,6 +7,7 @@ PORTNAME= amarok-fs PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= audio kde MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ ${MASTER_SITE_GENTOO} @@ -29,6 +30,9 @@ PORTDOCS= README theme-howto.txt MAKE_ENV+= QTDIR="${QT_PREFIX}" QMAKESPEC="freebsd-g++" + +DOCSDIR= ${PREFIX}/share/doc/amarokFS +DATATDIR= ${PREFIX}/share/amarokFS QMAKE= ${LOCALBASE}/bin/qmake -unix -o --- 2007-08-02-amarok-fs.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: