Index: head/security/pbc/Makefile =================================================================== --- head/security/pbc/Makefile (revision 287172) +++ head/security/pbc/Makefile (revision 287173) @@ -1,22 +1,22 @@ # New ports collection makefile for: pbc # Date created: 28 March, 2009 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= pbc -PORTVERSION= 0.4.21 -PORTREVISION= 1 +PORTVERSION= 0.5.12 CATEGORIES= security MASTER_SITES= http://crypto.stanford.edu/pbc/files/ MAINTAINER= wenheping@gmail.com COMMENT= Library of pairing-based cryptosystems LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -USE_CMAKE= yes +GNU_CONFIGURE= yes +USE_GCC= 4.6+ USE_LDCONFIG= yes .include Property changes on: head/security/pbc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/security/pbc/distinfo =================================================================== --- head/security/pbc/distinfo (revision 287172) +++ head/security/pbc/distinfo (revision 287173) @@ -1,2 +1,2 @@ -SHA256 (pbc-0.4.21.tar.gz) = 71fb6a630ec5e11d59333f4fbb5df2516e3b9817cb21d2d0cc60e91e4898e476 -SIZE (pbc-0.4.21.tar.gz) = 469914 +SHA256 (pbc-0.5.12.tar.gz) = 006cd8afa000e2876bd693540a6befbc4f9ed4e2af616f5f731a58eab0d00e15 +SIZE (pbc-0.5.12.tar.gz) = 527579 Property changes on: head/security/pbc/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/pbc/pkg-plist =================================================================== --- head/security/pbc/pkg-plist (revision 287172) +++ head/security/pbc/pkg-plist (revision 287173) @@ -1,31 +1,28 @@ lib/libpbc.a +lib/libpbc.la +lib/libpbc.so +lib/libpbc.so.1 include/pbc/pbc.h include/pbc/pbc_a1_param.h include/pbc/pbc_a_param.h -include/pbc/pbc_assert.h include/pbc/pbc_curve.h include/pbc/pbc_d_param.h -include/pbc/pbc_darray.h include/pbc/pbc_e_param.h include/pbc/pbc_f_param.h include/pbc/pbc_field.h -include/pbc/pbc_fieldmpz.h include/pbc/pbc_fieldquadratic.h -include/pbc/pbc_fops.h include/pbc/pbc_fp.h include/pbc/pbc_g_param.h include/pbc/pbc_hilbert.h include/pbc/pbc_memory.h include/pbc/pbc_mnt.h -include/pbc/pbc_mpc.h +include/pbc/pbc_multiz.h include/pbc/pbc_pairing.h include/pbc/pbc_param.h -include/pbc/pbc_parse.h include/pbc/pbc_poly.h include/pbc/pbc_random.h include/pbc/pbc_singular.h -include/pbc/pbc_symtab.h -include/pbc/pbc_time.h -include/pbc/pbc_tracker.h +include/pbc/pbc_test.h include/pbc/pbc_utils.h +include/pbc/pbc_z.h @dirrm include/pbc Property changes on: head/security/pbc/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property