diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-03-10 22:53:14 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-03-10 22:53:14 +0800 |
commit | 1c3dcaffb745ea78b4eab2b625831bc316b9fd7c (patch) | |
tree | 755afdbe4d90cf9c7f38d19ff1f92ad6c91a5ca4 /security | |
parent | c20b4da5a8bb8795cdffc9f1e5f88f5215cfb3bd (diff) | |
download | freebsd-ports-gnome-1c3dcaffb745ea78b4eab2b625831bc316b9fd7c.tar.gz freebsd-ports-gnome-1c3dcaffb745ea78b4eab2b625831bc316b9fd7c.tar.zst freebsd-ports-gnome-1c3dcaffb745ea78b4eab2b625831bc316b9fd7c.zip |
- Update to 0.5.13
- Trim Makefile headers
- Reset maintainer to ports@
Diffstat (limited to 'security')
-rw-r--r-- | security/pbc/Makefile | 13 | ||||
-rw-r--r-- | security/pbc/distinfo | 4 |
2 files changed, 7 insertions, 10 deletions
diff --git a/security/pbc/Makefile b/security/pbc/Makefile index c7ebc5002c24..1bfb0e77e262 100644 --- a/security/pbc/Makefile +++ b/security/pbc/Makefile @@ -1,22 +1,19 @@ -# New ports collection makefile for: pbc -# Date created: 28 March, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= pbc -PORTVERSION= 0.5.12 +PORTVERSION= 0.5.13 CATEGORIES= security MASTER_SITES= http://crypto.stanford.edu/pbc/files/ -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Library of pairing-based cryptosystems -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp GNU_CONFIGURE= yes USE_GCC= 4.6+ USE_LDCONFIG= yes +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/security/pbc/distinfo b/security/pbc/distinfo index 8e8d6d2c0ed6..8ff856f1ceaa 100644 --- a/security/pbc/distinfo +++ b/security/pbc/distinfo @@ -1,2 +1,2 @@ -SHA256 (pbc-0.5.12.tar.gz) = 006cd8afa000e2876bd693540a6befbc4f9ed4e2af616f5f731a58eab0d00e15 -SIZE (pbc-0.5.12.tar.gz) = 527579 +SHA256 (pbc-0.5.13.tar.gz) = 6207b7aea96e61df991c59a27ff9a954922954bc4b3cb9db325a37806b41dc89 +SIZE (pbc-0.5.13.tar.gz) = 556424 |