Changeset 4539 for trunk/dports


Ignore:
Timestamp:
Jan 8, 2004, 12:17:05 PM (20 years ago)
Author:
toby
Message:

Wrapping ui_msg calls in post-install.

Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

Location:
trunk/dports
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/openssh/Portfile

    r4498 r4539  
    1 # $Id: Portfile,v 1.4 2004/01/07 00:04:41 yeled Exp $
     1# $Id: Portfile,v 1.5 2004/01/08 12:15:16 toby Exp $
    22
    33PortSystem      1.0
    44name            openssh
    55version         3.7.1p2
     6revision        1
    67categories      net
    78maintainers     yeled@opendarwin.org
     
    5758 }
    5859
     60post-install {
    5961ui_msg "===============================================================================\n"
    6062ui_msg "Setup instructions:\n\t
    6163    Make sure SSHSERVER=-NO- is set in /etc/hostconfig or untick\n\t'Remote Sharing' option in System Preferences > Sharing.\n\tOPTIONAL: Copy your /etc/ssh_host* files to ${prefix}/etc/ssh/\n\tRun: `sudo killall sshd && sudo ${prefix}/etc/rc.d/openssh.sh`\n"
    6264ui_msg "===============================================================================\n"
    63 
     65}
  • trunk/dports/ruby/fxruby/Portfile

    r4517 r4539  
    1 # $Id: Portfile,v 1.2 2004/01/08 04:32:08 toby Exp $
     1# $Id: Portfile,v 1.3 2004/01/08 12:16:20 toby Exp $
    22
    33PortSystem 1.0
    44name                fxruby
    55version             1.0.27
     6revision            1
    67distname            FXRuby-${version}
    78description         Ruby bindings for the FOX GUI Toolkit.
     
    3233destroot.target
    3334
     35post-install {
    3436ui_msg  "================================================================================"
    3537ui_msg  "Ruby libraries installed in ${prefix} require you to export extra path variables as such:"
     
    3840ui_msg  ""
    3941ui_msg  "================================================================================"
     42}
  • trunk/dports/sysutils/screen/Portfile

    r4494 r4539  
    1 # $Id: Portfile,v 1.17 2004/01/06 23:57:16 yeled Exp $
     1# $Id: Portfile,v 1.18 2004/01/08 12:17:05 toby Exp $
    22
    33PortSystem 1.0
     
    55name            screen
    66version         4.0.2
     7revision        1
    78homepage        http://www.gnu.org/software/screen/
    89description     Screen manager with VT100/ANSI terminal emulation
     
    3940variant darwin  { patchfiles-append    patch-osdef.h.in }
    4041
     42post-install {
    4143ui_msg "===============================================================================\n"
    4244ui_msg "Any screens running before upgrading, will not be available, post-install.\n"
    4345ui_msg "===============================================================================\n"
    44 
     46}
Note: See TracChangeset for help on using the changeset viewer.