Update to version 0.19.

From Xavier Santolaria <xavier@santolaria.net>
This commit is contained in:
margarida 2003-11-02 02:28:25 +00:00
parent a914ae8772
commit a125d07a34
4 changed files with 10 additions and 20 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.12 2003/06/01 19:09:19 margarida Exp $
# $OpenBSD: Makefile,v 1.13 2003/11/02 02:28:25 margarida Exp $
COMMENT= "PGP packet visualizer"
DISTNAME= pgpdump-0.18
DISTNAME= pgpdump-0.19
CATEGORIES= security
HOMEPAGE= http://pgp.iijlab.net/pgpdump.html
@ -15,9 +15,9 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/
MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/
CONFIGURE_STYLE= gnu
CONFIGURE_STYLE= gnu dest
NO_REGRESS= Yes

View File

@ -1,3 +1,3 @@
MD5 (pgpdump-0.18.tar.gz) = 1d1efcdad225d3e8f96bcde21493ffea
RMD160 (pgpdump-0.18.tar.gz) = b2657d013f79b2d312cf2ec5ddca1cd06019ff3d
SHA1 (pgpdump-0.18.tar.gz) = cbeb2d4d0e94483d0afd382fd1b6fc9f14ec5596
MD5 (pgpdump-0.19.tar.gz) = 308c0f2eb7d467d1cfbb12c9b3a9fbf7
RMD160 (pgpdump-0.19.tar.gz) = 581e33eba4590b7c8495f1801378a5d244bf55dd
SHA1 (pgpdump-0.19.tar.gz) = 1353d13d33e0381f2147f4c18be32b7c7782577c

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Makefile_in,v 1.3 2002/10/30 09:07:48 mark Exp $
--- Makefile.in~ Wed Oct 30 00:49:54 2002
+++ Makefile.in Wed Oct 30 00:55:11 2002
$OpenBSD: patch-Makefile_in,v 1.4 2003/11/02 02:28:25 margarida Exp $
--- Makefile.in.orig 2002-06-27 08:28:34.000000000 +0200
+++ Makefile.in 2003-08-13 14:40:52.000000000 +0200
@@ -4,7 +4,9 @@ bindir = @bindir@
mandir = @mandir@/man1
LIBS = @LIBS@
@ -12,11 +12,3 @@ $OpenBSD: patch-Makefile_in,v 1.3 2002/10/30 09:07:48 mark Exp $
RM = rm -f
INSTALL = install -c -m
@@ -35,5 +37,5 @@ distclean:
$(RM) $(OBJS) $(PROG) $(CNF) $(MKF)
install: all
- $(INSTALL) 555 $(PROG) $(bindir)
- $(INSTALL) 444 $(MAN) $(mandir)
+ $(INSTALL) 555 $(PROG) $(DESTDIR)$(bindir)
+ $(INSTALL) 444 $(MAN) $(DESTDIR)$(mandir)

View File

@ -1,4 +1,2 @@
pgpdump is a PGP packet visualizer which displays the packet
format of OpenPGP (RFC 2440 + bis) and PGP version 2 (RFC 1991).
WWW: ${HOMEPAGE}