diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-03-23 22:19:08 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-03-23 22:19:08 +0800 |
commit | 12fbf259a55788386ab5f7a127069cee7e17864a (patch) | |
tree | 4e719163eeb125142a467dedbc7c53e81278caaa | |
parent | 2ddb57409409040dcecaf5c0883fd8b299f2d728 (diff) | |
download | freebsd-ports-gnome-12fbf259a55788386ab5f7a127069cee7e17864a.tar.gz freebsd-ports-gnome-12fbf259a55788386ab5f7a127069cee7e17864a.tar.zst freebsd-ports-gnome-12fbf259a55788386ab5f7a127069cee7e17864a.zip |
- Upgrade to version 0.05
- Add %%PORTDOCS%% to pkg-plist
PR: 25976
Submitted by: MAINTAINER
-rw-r--r-- | security/pgpdump/Makefile | 4 | ||||
-rw-r--r-- | security/pgpdump/distinfo | 2 | ||||
-rw-r--r-- | security/pgpdump/pkg-descr | 4 | ||||
-rw-r--r-- | security/pgpdump/pkg-plist | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index dfd72f54e0f2..98f75426d997 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -6,9 +6,9 @@ # PORTNAME= pgpdump -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= security -MASTER_SITES= ftp://pgp.iijlab.net/pub/tools/ +MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/ MAINTAINER= kaoru@kaisei.org diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo index b00e61f574b9..ae81da4f109f 100644 --- a/security/pgpdump/distinfo +++ b/security/pgpdump/distinfo @@ -1 +1 @@ -MD5 (pgpdump-0.04.tar.gz) = 7c693ad27228640223caac2ef0e9a004 +MD5 (pgpdump-0.05.tar.gz) = 2c7fb37398927a7bc127977b66d94bbd diff --git a/security/pgpdump/pkg-descr b/security/pgpdump/pkg-descr index 8c420cc7ace8..a47711734750 100644 --- a/security/pgpdump/pkg-descr +++ b/security/pgpdump/pkg-descr @@ -1,4 +1,4 @@ -This is PGP packet visualizer "pgpdump". Displays the pgp packet -format of OpenPGP (RFC2440) and PGP version 2 (RFC 1991). +"pgpdump" is a PGP packet visualizer which displays the packet format +of OpenPGP (RFC 2440 + bis) and PGP version 2 (RFC 1991). WWW: http://pgp.iijlab.net/ diff --git a/security/pgpdump/pkg-plist b/security/pgpdump/pkg-plist index d16bce1a1374..a3edcc4d7094 100644 --- a/security/pgpdump/pkg-plist +++ b/security/pgpdump/pkg-plist @@ -1,3 +1,3 @@ bin/pgpdump -share/doc/pgpdump/README -@dirrm share/doc/pgpdump +%%PORTDOCS%%share/doc/pgpdump/README +%%PORTDOCS%%@dirrm share/doc/pgpdump |