[PC-BSD Commits] r3701 - pbibuild/modules/last.fm
svn at pcbsd.org
svn at pcbsd.org
Tue Mar 31 07:30:41 PST 2009
Author: kris
Date: 2009-03-31 08:30:41 -0700 (Tue, 31 Mar 2009)
New Revision: 3701
Modified:
pbibuild/modules/last.fm/build.sh
pbibuild/modules/last.fm/pbi.conf
Log:
Fixed a bug with last.fm module. Looks like the port doesn't respect LOCALBASE properly
Modified: pbibuild/modules/last.fm/build.sh
===================================================================
--- pbibuild/modules/last.fm/build.sh 2009-03-31 14:48:43 UTC (rev 3700)
+++ pbibuild/modules/last.fm/build.sh 2009-03-31 15:30:41 UTC (rev 3701)
@@ -9,3 +9,7 @@
# PORTVER = Version number of the port we used to build
##############################################################################
+# Save the right version number in the last.fm
+sed -e "s,/usr/local,/Programs/Last.fm${PORTVER},g" ${PBIDIR}/bin/last.fm > /tmp/sed
+mv /tmp/sed ${PBIDIR}/bin/last.fm
+chmod 755 ${PBIDIR}/bin/last.fm
Modified: pbibuild/modules/last.fm/pbi.conf
===================================================================
--- pbibuild/modules/last.fm/pbi.conf 2009-03-31 14:48:43 UTC (rev 3700)
+++ pbibuild/modules/last.fm/pbi.conf 2009-03-31 15:30:41 UTC (rev 3701)
@@ -32,7 +32,7 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="02"
+BUILDKEY="03"
# Don't build this PBI on certian processors (i386 / amd64)
#ARCHIGNORE="amd64" ; export ARCHIGNORE
More information about the Commits
mailing list