svn commit: r457461 - head/devel/libunistring

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Thu Dec 28 15:25:58 UTC 2017


On Thu, Dec 28, 2017 at 10:28 PM, Steve Wills <swills at freebsd.org> wrote:

> Author: swills
> Date: Thu Dec 28 14:28:38 2017
> New Revision: 457461
> URL: https://svnweb.freebsd.org/changeset/ports/457461
>
> Log:
>   devel/libunistring: Update to 0.9.8
>
>   PR:           224631
>   Submitted by: Takefu <takefu at airport.fm> (maintainer)
>
> Modified:
>   head/devel/libunistring/Makefile
>   head/devel/libunistring/distinfo
>   head/devel/libunistring/pkg-plist
>
> Modified: head/devel/libunistring/Makefile
> ============================================================
> ==================
> --- head/devel/libunistring/Makefile    Thu Dec 28 13:53:53 2017
> (r457460)
> +++ head/devel/libunistring/Makefile    Thu Dec 28 14:28:38 2017
> (r457461)
> @@ -1,16 +1,18 @@
>  # $FreeBSD$
>
>  PORTNAME=      libunistring
> -PORTVERSION=   0.9.7
> +PORTVERSION=   0.9.8
>  CATEGORIES=    devel
>  MASTER_SITES=  GNU
>
>  MAINTAINER=    takefu at airport.fm
>  COMMENT=       Unicode string library
>
> -LICENSE=       GPLv2 LGPL3+
> -LICENSE_COMB=  dual
> -LICENSE_FILE_LGPL3=    ${WRKSRC}/COPYING.LIB
> +LICENSE=       GPLv2 LGPL3+ GFDL
> +LICENSE_COMB=  multi
> +LICENSE_FILE_GPLv2=    ${WRKSRC}/COPYING
> +LICENSE_FILE_LGPL3+ =  ${WRKSRC}/COPYING.LIB
> +LICENSE_FILE_GFDL=     ${WRKSRC}/doc/libunistring.texi
>

Hi Steve,

I believe the license change is wrong.
- LICENSE_COMB should be dual
- doc/libunistring.texi is dually licensed under GFDL 1.2+ and GPLv3+ (but
I rarely see license setting added for the documents/manuals)

from README:
Copyright
---------
The libunistring library and its header files are dual-licensed under
"the GNU LGPLv3+ or the GNU GPLv2". This means, you can use it under either
  - the terms of the GNU Lesser General Public License (LGPL) version 3 or
    (at your option) any later version, or
  - the terms of the GNU General Public License (GPL) version 2, or
  - the same dual license "the GNU LGPLv3+ or the GNU GPLv2".

from doc/libunistring.texi:
This manual is free documentation.  It is dually licensed under the
GNU FDL and the GNU GPL.  This means that you can redistribute this
manual under either of these two licenses, at your choice.

Regards,
sunpoet


>
>  USES=          alias charsetfix gmake iconv libtool tar:xz
>  USE_LDCONFIG=  yes
> @@ -19,5 +21,6 @@ INSTALL_TARGET=       install-strip
>  INFO=          ${PORTNAME}
>
>  OPTIONS_DEFINE=        DOCS
> +CONFIGURE_ARGS=        --disable-static
>
>  .include <bsd.port.mk>
>
> Modified: head/devel/libunistring/distinfo
> ============================================================
> ==================
> --- head/devel/libunistring/distinfo    Thu Dec 28 13:53:53 2017
> (r457460)
> +++ head/devel/libunistring/distinfo    Thu Dec 28 14:28:38 2017
> (r457461)
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1481789058
> -SHA256 (libunistring-0.9.7.tar.xz) = 2e3764512aaf2ce598af5a38818c0e
> a23dedf1ff5460070d1b6cee5c3336e797
> -SIZE (libunistring-0.9.7.tar.xz) = 1967300
> +TIMESTAMP = 1514436136
> +SHA256 (libunistring-0.9.8.tar.xz) = 7b9338cf52706facb2e18587dceda2
> fbc4a2a3519efa1e15a3f2a68193942f80
> +SIZE (libunistring-0.9.8.tar.xz) = 2029068
>
> Modified: head/devel/libunistring/pkg-plist
> ============================================================
> ==================
> --- head/devel/libunistring/pkg-plist   Thu Dec 28 13:53:53 2017
> (r457460)
> +++ head/devel/libunistring/pkg-plist   Thu Dec 28 14:28:38 2017
> (r457461)
> @@ -40,7 +40,6 @@ include/unilbrk.h
>  include/uninorm.h
>  include/unicase.h
>  include/unigbrk.h
> -lib/libunistring.a
>  lib/libunistring.so
>  lib/libunistring.so.2
> -lib/libunistring.so.2.0.0
> +lib/libunistring.so.2.1.0
> _______________________________________________
> svn-ports-all at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-ports-all
> To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"


More information about the svn-ports-all mailing list