On Apr 6, 2011, at 05:36, [email protected] wrote:

> Revision: 77613
>          http://trac.macports.org/changeset/77613
> Author:   [email protected]
> Date:     2011-04-06 03:36:53 -0700 (Wed, 06 Apr 2011)
> Log Message:
> -----------
> doxygen: remove coreutils dependency, use BSD install instead. refs #28987

FYI, this probably didn't require a revision bump. All you've done is changed 
*how* files are installed, but you haven't changed *what* files are installed. 
The files a user will get by installing doxyegn @1.7.3_3 are exactly the same 
as the ones they'll get by installing doxyegn @1.7.3_4. Keep this in mind for 
future updates so you don't make people rebuild ports unnecessarily.


> Modified: trunk/dports/textproc/doxygen/Portfile
> ===================================================================
> --- trunk/dports/textproc/doxygen/Portfile    2011-04-06 08:40:18 UTC (rev 
> 77612)
> +++ trunk/dports/textproc/doxygen/Portfile    2011-04-06 10:36:53 UTC (rev 
> 77613)
> @@ -4,7 +4,7 @@
> 
> name                  doxygen
> version                       1.7.3
> -revision                3
> +revision                4
> categories            textproc devel
> maintainers           css
> description           Documentation system for several programming languages
> @@ -33,7 +33,7 @@
>                     sha1    06e1d84b50beecdfe0f91393b83c29e8a3db1011 \
>                     rmd160  52f0826451535754c77b7984e580f02f1c7d50f3
> 
> -depends_build-append bin:perl:perl5 bin:flex:flex bin:bison:bison 
> bin:ginstall:coreutils
> +depends_build-append bin:perl:perl5 bin:flex:flex bin:bison:bison
> depends_lib           port:libpng path:bin/dot:graphviz port:libiconv
> 
> patch.post_args     -p1
> @@ -54,6 +54,9 @@
> 
>       # link with doxygen's libmd5, avoiding a libwww port conflict
>       reinplace "s|-lmd5|../lib/libmd5.a|" ${worksrcpath}/src/doxygen.pro.in
> +
> +     # do not require GNU install; BSD install suffices
> +     reinplace "s,-n \"`\$j/\$i --version 2>/dev/null \| grep utils`\",-x 
> \"\$j/\$i\",g" ${worksrcpath}/configure
> }
> 
> build.target          all


_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to