upgrade to 0.16

PR:		32595
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2001-12-08 20:55:27 +00:00
parent 01856ccdc4
commit 9747797850
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51253
3 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pgpdump
PORTVERSION= 0.15
PORTVERSION= 0.16
CATEGORIES= security
MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/

View File

@ -1 +1 @@
MD5 (pgpdump-0.15.tar.gz) = 72031e65fa25fd76f2b35f4b1bca89ea
MD5 (pgpdump-0.16.tar.gz) = 8c0a7b1b7647df139f1fadab19aac1f1

View File

@ -1,11 +1,11 @@
--- Makefile.in.orig Tue Apr 3 05:41:44 2001
+++ Makefile.in Fri May 25 04:47:52 2001
--- Makefile.in.orig Sat Dec 8 13:29:30 2001
+++ Makefile.in Sat Dec 8 13:29:36 2001
@@ -4,7 +4,7 @@
mandir = @mandir@/man1
LIBS = @LIBS@
-CFLAGS = -O -Wall
+CFLAGS += -Wall
-CFLAGS = -O
+CFLAGS ?= -O
RM = rm -f
INSTALL = install -c -m