Date: Wed, 6 Jun 2018 15:29:48 +0800 From: Martin Wilke <miwi@FreeBSD.org> To: Sunpoet Po-Chuan Hsieh <sunpoet@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471800 - head/science/szip Message-ID: <619A4122-E2A8-482A-A285-DFA8C3CA5930@FreeBSD.org> In-Reply-To: <201806051901.w55J181J043853@repo.freebsd.org> References: <201806051901.w55J181J043853@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, With this change we are not able to release editors/libreoffice packages = anymore, any idea how we can solve that except putting disable license to the make.conf? Thanks,=20 - Martin > On 6 Jun 2018, at 3:01 AM, Sunpoet Po-Chuan Hsieh = <sunpoet@freebsd.org> wrote: >=20 > Author: sunpoet > Date: Tue Jun 5 19:01:08 2018 > New Revision: 471800 > URL: https://svnweb.freebsd.org/changeset/ports/471800 >=20 > Log: > Add LICENSE >=20 > PR: 228743 > Submitted by: amdmi3 >=20 > Modified: > head/science/szip/Makefile >=20 > Modified: head/science/szip/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/science/szip/Makefile Tue Jun 5 18:57:28 2018 = (r471799) > +++ head/science/szip/Makefile Tue Jun 5 19:01:08 2018 = (r471800) > @@ -16,6 +16,11 @@ EXTRACT_ONLY=3D ${DISTNAME}${EXTRACT_SUFX} > MAINTAINER=3D sunpoet@FreeBSD.org > COMMENT=3D Lossless compression library for scientific data >=20 > +LICENSE=3D SZIP > +LICENSE_NAME=3D SZIP License > +LICENSE_FILE=3D ${WRKSRC}/COPYING > +LICENSE_PERMS=3D dist-mirror no-dist-sell pkg-mirror no-pkg-sell = no-auto-accept > + > CONFLICTS_INSTALL=3D libaec >=20 > OPTIONS_DEFINE=3D DOCS > @@ -30,7 +35,7 @@ USES=3D libtool > PORTDOCS=3D Release_notes_2_0.pdf >=20 > post-install-DOCS-on: > - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ > + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ > ${INSTALL_DATA} ${DISTDIR}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ >=20 > .include <bsd.port.mk> >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?619A4122-E2A8-482A-A285-DFA8C3CA5930>