[PC-BSD Commits] r18062 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Wed Aug 1 09:52:17 PDT 2012
Author: kris
Date: 2012-08-01 16:52:17 +0000 (Wed, 01 Aug 2012)
New Revision: 18062
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Fix getting the right target port
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-08-01 16:47:02 UTC (rev 18061)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-08-01 16:52:17 UTC (rev 18062)
@@ -5547,15 +5547,18 @@
pbi="$CUR_WORKING_PBI"
unset PBI_MAKEPORT PBI_BUILDKEY PBI_PROGVERSION PBI_REQUIRESROOT PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_MAKEOPTS PBI_EXCLUDELIST PBI_AB_PRIORITY PBI_HASH_EXCLUDES PBI_AB_NOTMPFS PBI_PROGREVISION
. ${pbi}
- get_pbi_progversion
_cd=$(dirname $pbi | sed 's|./||')
PBI_CONFDIR="$_cd"
+
+ # Get the prog version
+ get_pbi_progversion
+
if [ -z "${PBI_MAKEPORT}" ] ; then
PBI_MAKEPORT=$(dirname $pbi | sed 's|./||')
fi
- echo "Starting build of: $pbi - Priority: $CUR_PRIORITY_PBI"
+ echo "Starting build of: $PBI_MAKEPORT - Priority: $CUR_PRIORITY_PBI"
# Start the build now
start_ext_ab "$PBI_MAKEPORT" \
More information about the Commits
mailing list