New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #19469 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

wakeonlan @0.41_0 not staging

Reported by: hamid.ohadi@… Owned by: macsforever2000@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: wakeonlan

Description (last modified by macsforever2000@…) (diff)

--->  Staging wakeonlan into destroot
Error: Target org.macports.destroot returned: xinstall: Cannot stat: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_wakeonlan/work/wakeonlan-0.41/blib/man1/wakeonlan.1, No such file or directory
Error: Status 1 encountered during processing.

Attachments

Portfile (1.2 KB) - added by shoanm@… 4 years ago.

Change History

comment:1 Changed 4 years ago by macsforever2000@…

  • Owner changed from macports-tickets@… to mww@…
  • Description modified (diff)

Changed 4 years ago by shoanm@…

comment:2 Changed 4 years ago by shoanm@…

This should fix it.

--- Portfile.orig	2009-07-16 16:51:15.000000000 +0530
+++ Portfile	2009-07-16 16:52:02.000000000 +0530
@@ -28,7 +28,7 @@
 
 destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/blib/man1/wakeonlan.1 \
+	xinstall -m 644 ${worksrcpath}/blib/man1/wakeonlan.1pm \
 		${destroot}${prefix}/share/man/man1/
 	xinstall -m 755 ${worksrcpath}/blib/script/wakeonlan \
 		${destroot}${prefix}/bin/

comment:3 Changed 4 years ago by macsforever2000@…

  • Owner changed from mww@… to macsforever2000@…
  • Status changed from new to assigned

Maintainer timeout.

comment:4 Changed 4 years ago by macsforever2000@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Committed revision r54318. Thanks!

Note: See TracTickets for help on using tickets.