svn commit: r359944 - head/security/pbc
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 1 01:15:39 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list