#15680 closed submission (fixed)
pgtcl 1.5 portfile
Reported by: | giorgio_v@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | simon@… | |
Port: |
Description
Please see attachment. I overrode the extract and destroot phases: it works but I don’t if there’s a cleaner way to do it.
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by giorgio_v@…
comment:2 Changed 16 years ago by jmroot (Joshua Root)
You need to use WikiFormatting if you're going to post source code inline. The attachment issue should be fixed now in any case.
Changed 16 years ago by giorgio_v@…
comment:3 follow-up: 4 Changed 16 years ago by simon@…
Cc: | simon@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Committed in r37904 with the following changes:
- Used
worksrcdir
instead of theextract
phase. - Used
destroot.target
instead of thedestroot
phase.
You can have a look at the new Portfile with port cat pgtcl
.
If you don't like any of these changes just reopen the ticket.
Thanks,
Simon
comment:4 Changed 16 years ago by giorgio_v@…
Replying to simon@macports.org:
Committed in r37904 with the following changes:
- Used
worksrcdir
instead of theextract
phase.- Used
destroot.target
instead of thedestroot
phase.You can have a look at the new Portfile with
port cat pgtcl
.If you don't like any of these changes just reopen the ticket.
Fine with me.
Thank you.
comment:5 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → submission |
---|
comment:6 Changed 16 years ago by (none)
Milestone: | Port Submissions |
---|
Milestone Port Submissions deleted
Note: See
TracTickets for help on using
tickets.
I cannot attach the Portfile :-(
# $Id$
PortSystem 1.0
name pgtcl version 1.5 categories databases maintainers mac.com:giorgio_v description Tcl PostgreSQL interface long_description Tcl client interface to PostgreSQL homepage http://pgtcl.projects.postgresql.org/ master_sites http://pgfoundry.org/frs/download.php/338/ platforms darwin checksums md5 6eed1c338fc3bb7a844797c92b79b936 \
configure.env PATH=$env(PATH):${prefix}/lib/postgresql83/bin configure.args --bindir=${prefix}/sbin/${name} \
depends_lib port:tcl \
extract {
}
destroot {
}