aboutsummaryrefslogtreecommitdiff
path: root/mail/popa3d
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-11-17 03:56:00 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-11-17 03:56:00 +0000
commit0f3e3621dd9547273fe1bd2c30789a641cb4b438 (patch)
tree5855e44d0cf2d1d400a2106420ea659b3e897461 /mail/popa3d
parented1d8c2ac3336807b95a6106f7f0a72ef6f9a014 (diff)
downloadports-0f3e3621dd9547273fe1bd2c30789a641cb4b438.tar.gz
ports-0f3e3621dd9547273fe1bd2c30789a641cb4b438.zip
Notes
Diffstat (limited to 'mail/popa3d')
-rw-r--r--mail/popa3d/Makefile2
-rw-r--r--mail/popa3d/distinfo2
-rw-r--r--mail/popa3d/files/patch-ab10
3 files changed, 7 insertions, 7 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile
index 2f7a2ceb304b..4bd8db762116 100644
--- a/mail/popa3d/Makefile
+++ b/mail/popa3d/Makefile
@@ -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/
diff --git a/mail/popa3d/distinfo b/mail/popa3d/distinfo
index 82a4ad1d5990..4951d3679748 100644
--- a/mail/popa3d/distinfo
+++ b/mail/popa3d/distinfo
@@ -1 +1 @@
-MD5 (popa3d-0.6.3.tar.gz) = cceb80f90d0fc1f85fdb5cf7472afe9e
+MD5 (popa3d-0.6.4.tar.gz) = 21d4876c4d85b92d323e46d2e8f12e11
diff --git a/mail/popa3d/files/patch-ab b/mail/popa3d/files/patch-ab
index 122542270080..c8a0e0403271 100644
--- a/mail/popa3d/files/patch-ab
+++ b/mail/popa3d/files/patch-ab
@@ -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