svn commit: r418978 - head/devel/pkgconf

John Marino freebsd.contact at marino.st
Fri Jul 29 12:50:34 UTC 2016


On 7/23/2016 15:53, Baptiste Daroussin wrote:
> Author: bapt
> Date: Sat Jul 23 20:53:08 2016
> New Revision: 418978
> URL: https://svnweb.freebsd.org/changeset/ports/418978
>
> Log:
>   Update to version 1
>
>   Now pkgconf is providing a libpkgconf
>   Add a tests target to run the regression tests
>
> Modified:
>   head/devel/pkgconf/Makefile
>   head/devel/pkgconf/distinfo

Hi bapt,
There is fallout on print/lilypond and print/lilypond-devel due to this, 
and it's caused by a change in the version format.  Setting the version 
from "1" to "1.0" fixes it (patch attached).
John





---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
-------------- next part --------------
--- configure.orig	2016-05-20 02:11:29 UTC
+++ configure
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='pkgconf'
 PACKAGE_TARNAME='pkgconf'
-PACKAGE_VERSION='1'
-PACKAGE_STRING='pkgconf 1'
+PACKAGE_VERSION='1.0'
+PACKAGE_STRING='pkgconf 1.0'
 PACKAGE_BUGREPORT='http://github.com/pkgconf/pkgconf/issues'
 PACKAGE_URL=''
 


More information about the svn-ports-all mailing list