[MacPorts] #2855: BUG: pftp-0.3 won't install

MacPorts noreply at macports.org
Thu Mar 24 08:02:23 PDT 2016


#2855: BUG: pftp-0.3 won't install
---------------------------------+--------------------
  Reporter:  eike+darwinports@…  |      Owner:  mww@…
      Type:  defect              |     Status:  closed
  Priority:  Normal              |  Milestone:
 Component:  ports               |    Version:  1.0
Resolution:  fixed               |   Keywords:
      Port:  pftp                |
---------------------------------+--------------------
Changes (by ryandesign@…):

 * port:   => pftp


Old description:

> Hello!
>
> pfpt-0.3 won't install since the name of the distfile has changed.
>
> dports is searching for pfpt-0.3.tar.gz, new distfile name seems to be
> pftp-cli-0.3.tar.gz
>
> The patch below fixes the install, but net/pftp now installs pfpt-cli, I
> am not
> shure if this is ok.
>
> FIX:
> RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/pftp/Portfile,v
> retrieving revision 1.1
> diff -u -r1.1 Portfile
> --- Portfile    12 Jan 2005 19:25:38 -0000      1.1
> +++ Portfile    5 Apr 2005 10:36:01 -0000
> @@ -2,7 +2,7 @@
>
>  PortSystem 1.0
>
> -name                   pftp
> +name                   pftp-cli
>  version                        0.3
>  categories             net
>  platforms              darwin
> @@ -12,7 +12,7 @@
>                                 such as FXP, SSL, and TLS support
>
>  homepage               http://pftp.sourceforge.net/
> -master_sites   sourceforge
> +master_sites   sourceforge:pftp
>
>  checksums              md5 c327af3daea20aa998dfca19cfccb809
>

> Bye, Eike

New description:

 Hello!

 pfpt-0.3 won't install since the name of the distfile has changed.

 dports is searching for pfpt-0.3.tar.gz, new distfile name seems to be
 pftp-cli-0.3.tar.gz

 The patch below fixes the install, but net/pftp now installs pfpt-cli, I
 am not
 shure if this is ok.

 FIX:
 {{{
 RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/pftp/Portfile,v
 retrieving revision 1.1
 diff -u -r1.1 Portfile
 --- Portfile    12 Jan 2005 19:25:38 -0000      1.1
 +++ Portfile    5 Apr 2005 10:36:01 -0000
 @@ -2,7 +2,7 @@

  PortSystem 1.0

 -name                   pftp
 +name                   pftp-cli
  version                        0.3
  categories             net
  platforms              darwin
 @@ -12,7 +12,7 @@
                                 such as FXP, SSL, and TLS support

  homepage               http://pftp.sourceforge.net/
 -master_sites   sourceforge
 +master_sites   sourceforge:pftp

  checksums              md5 c327af3daea20aa998dfca19cfccb809
 }}}

 Bye, Eike

--

-- 
Ticket URL: <https://trac.macports.org/ticket/2855#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list