Bug 180520 - security/pbc: Update to version 0.5.14
Summary: security/pbc: Update to version 0.5.14
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-12 19:10 UTC by tkato432
Modified: 2013-07-15 16:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.09 KB, patch)
2013-07-12 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-07-12 19:10:07 UTC
- Update to version 0.5.14
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-12 19:12:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-07-15 15:51:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-15 15:51:39 UTC
Author: miwi
Date: Mon Jul 15 14:51:29 2013
New Revision: 323048
URL: http://svnweb.freebsd.org/changeset/ports/323048

Log:
  - Update to 0.5.14
  
  PR:		180520
  Submitted by:	Ports Fury

Modified:
  head/security/pbc/Makefile   (contents, props changed)
  head/security/pbc/distinfo   (contents, props changed)
  head/security/pbc/pkg-plist   (contents, props changed)

Modified: head/security/pbc/Makefile
==============================================================================
--- head/security/pbc/Makefile	Mon Jul 15 14:50:56 2013	(r323047)
+++ head/security/pbc/Makefile	Mon Jul 15 14:51:29 2013	(r323048)
@@ -2,18 +2,27 @@
 # $FreeBSD$
 
 PORTNAME=	pbc
-PORTVERSION=	0.5.13
+PORTVERSION=	0.5.14
 CATEGORIES=	security
 MASTER_SITES=	http://crypto.stanford.edu/pbc/files/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library of pairing-based cryptosystems
 
+LICENSE=	LGPL3
+
 LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
 
+USES=		bison
 GNU_CONFIGURE=	yes
-USE_GCC=	4.6+
 USE_LDCONFIG=	yes
+
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|^CFLAGS=$$|| ; \
+		 s|-O3||' ${WRKSRC}/configure
+
 .include <bsd.port.mk>

Modified: head/security/pbc/distinfo
==============================================================================
--- head/security/pbc/distinfo	Mon Jul 15 14:50:56 2013	(r323047)
+++ head/security/pbc/distinfo	Mon Jul 15 14:51:29 2013	(r323048)
@@ -1,2 +1,2 @@
-SHA256 (pbc-0.5.13.tar.gz) = 6207b7aea96e61df991c59a27ff9a954922954bc4b3cb9db325a37806b41dc89
-SIZE (pbc-0.5.13.tar.gz) = 556424
+SHA256 (pbc-0.5.14.tar.gz) = 772527404117587560080241cedaf441e5cac3269009cdde4c588a1dce4c23d2
+SIZE (pbc-0.5.14.tar.gz) = 654515

Modified: head/security/pbc/pkg-plist
==============================================================================
--- head/security/pbc/pkg-plist	Mon Jul 15 14:50:56 2013	(r323047)
+++ head/security/pbc/pkg-plist	Mon Jul 15 14:51:29 2013	(r323048)
@@ -1,7 +1,3 @@
-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
@@ -14,6 +10,7 @@ include/pbc/pbc_fieldquadratic.h
 include/pbc/pbc_fp.h
 include/pbc/pbc_g_param.h
 include/pbc/pbc_hilbert.h
+include/pbc/pbc_i_param.h
 include/pbc/pbc_memory.h
 include/pbc/pbc_mnt.h
 include/pbc/pbc_multiz.h
@@ -22,7 +19,12 @@ include/pbc/pbc_param.h
 include/pbc/pbc_poly.h
 include/pbc/pbc_random.h
 include/pbc/pbc_singular.h
+include/pbc/pbc_ternary_extension_field.h
 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
 @dirrm include/pbc
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"