diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-03-05 11:27:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-03-05 11:27:08 +0000 |
commit | 98f1148c4ab67857b1341a038b771945b4fe4f0c (patch) | |
tree | d3c0ef4c401f1cc86fec06032167d766fe7b20df | |
parent | c6ff15d54d3466a025b87bd618a5a99ecb9b770a (diff) | |
download | ports-98f1148c4ab67857b1341a038b771945b4fe4f0c.tar.gz ports-98f1148c4ab67857b1341a038b771945b4fe4f0c.zip |
Notes
-rw-r--r-- | security/polarssl/Makefile | 3 | ||||
-rw-r--r-- | security/polarssl/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index 89369aeb22b9..c25ad6b17645 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= polarssl -PORTVERSION= 0.14.1 +PORTVERSION= 0.14.2 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= http://polarssl.org/code/download/ @@ -18,6 +18,7 @@ COMMENT= Open Source embedded SSL/TLS cryptographic library LICENSE= GPLv2 USE_PERL5_BUILD= yes +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PORTDOCS= ChangeLog README diff --git a/security/polarssl/distinfo b/security/polarssl/distinfo index e9720dfa88bf..148dd6708c97 100644 --- a/security/polarssl/distinfo +++ b/security/polarssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (polarssl-0.14.1-gpl.tgz) = eb1242f8226011c289dbbdab48c071a04de6398fab43382c51846835fd414795 -SIZE (polarssl-0.14.1-gpl.tgz) = 328797 +SHA256 (polarssl-0.14.2-gpl.tgz) = 6dfc9400e05eca146f3233a290061545271805f91bbb431ad213c4541f1029a6 +SIZE (polarssl-0.14.2-gpl.tgz) = 335243 |