svn commit: r481306 - head/devel/libb2

Martin Matuska mm at FreeBSD.org
Fri Oct 5 22:19:24 UTC 2018


Author: mm
Date: Fri Oct  5 22:19:23 2018
New Revision: 481306
URL: https://svnweb.freebsd.org/changeset/ports/481306

Log:
  devel/libb2: include license file and make portlint more happy

Deleted:
  head/devel/libb2/pkg-plist
Modified:
  head/devel/libb2/Makefile

Modified: head/devel/libb2/Makefile
==============================================================================
--- head/devel/libb2/Makefile	Fri Oct  5 22:06:19 2018	(r481305)
+++ head/devel/libb2/Makefile	Fri Oct  5 22:19:23 2018	(r481306)
@@ -4,17 +4,26 @@
 PORTNAME=	libb2
 PORTVERSION=	0.98
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	mm at FreeBSD.org
 COMMENT=	C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
 
 LICENSE=	CC0-1.0
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		autoreconf libtool
 USE_GITHUB=	yes
+USE_LDCONFIG=	yes
 
 GH_ACCOUNT=	BLAKE2
 GNU_CONFIGURE=	yes
+
+PLIST_FILES=	include/blake2.h \
+		lib/libb2.a \
+		lib/libb2.so \
+		lib/libb2.so.1 \
+		lib/libb2.so.1.0.3
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list