diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-08-18 03:41:18 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-08-18 03:41:18 +0800 |
commit | 3da2bb0b1bf196ecdf3170648675cba280238d2e (patch) | |
tree | 651f1cc1fc1346c533ad89c7f498ce212fff61d9 | |
parent | 20f68b02fb5a9385fad2233f99ed6810e9caba61 (diff) | |
download | freebsd-ports-gnome-3da2bb0b1bf196ecdf3170648675cba280238d2e.tar.gz freebsd-ports-gnome-3da2bb0b1bf196ecdf3170648675cba280238d2e.tar.zst freebsd-ports-gnome-3da2bb0b1bf196ecdf3170648675cba280238d2e.zip |
- update to 0.14.0
-rw-r--r-- | security/polarssl/Makefile | 3 | ||||
-rw-r--r-- | security/polarssl/distinfo | 6 | ||||
-rw-r--r-- | security/polarssl/files/patch-Makefile | 12 | ||||
-rw-r--r-- | security/polarssl/pkg-plist | 1 |
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 |