diff options
author | dinoex <dinoex@FreeBSD.org> | 2011-08-13 22:30:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2011-08-13 22:30:25 +0800 |
commit | 09891ef24bbce0f919fc5ce4cfd9555df8919839 (patch) | |
tree | d6c83769fae9abf2c367cc1e13179ce9b1c73384 /security/polarssl | |
parent | 5c7e9e7928dfcb725880307c0da4b3350e05d0e8 (diff) | |
download | freebsd-ports-gnome-09891ef24bbce0f919fc5ce4cfd9555df8919839.tar.gz freebsd-ports-gnome-09891ef24bbce0f919fc5ce4cfd9555df8919839.tar.zst freebsd-ports-gnome-09891ef24bbce0f919fc5ce4cfd9555df8919839.zip |
- update to 1.0.0
Diffstat (limited to 'security/polarssl')
-rw-r--r-- | security/polarssl/Makefile | 2 | ||||
-rw-r--r-- | security/polarssl/distinfo | 4 | ||||
-rw-r--r-- | security/polarssl/files/patch-Makefile | 8 | ||||
-rw-r--r-- | security/polarssl/pkg-plist | 9 |
4 files changed, 15 insertions, 8 deletions
diff --git a/security/polarssl/Makefile b/security/polarssl/Makefile index ba92c627082c..a13beb56bcb4 100644 --- a/security/polarssl/Makefile +++ b/security/polarssl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= polarssl -PORTVERSION= 0.14.3 +PORTVERSION= 1.0.0 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= http://polarssl.org/code/download/ diff --git a/security/polarssl/distinfo b/security/polarssl/distinfo index a715187d677c..90110cb8d78d 100644 --- a/security/polarssl/distinfo +++ b/security/polarssl/distinfo @@ -1,2 +1,2 @@ -SHA256 (polarssl-0.14.3-gpl.tgz) = ecde78bb94ec3b289d9d7a2842e0a43e5c6a74b9c32757ce88d724ce8145a486 -SIZE (polarssl-0.14.3-gpl.tgz) = 335843 +SHA256 (polarssl-1.0.0-gpl.tgz) = db42482e8b2121c1bac74cb8520ac941a1fad286c44a99d98189d94c317c6fa9 +SIZE (polarssl-1.0.0-gpl.tgz) = 540204 diff --git a/security/polarssl/files/patch-Makefile b/security/polarssl/files/patch-Makefile index f3c9ff527bdd..6f5c3fe9cd85 100644 --- a/security/polarssl/files/patch-Makefile +++ b/security/polarssl/files/patch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig 2010-06-18 18:42:26.000000000 +0200 -+++ Makefile 2010-08-17 18:33:04.000000000 +0200 +--- Makefile.orig 2011-06-21 10:59:00.000000000 +0200 ++++ Makefile 2011-08-13 16:25:23.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 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 3c9fa7c644b9..310d5ede3812 100644 --- a/security/polarssl/pkg-plist +++ b/security/polarssl/pkg-plist @@ -24,17 +24,24 @@ include/polarssl/bignum.h include/polarssl/bn_mul.h include/polarssl/camellia.h include/polarssl/certs.h +include/polarssl/cipher.h +include/polarssl/cipher_wrap.h include/polarssl/config.h include/polarssl/debug.h include/polarssl/des.h include/polarssl/dhm.h +include/polarssl/error.h include/polarssl/havege.h +include/polarssl/md.h include/polarssl/md2.h include/polarssl/md4.h include/polarssl/md5.h +include/polarssl/md_wrap.h include/polarssl/net.h include/polarssl/openssl.h include/polarssl/padlock.h +include/polarssl/pem.h +include/polarssl/pkcs11.h include/polarssl/rsa.h include/polarssl/sha1.h include/polarssl/sha2.h @@ -45,6 +52,6 @@ include/polarssl/version.h include/polarssl/x509.h include/polarssl/xtea.h lib/libpolarssl.a -lib/libpolarssl.so.0 lib/libpolarssl.so +lib/libpolarssl.so.0 @dirrm include/polarssl |