[PC-BSD Commits] r19705 - in pbi/modules/net-im: gajim kopete
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 17 07:24:30 PDT 2012
Author: kenmoore
Date: 2012-10-17 14:24:30 +0000 (Wed, 17 Oct 2012)
New Revision: 19705
Modified:
pbi/modules/net-im/gajim/pbi.conf
pbi/modules/net-im/kopete/pbi.conf
Log:
Convert the net-im modules to optionsNG
Modified: pbi/modules/net-im/gajim/pbi.conf
===================================================================
--- pbi/modules/net-im/gajim/pbi.conf 2012-10-17 14:22:15 UTC (rev 19704)
+++ pbi/modules/net-im/gajim/pbi.conf 2012-10-17 14:24:30 UTC (rev 19705)
@@ -11,14 +11,14 @@
PBI_MAKEPORT="net-im/gajim"
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
-PBI_MAKEOPTS="WITH_CRYPTO=yes"
+PBI_MAKEOPTS="gajim_SET= CRYPTO"
# -- Require Root Permissions to Install PBI --
PBI_REQUIRESROOT="NO"
# -- Auto-build Configuration Options --
-PBI_BUILDKEY=00
-PBI_AB_PRIORITY=00
+PBI_BUILDKEY="01"
+PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"
export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_MAKEOPTS PBI_REQUIRESROOT PBI_BUILDKEY PBI_AB_PRIORITY PBI_AB_NOTMPFS
Modified: pbi/modules/net-im/kopete/pbi.conf
===================================================================
--- pbi/modules/net-im/kopete/pbi.conf 2012-10-17 14:22:15 UTC (rev 19704)
+++ pbi/modules/net-im/kopete/pbi.conf 2012-10-17 14:24:30 UTC (rev 19705)
@@ -11,13 +11,13 @@
PBI_MAKEPORT="net-im/kopete"
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
-PBI_MAKEOPTS=" WITH_WEBCAM=true"
+PBI_MAKEOPTS="kopete_SET= WEBCAM"
# -- Require Root Permissions to Install PBI --
PBI_REQUIRESROOT="NO"
# -- Auto-build Configuration Options --
-PBI_BUILDKEY="00"
+PBI_BUILDKEY="01"
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"
More information about the Commits
mailing list