Date: Sat, 5 Sep 2009 08:30:05 GMT From: Nikos Ntarmos <ntarmos@cs.uoi.gr> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/138414: [PATCH] multimedia/shell-fm: update to 0.7 Message-ID: <200909050830.n858U5Ao077022@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/138414; it has been noted by GNATS. From: Nikos Ntarmos <ntarmos@cs.uoi.gr> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909050830.n858U5Ao077022>