[PC-BSD Commits] r20292 - pbi/modules/net/unison
svn at pcbsd.org
svn at pcbsd.org
Tue Nov 27 09:21:46 PST 2012
Author: kenmoore
Date: 2012-11-27 17:21:46 +0000 (Tue, 27 Nov 2012)
New Revision: 20292
Modified:
pbi/modules/net/unison/pbi.conf
Log:
Add a program author to the new unison module as well. (current port maintainer)
Modified: pbi/modules/net/unison/pbi.conf
===================================================================
--- pbi/modules/net/unison/pbi.conf 2012-11-27 17:06:05 UTC (rev 20291)
+++ pbi/modules/net/unison/pbi.conf 2012-11-27 17:21:46 UTC (rev 20292)
@@ -1,10 +1,23 @@
#!/bin/sh
+# PBI Build Configuration
+
+# -- Program Information --
PBI_PROGNAME="unison"
PBI_PROGWEB="http://www.cis.upenn.edu/~bcpierce/unison/"
-PBI_PROGAUTHOR=""
+PBI_PROGAUTHOR="madpilot at FreeBSD.org"
PBI_PROGICON="unison.png"
+
+# -- Port Information --
PBI_MAKEPORT="net/unison"
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
PBI_MAKEOPTS=""
-export PBI_MAKEOPTS PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_MKPORTBEFORE PBI_MKPORTAFTER PBI_PROGICON PBI_MAKEPORT
+
+# -- 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_NOTMPFS
More information about the Commits
mailing list