- update to 0.6.4

This commit is contained in:
Dirk Meyer 2003-11-17 03:56:00 +00:00
parent ed1d8c2ac3
commit 0f3e3621dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94147
3 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= popa3d
PORTVERSION= 0.6.3
PORTVERSION= 0.6.4
CATEGORIES= mail
MASTER_SITES= http://www.openwall.com/popa3d/ \
ftp://ftp.openwall.com/pub/projects/popa3d/

View file

@ -1 +1 @@
MD5 (popa3d-0.6.3.tar.gz) = cceb80f90d0fc1f85fdb5cf7472afe9e
MD5 (popa3d-0.6.4.tar.gz) = 21d4876c4d85b92d323e46d2e8f12e11

View file

@ -1,5 +1,5 @@
--- Makefile.orig Sun Oct 28 02:10:49 2001
+++ Makefile Sat Dec 22 11:59:22 2001
--- Makefile.orig Mon Nov 17 04:50:31 2003
+++ Makefile Mon Nov 17 04:52:25 2003
@@ -1,15 +1,15 @@
-CC = gcc
-LD = gcc
@ -7,9 +7,9 @@
+LD = ${CC}
RM = rm -f
MKDIR = mkdir -p
INSTALL = install
-CFLAGS = -c -Wall -O2 -fomit-frame-pointer
+CFLAGS += -c -Wall -O2 -fomit-frame-pointer
INSTALL = install -c
-CFLAGS = -Wall -O2 -fomit-frame-pointer
+CFLAGS += -Wall -O2 -fomit-frame-pointer
# You may use OpenSSL's MD5 routines instead of the ones supplied here
#CFLAGS += -DHAVE_OPENSSL
LDFLAGS = -s