[PC-BSD Commits] r19914 - pbi/modules/security/gpa
svn at pcbsd.org
svn at pcbsd.org
Wed Oct 24 10:33:24 PDT 2012
Author: kenmoore
Date: 2012-10-24 17:33:24 +0000 (Wed, 24 Oct 2012)
New Revision: 19914
Modified:
pbi/modules/security/gpa/pbi.conf
Log:
Fix up the new security/gpa module
Modified: pbi/modules/security/gpa/pbi.conf
===================================================================
--- pbi/modules/security/gpa/pbi.conf 2012-10-24 17:32:26 UTC (rev 19913)
+++ pbi/modules/security/gpa/pbi.conf 2012-10-24 17:33:24 UTC (rev 19914)
@@ -1,10 +1,24 @@
#!/bin/sh
+# PBI Build Configuration
+
+# -- Program Information --
PBI_PROGNAME="gpa"
PBI_PROGWEB="http://gpa.wald.intevation.org/"
PBI_PROGAUTHOR="jhale at FreeBSD.org"
PBI_PROGICON="gpa.png"
+
+# -- Port Information --
PBI_MAKEPORT="security/gpa"
-PBI_MKPORTBEFORE="security/gpgme security/gnupg x11-themes/clearlooks"
+PBI_MKPORTBEFORE="x11-themes/clearlooks"
PBI_MKPORTAFTER=""
-PBI_MAKEOPTS=""
-export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_MAKEPORT
+PBI_MAKEOPTS="gnupg_SET= GPGSM"
+
+# -- Require Root Permissions to Install PBI --
+PBI_REQUIRESROOT="NO"
+
+# -- Auto-build Configuration Options --
+PBI_BUILDKEY="00"
+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
More information about the Commits
mailing list