[PC-BSD Commits] r19700 - in pbi/modules/devel: git tortoisehg2
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 17 07:08:44 PDT 2012
Author: kenmoore
Date: 2012-10-17 14:08:44 +0000 (Wed, 17 Oct 2012)
New Revision: 19700
Modified:
pbi/modules/devel/git/pbi.conf
pbi/modules/devel/tortoisehg2/pbi.conf
Log:
Convert the necessary devel/ modules to optionsNG
Modified: pbi/modules/devel/git/pbi.conf
===================================================================
--- pbi/modules/devel/git/pbi.conf 2012-10-17 14:05:56 UTC (rev 19699)
+++ pbi/modules/devel/git/pbi.conf 2012-10-17 14:08:44 UTC (rev 19700)
@@ -21,8 +21,8 @@
# The target port we are building
PBI_MAKEPORT="devel/git/"
-PBI_MAKEOPTS="WITH_SVN=true"
+PBI_MAKEOPTS="git_SET= SVN"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MAKEOPTS
Modified: pbi/modules/devel/tortoisehg2/pbi.conf
===================================================================
--- pbi/modules/devel/tortoisehg2/pbi.conf 2012-10-17 14:05:56 UTC (rev 19699)
+++ pbi/modules/devel/tortoisehg2/pbi.conf 2012-10-17 14:08:44 UTC (rev 19700)
@@ -6,6 +6,6 @@
PBI_MAKEPORT="devel/tortoisehg2"
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
-PBI_MAKEOPTS="WITH_NAUTILUS=YES"
-PBI_BUILDKEY="01"; export PBI_BUILDKEY
+PBI_MAKEOPTS="tortoisehg2_SET= NAUTILUS"
+PBI_BUILDKEY="02"; export PBI_BUILDKEY
export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_MAKEPORT
More information about the Commits
mailing list