[106007] trunk/dports/finance/abtransfers/Portfile

Ryan Schmidt ryandesign at macports.org
Mon May 13 20:04:34 PDT 2013


On May 13, 2013, at 01:49, mk at macports.org wrote:

> Revision: 106007
>          https://trac.macports.org/changeset/106007
> Author:   mk at macports.org
> Date:     2013-05-12 23:49:47 -0700 (Sun, 12 May 2013)
> Log Message:
> -----------
> abtransfers: fix portfile style according to Ryan's hints (Thanks.)
> 
> Modified Paths:
> --------------
>    trunk/dports/finance/abtransfers/Portfile
> 
> Modified: trunk/dports/finance/abtransfers/Portfile
> ===================================================================
> --- trunk/dports/finance/abtransfers/Portfile	2013-05-13 06:21:30 UTC (rev 106006)
> +++ trunk/dports/finance/abtransfers/Portfile	2013-05-13 06:49:47 UTC (rev 106007)
> @@ -3,11 +3,11 @@
> 
> PortSystem          1.0
> 
> -# See dports/_resources/port1.0/group/qt4-1.0.tcl for more info.
> PortGroup           qt4    1.0
> 
> name                abtransfers
> version             0.0.4.0
> +revision            1
> 
> categories          finance
> maintainers         mk openmaintainer
> @@ -31,11 +31,10 @@
> livecheck.url       http://schmufu.dyndns.org/dokuwiki/ab_transfer:download
> livecheck.regex     "${name}-(0\\.\\d+\\.\\d+\\.\\d+)\\.tar"
> 
> -distname            abtransfers-${version}
> use_bzip2           yes
> 
> configure {
> -	system "cd ${worksrcpath}; qmake \"INCLUDEPATH += ${prefix}/include/aqbanking5 ${prefix}/include/gwenhywfar4\""
> +	system -W ${worksrcpath} "qmake \"INCLUDEPATH += ${prefix}/include/aqbanking5 ${prefix}/include/gwenhywfar4\""
> }
> 
> destroot {
> @@ -49,6 +48,5 @@
> 
> depends_lib-append  port:aqbanking5
> 
> -patch.pre_args      -p0
> patchfiles          patch-main.cpp.diff

I wouldn't change it now, but since these changes didn't affect any files that get installed on the user's system, the revision should not have been increased.





More information about the macports-dev mailing list