From tkato432@yahoo.com  Fri Jul 12 18:02:40 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 1795DE4D
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 12 Jul 2013 18:02:09 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from omta02.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67])
	by mx1.freebsd.org (Postfix) with ESMTP id E23B4137A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 12 Jul 2013 18:02:08 +0000 (UTC)
Received: from localhost.localdomain (ZT028158.ppp.dion.ne.jp [59.128.28.158])
	by omta02.auone-net.jp (au one net mail) with ESMTP id F1DC4156000F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 13 Jul 2013 03:02:06 +0900 (JST)
Message-Id: <20130713025927.4c510685512c3fc35b108572@yahoo.com>
Date: Sat, 13 Jul 2013 02:59:27 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: security/pbc: Update to version 0.5.14

>Number:         180520
>Category:       ports
>Synopsis:       security/pbc: Update to version 0.5.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 12 18:10:07 UTC 2013
>Closed-Date:    Mon Jul 15 14:51:35 UTC 2013
>Last-Modified:  Mon Jul 15 15:00:03 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.5.14

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/security/pbc/Makefile security/pbc/Makefile
--- /usr/ports/security/pbc/Makefile	2013-06-21 03:51:07.000000000 +0900
+++ security/pbc/Makefile	2013-07-13 00:00:00.000000000 +0900
@@ -2,18 +2,27 @@
 # $FreeBSD: head/security/pbc/Makefile 313828 2013-03-10 14:53:14Z wen $
 
 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>
diff -urN /usr/ports/security/pbc/distinfo security/pbc/distinfo
--- /usr/ports/security/pbc/distinfo	2013-06-21 03:51:07.000000000 +0900
+++ security/pbc/distinfo	2013-07-13 00:00:00.000000000 +0900
@@ -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
diff -urN /usr/ports/security/pbc/pkg-plist security/pbc/pkg-plist
--- /usr/ports/security/pbc/pkg-plist	2013-06-21 03:51:07.000000000 +0900
+++ security/pbc/pkg-plist	2013-07-13 00:00:00.000000000 +0900
@@ -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_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_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
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jul 12 18:12:00 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180520 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jul 15 14:51:34 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180520 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180520: commit references a PR
Date: Mon, 15 Jul 2013 14:51:39 +0000 (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"
 
>Unformatted:
