diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:53:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:53:05 +0800 |
commit | 22084e17f721ebb9a063f5603491229fcfc70d9b (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /security/py-trustedpickle | |
parent | 3f42e716135bc048b90cb6cca188f324e65c69dc (diff) | |
download | freebsd-ports-gnome-22084e17f721ebb9a063f5603491229fcfc70d9b.tar.gz freebsd-ports-gnome-22084e17f721ebb9a063f5603491229fcfc70d9b.tar.zst freebsd-ports-gnome-22084e17f721ebb9a063f5603491229fcfc70d9b.zip |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket
Diffstat (limited to 'security/py-trustedpickle')
-rw-r--r-- | security/py-trustedpickle/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-trustedpickle/pkg-descr b/security/py-trustedpickle/pkg-descr index 929ae9bf5b82..a6bbc41a6086 100644 --- a/security/py-trustedpickle/pkg-descr +++ b/security/py-trustedpickle/pkg-descr @@ -1,7 +1,7 @@ TrustedPickle is a Python module that can save most any arbitrary Python object in a signed pickle file. There are two big differences between this module and - the standard pickle module. First, TrustedPickle can pickle a module, but the -standard pickle module cannot. Second, TrustedPickle includes a signature that + the standard pickle module. First, TrustedPickle can pickle a module, but the +standard pickle module cannot. Second, TrustedPickle includes a signature that can verify the data's origin before the data is unpickled. WWW: http://trustedpickle.sourceforge.net/index.html |