Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2014 01:15:38 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359944 - head/security/pbc
Message-ID:  <201407010115.s611Fcuo040004@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul  1 01:15:38 2014
New Revision: 359944
URL: http://svnweb.freebsd.org/changeset/ports/359944
QAT: https://qat.redports.org/buildarchive/r359944/

Log:
  - Add LICENSE_FILE
  - Use new LIB_DEPENDS syntax
  - Switch to USES=libtool, drop .la files

Modified:
  head/security/pbc/Makefile
  head/security/pbc/pkg-plist

Modified: head/security/pbc/Makefile
==============================================================================
--- head/security/pbc/Makefile	Tue Jul  1 01:14:41 2014	(r359943)
+++ head/security/pbc/Makefile	Tue Jul  1 01:15:38 2014	(r359944)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pbc
 PORTVERSION=	0.5.14
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://crypto.stanford.edu/pbc/files/
 
@@ -10,10 +11,11 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library of pairing-based cryptosystems
 
 LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
-USES=		bison
+USES=		bison libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/security/pbc/pkg-plist
==============================================================================
--- head/security/pbc/pkg-plist	Tue Jul  1 01:14:41 2014	(r359943)
+++ head/security/pbc/pkg-plist	Tue Jul  1 01:15:38 2014	(r359944)
@@ -24,7 +24,7 @@ include/pbc/pbc_test.h
 include/pbc/pbc_utils.h
 include/pbc/pbc_z.h
 lib/libpbc.a
-lib/libpbc.la
 lib/libpbc.so
 lib/libpbc.so.1
+lib/libpbc.so.1.0.0
 @dirrm include/pbc



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