Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 14:27:41 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        "Vanilla I. Shu" <vanilla@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r457016 - in head/net: . libstorj
Message-ID:  <20171224142741.GE1693@FreeBSD.org>
In-Reply-To: <201712230216.vBN2GwKF073752@repo.freebsd.org>
References:  <201712230216.vBN2GwKF073752@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Dec 23, 2017 at 02:16:58AM +0000, Vanilla I. Shu wrote:
> New Revision: 457016
> URL: https://svnweb.freebsd.org/changeset/ports/457016
> 
> Log:
>   Add libstorj 1.0.2, c library and CLI for encrypted file transfer on the
>   Storj network.
>   
>   PR:		224523
>   Submitted by:	jhixson@gmail.com
> 
> Added: head/net/libstorj/Makefile
> ...
> @@ -0,0 +1,30 @@
> +USES=		autoreconf gmake libtool localbase pkgconfig
> +
> +GNU_CONFIGURE=	yes
> +USE_LDCONFIG=	yes
> +
> +#CFLAGS+=	-I. -I${LOCALBASE}/include
> +#LDFLAGS+=	-L. -L${LOCALBASE}/lib

These two lines should've probably been removed before committing.

> Added: head/net/libstorj/pkg-descr
> ...
> @@ -0,0 +1,3 @@
> +C library for encrypted file transfer on the Storj network
> +
> +WWW: https://github.com/Storj/libstorj

Port description should not simply rephrase or copy COMMENT, see Section
3.2.1 of the PHB.  It should also be terminated with a full stop (dot).

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171224142741.GE1693>