Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2020 00:38:25 +0100
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        Diane Bruce <db@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r529140 - in head/net: . libcharon
Message-ID:  <f18514a2-4b5b-3365-0e7b-c4a0e9dbb740@FreeBSD.org>
In-Reply-To: <202003252321.02PNLU1h055269@repo.freebsd.org>
References:  <202003252321.02PNLU1h055269@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f18514a2-4b5b-3365-0e7b-c4a0e9dbb740>