Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#42412 closed update (fixed)

stimfit @0.13.9: update 0.13.12

Reported by: neurodroid (Christoph Schmidt-Hieber) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch maintainer Cc: mojca (Mojca Miklavec)
Port: stimfit

Description

Fixes some small bugs in the Python part, load stfio objects into Stimfit.

Attachments (1)

Portfile-stimfit.patch (1.0 KB) - added by neurodroid (Christoph Schmidt-Hieber) 10 years ago.
stimfit Portfile patch

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by neurodroid (Christoph Schmidt-Hieber)

Attachment: Portfile-stimfit.patch added

stimfit Portfile patch

comment:1 Changed 10 years ago by mojca (Mojca Miklavec)

I also had to change the following:

@@ -83,6 +83,6 @@
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
-    xinstall -m 644 ${worksrcpath}/debian/copyright \
+    xinstall -m 644 ${worksrcpath}/dist/debian/copyright \
         ${worksrcpath}/COPYING ${docdir}
 }

else your patch didn't work. Is that OK?

comment:2 Changed 10 years ago by mojca (Mojca Miklavec)

Resolution: fixed
Status: newclosed

Committed in r116886.

comment:3 in reply to:  1 Changed 10 years ago by neurodroid (Christoph Schmidt-Hieber)

Replying to mojca@…:

I also had to change the following:

@@ -83,6 +83,6 @@
 post-destroot {
     set docdir ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${docdir}
-    xinstall -m 644 ${worksrcpath}/debian/copyright \
+    xinstall -m 644 ${worksrcpath}/dist/debian/copyright \
         ${worksrcpath}/COPYING ${docdir}
 }

else your patch didn't work. Is that OK?

Yes thanks

Note: See TracTickets for help on using tickets.