From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 5 08:30:06 2009 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 305ED106568F for ; Sat, 5 Sep 2009 08:30:06 +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 1F70E8FC12 for ; Sat, 5 Sep 2009 08:30:06 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n858U6T1077025 for ; Sat, 5 Sep 2009 08:30:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n858U5Ao077022; Sat, 5 Sep 2009 08:30:05 GMT (envelope-from gnats) Date: Sat, 5 Sep 2009 08:30:05 GMT Message-Id: <200909050830.n858U5Ao077022@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Nikos Ntarmos Cc: Subject: Re: ports/138414: [PATCH] multimedia/shell-fm: update to 0.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Nikos Ntarmos List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Sep 2009 08:30:06 -0000 The following reply was made to PR ports/138414; it has been noted by GNATS. From: Nikos Ntarmos To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/138414: [PATCH] multimedia/shell-fm: update to 0.7 Date: Sat, 5 Sep 2009 11:24:09 +0300 --hoZxPH4CaxYzWscb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline We actually need to compensate for PREFIX being hardwired to /usr. See attached patch. Cheers. \n\n --hoZxPH4CaxYzWscb Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="shell-fm.diff" --- Makefile.orig +++ Makefile @@ -6,10 +6,10 @@ # PORTNAME= shell-fm -PORTVERSION= 0.6 +PORTVERSION= 0.7 PORTEPOCH= 1 CATEGORIES= multimedia -MASTER_SITES= http://nex.scrapping.cc/code/shell-fm/downloads/ +MASTER_SITES= http://nex.scrapping.cc/shell-fm/releases/ MAINTAINER= ntarmos@cs.uoi.gr COMMENT= A command-line client for Last.FM @@ -25,13 +25,13 @@ CFLAGS+= -I${LOCALBASE}/include MAN1= shell-fm.1 MANCOMPRESSED= yes PLIST_FILES= bin/shell-fm -PORTDOCS= AUTHORS CHANGES RELEASE INSTALL +PORTDOCS= AUTHORS RELEASE INSTALL PORTEXAMPLES= shell-colors.sh shell-fm-tune.sh \ unix.pl zcontrol pre-build: @${REINPLACE_CMD} \ - -e 's/^DESTDIR.*$$/\DESTDIR := $$(LOCALBASE)/g' \ + -e 's/^PREFIX.*$$/\PREFIX := $$(LOCALBASE)/g' \ ${WRKSRC}/Makefile post-install: --- distinfo.orig +++ distinfo @@ -1,3 +1,3 @@ -MD5 (shell-fm-0.6.tar.bz2) = dc8b1ffedf93df565f426f26943842ab -SHA256 (shell-fm-0.6.tar.bz2) = b66dc51b95b323b30198c8e95af136b232bd3e2aae8b3ec40c07cae0073ad7c7 -SIZE (shell-fm-0.6.tar.bz2) = 35422 +MD5 (shell-fm-0.7.tar.bz2) = 69c5a66095ebc30fff4666c9ed22caaa +SHA256 (shell-fm-0.7.tar.bz2) = 01262c65735ab2531795a471db845ceed0a3fc3b410e0fe7f75ad12bccca1cdc +SIZE (shell-fm-0.7.tar.bz2) = 41902 --hoZxPH4CaxYzWscb--