#15090: vobcopy-1.1.1 new port ---------------------------------------+------------------------------------ Reporter: 0booo5b02@sneakemail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------------+------------------------------------ Comment (by jmr@macports.org): Some suggested changes to the Portfile: * You can obfuscate your email address to help thwart spam harvesters, like so: `sneakemail.com:0booo5b02`. The output from 'port info' will still be the same. * You should use ${prefix} instead of hardcoding /opt/local in `--with- dvdread-libs=/opt/local`. You also don't need to specify `--prefix=${prefix}` in configure.args, since it is automatically set in configure.pre_args. * Since you're specifying the path to MacPorts' libdvdread, you don't want the dependency satisfied by something installed somewhere else, so you should use `port:libdvdread` rather than `lib:libdvdread:libdvdread`. * The `cd` command is deprecated, so don't use it. You should also generally use the built-in Tcl command `file link -symbolic` rather than calling ln via the system command. However, these points are actually irrelevant in this case, since you don't need the pre-configure phase. You can just use `configure.cmd configure.sh`. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/15090#comment:1> MacPorts </projects/macports> Ports system for Mac OS