diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-11-17 11:56:00 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-11-17 11:56:00 +0800 |
commit | efd0b18cb77063cc1807ffa23749d4836009b630 (patch) | |
tree | 00bc65bd8a19a0252e4972e478f4694d3588f715 /mail | |
parent | 150c8836242a4b06e344293fdd3b212fba669cfe (diff) | |
download | freebsd-ports-gnome-efd0b18cb77063cc1807ffa23749d4836009b630.tar.gz freebsd-ports-gnome-efd0b18cb77063cc1807ffa23749d4836009b630.tar.zst freebsd-ports-gnome-efd0b18cb77063cc1807ffa23749d4836009b630.zip |
- update to 0.6.4
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popa3d/Makefile | 2 | ||||
-rw-r--r-- | mail/popa3d/distinfo | 2 | ||||
-rw-r--r-- | mail/popa3d/files/patch-ab | 10 |
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 |