aboutsummaryrefslogtreecommitdiff
path: root/security/polarssl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-08-17 19:41:18 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-08-17 19:41:18 +0000
commit8941940f6d25347ae149e328980839e1496a10d3 (patch)
treeee3e74b168e6e3645f7b52ae441bef0cfe44980f /security/polarssl
parent7e7ceec3eb176d1effcdaed6b1ace228f2452e21 (diff)
downloadports-8941940f6d25347ae149e328980839e1496a10d3.tar.gz
ports-8941940f6d25347ae149e328980839e1496a10d3.zip
Notes
Diffstat (limited to 'security/polarssl')
-rw-r--r--security/polarssl/Makefile3
-rw-r--r--security/polarssl/distinfo6
-rw-r--r--security/polarssl/files/patch-Makefile12
-rw-r--r--security/polarssl/pkg-plist1
4 files changed, 11 insertions, 11 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile
index 8e44e705d4d9..0e43c6ec29a9 100644
--- a/security/polarssl/Makefile
+++ b/security/polarssl/Makefile
@@ -6,9 +6,8 @@
#
PORTNAME= polarssl
-PORTVERSION= 0.13.1
+PORTVERSION= 0.14.0
DISTVERSIONSUFFIX= -gpl
-PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= http://polarssl.org/code/download/
EXTRACT_SUFX= .tgz
diff --git a/security/polarssl/distinfo b/security/polarssl/distinfo
index 1de929bfba0f..9095b34966d4 100644
--- a/security/polarssl/distinfo
+++ b/security/polarssl/distinfo
@@ -1,3 +1,3 @@
-MD5 (polarssl-0.13.1-gpl.tgz) = 298224a1830bef2525acae0535cd5a4f
-SHA256 (polarssl-0.13.1-gpl.tgz) = f880cbb8d69ed6edc2b022475f03999f2717eb0e2a4472351df0465a924500a0
-SIZE (polarssl-0.13.1-gpl.tgz) = 339052
+MD5 (polarssl-0.14.0-gpl.tgz) = 669a0582a27a5ec381542f0c67e966b7
+SHA256 (polarssl-0.14.0-gpl.tgz) = 0b4b4cf79cdae5254c5a7a2bbadbc84c9e3644c7bb9975a94c149682010f84c0
+SIZE (polarssl-0.14.0-gpl.tgz) = 343617
diff --git a/security/polarssl/files/patch-Makefile b/security/polarssl/files/patch-Makefile
index aef523ea9486..f3c9ff527bdd 100644
--- a/security/polarssl/files/patch-Makefile
+++ b/security/polarssl/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig 2009-07-28 22:29:34.000000000 +0200
-+++ Makefile 2009-12-10 13:10:07.000000000 +0100
+--- Makefile.orig 2010-06-18 18:42:26.000000000 +0200
++++ Makefile 2010-08-17 18:33:04.000000000 +0200
@@ -7,7 +7,7 @@
all:
- cd library && make all && cd ..
- cd programs && make all && cd ..
-- cd tests && make all && cd ..
-+# cd tests && make all && cd ..
+ cd library && $(MAKE) all && cd ..
+ cd programs && $(MAKE) all && cd ..
+- cd tests && $(MAKE) all && cd ..
++# cd tests && $(MAKE) all && cd ..
install:
mkdir -p $(DESTDIR)/include/polarssl
diff --git a/security/polarssl/pkg-plist b/security/polarssl/pkg-plist
index 66881c8dae73..3c9fa7c644b9 100644
--- a/security/polarssl/pkg-plist
+++ b/security/polarssl/pkg-plist
@@ -41,6 +41,7 @@ include/polarssl/sha2.h
include/polarssl/sha4.h
include/polarssl/ssl.h
include/polarssl/timing.h
+include/polarssl/version.h
include/polarssl/x509.h
include/polarssl/xtea.h
lib/libpolarssl.a