Changeset 2510 for pbibuild/modules

Show
Ignore:
Timestamp:
08/01/08 07:30:03 (4 months ago)
Author:
silvers
Message:

To keep track on correct version number, set bacula-server as primary port and bacula-bat as other. Increase BUILDKEY.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/bacula-bat/pbi.conf

    r2233 r2510  
    1717# Port we want to build 
    1818# The port the server will track to determine when it's time for a rebuild 
    19 PBIPORT="/usr/ports/sysutils/bacula-bat" 
     19# Let's track version of bacula-server - bacula-bat doesn't have any version variable itself. 
     20PBIPORT="/usr/ports/sysutils/bacula-server" 
    2021 
    2122# Set to "Auto or NONE" to have the PBI creator auto-populate libs or not 
     
    3031# Other Ports we need built 
    3132# One per line, any additional ports that need to be built for this PBI 
    32 OTHERPORT="" 
     33# After building unnecessary bacula-server, let's build bacula-bat too :) 
     34OTHERPORT="/usr/ports/sysutils/bacula-bat" 
    3335 
    3436# Enter your custom make options here 
     
    3840# Build Key - Change this to anything else to trigger a rebuild 
    3941#           - The rebuild will take place even if port is still the same ver 
    40 BUILDKEY="1.0" 
     42BUILDKEY="1.1" 
    4143 
    4244# If this port has a non-standard port version variable in Makefile, then