svn commit: r529140 - in head/net: . libcharon
Mateusz Piotrowski
0mp at FreeBSD.org
Wed Mar 25 23:38:25 UTC 2020
Hi!
On 3/26/20 12:21 AM, Diane Bruce wrote:
> Author: db
> Date: Wed Mar 25 23:21:30 2020
> New Revision: 529140
> URL: https://svnweb.freebsd.org/changeset/ports/529140
>
> Log:
> File metadata and streaming library
>
> As of march 5th the Charon library is the responsibility of the Embedded Applications team. Pull requests to MASTER have to be verified by the Embedded Applications team.
>
> WWW: https://github.com/Ultimaker/libCharon
...
> Added: head/net/libcharon/Makefile
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/net/libcharon/Makefile Wed Mar 25 23:21:30 2020 (r529140)
> @@ -0,0 +1,22 @@
> +# $FreeBSD$
> +
> +PORTNAME= libCharon
> +DISTVERSION= 4.5.0
> +CATEGORIES= net devel cad
> +DIST_SUBDIR= Ultimaker
> +
> +MAINTAINER= db at FreeBSD.org
> +COMMENT= File metadata and streaming library
> +
> +LICENSE= LGPL3
> +LICENSE_FILE= ${WRKSRC}/LICENSE
> +
> +USES= cmake python:3.4+
> +STRIP=
STRIP is out of order most probably.
> +
> +USE_GITHUB= yes
> +GH_ACCOUNT= Ultimaker
> +USE_GITHUB= yes
USE_GITHUB is duplicated
> +GH_TAGNAME= bfd36d0
GH_TAGNAME should not be necessary with DISTVERSION.
Regards,
Mateusz
More information about the svn-ports-all
mailing list