Opened 17 years ago

Closed 17 years ago

#11986 closed defect (fixed)

BUG: py25-pastescript - post-destroot instructions still refer to the 2.4 version

Reported by: gui-dos (Guido Soranzio) Owned by: stechert@…
Priority: Normal Milestone:
Component: ports Version: 1.4.42
Keywords: Cc: stechert@…
Port:

Description

The post-destroot phase of py25-pastescript fails because it still refers to the 2.4 version:

Error: reinplace: couldn't read file "/opt/local/var/db/dports/build/
_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_python_py25-pastescript/work/destroot//
opt/local/lib/python2.4/site-packages/PasteScript-1.3.2-py2.4.egg-info/requires.txt": no such file or directory

After changing the post-destroot command into

reinplace s|^Cheetah.*||g $destroot/$prefix/lib/python2.5/site-packages/PasteScript-${version}-py2.5.egg-info/
requires.txt

py25-pastescript installs correctly.

Change History (1)

comment:1 Changed 17 years ago by stechert@…

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.