[56618] trunk/dports/sysutils/duplicity/Portfile

Ryan Schmidt ryandesign at macports.org
Sun Aug 30 19:54:48 PDT 2009


On Aug 30, 2009, at 19:46, singingwolfboy at macports.org wrote:

> Revision: 56618
>          http://trac.macports.org/changeset/56618
> Author:   singingwolfboy at macports.org
> Date:     2009-08-30 17:46:39 -0700 (Sun, 30 Aug 2009)
> Log Message:
> -----------
> added bugfix to make duplicity work with python26 framework

Whenever you change the complement of files a port installs, remember  
to increase its revision so those who already had the port installed  
will be informed they need to upgrade. I increased the revision in  
r56621.

> Modified: trunk/dports/sysutils/duplicity/Portfile
> ===================================================================
> --- trunk/dports/sysutils/duplicity/Portfile	2009-08-31 00:26:16 UTC  
> (rev 56617)
> +++ trunk/dports/sysutils/duplicity/Portfile	2009-08-31 00:46:39 UTC  
> (rev 56618)
> @@ -58,6 +58,11 @@
>     categories          sysutils
>     depends_lib-append  port:librsync \
>                         port:gnupg
> +    # this is apparently required due to the way Python 2.6  
> installs as
> +    # a framework
> +    post-destroot {
> +        ln -s ${python.prefix}/bin/duplicity ${destroot}${prefix}/ 
> bin/
> +    }
> }



More information about the macports-dev mailing list