diff options
author | wen <wen@FreeBSD.org> | 2011-12-11 17:50:09 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-12-11 17:50:09 +0800 |
commit | 4dd0440a8a6fd0bd3aa000e6bf6fa8804f4196ff (patch) | |
tree | e8a653bf328e52b11554c08085b55a9873f7210a /security | |
parent | a4ee4a2fd7441a5959146689b8bba73a4948ecaa (diff) | |
download | freebsd-ports-gnome-4dd0440a8a6fd0bd3aa000e6bf6fa8804f4196ff.tar.gz freebsd-ports-gnome-4dd0440a8a6fd0bd3aa000e6bf6fa8804f4196ff.tar.zst freebsd-ports-gnome-4dd0440a8a6fd0bd3aa000e6bf6fa8804f4196ff.zip |
- Update to 0.5.12
Feature safe: yes
Diffstat (limited to 'security')
-rw-r--r-- | security/pbc/Makefile | 6 | ||||
-rw-r--r-- | security/pbc/distinfo | 4 | ||||
-rw-r--r-- | security/pbc/pkg-plist | 15 |
3 files changed, 11 insertions, 14 deletions
diff --git a/security/pbc/Makefile b/security/pbc/Makefile index a94f22821b8a..c7ebc5002c24 100644 --- a/security/pbc/Makefile +++ b/security/pbc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pbc -PORTVERSION= 0.4.21 -PORTREVISION= 1 +PORTVERSION= 0.5.12 CATEGORIES= security MASTER_SITES= http://crypto.stanford.edu/pbc/files/ @@ -16,7 +15,8 @@ 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 <bsd.port.mk> diff --git a/security/pbc/distinfo b/security/pbc/distinfo index 8d8a4a0a0221..8e8d6d2c0ed6 100644 --- a/security/pbc/distinfo +++ b/security/pbc/distinfo @@ -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 diff --git a/security/pbc/pkg-plist b/security/pbc/pkg-plist index c9f484908fe1..64f6a1d9eb82 100644 --- a/security/pbc/pkg-plist +++ b/security/pbc/pkg-plist @@ -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 |