Changeset 79427
- Timestamp:
- 06/13/11 01:30:28 (4 years ago)
- Location:
- trunk/dports/mail/pop3proxy
- Files:
-
- 1 added
- 5 edited
-
Portfile (modified) (2 diffs)
-
files/patch-clamav.c (modified) (1 diff)
-
files/patch-main.c (modified) (2 diffs)
-
files/patch-makefile (modified) (1 diff)
-
files/patch-pop3.c (modified) (2 diffs)
-
files/patch-procinfo.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/mail/pop3proxy/Portfile
r30236 r79427 4 4 5 5 name pop3proxy 6 version 1.3.0-beta36 version 2.0.0-beta8 7 7 categories mail 8 8 platforms darwin 9 9 maintainers nomaintainer 10 license GPL-2+ 11 10 12 description application level gateway for the POP3 protocol 11 13 long_description pop3.proxy is an application level gateway for the POP3 \ … … 15 17 16 18 homepage http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/Pop3Proxy 17 master_sites http://quietsche-entchen.de/cgi-bin/wiki.cgi/download/ 18 checksums md5 56cc718203b4e8dd6cca81dd91e3619a 19 patchfiles patch-main.c patch-pop3.c patch-clamav.c patch-makefile 19 master_sites http://quietsche-entchen.de/download/ 20 21 checksums sha1 e3ad7b8a2d309ab9f68f1bc446d7e312245147eb \ 22 rmd160 b8265282ceb4ddb1967f91dc3402229589b21d21 23 24 patchfiles patch-clamav.c \ 25 patch-main.c \ 26 patch-makefile \ 27 patch-pop3.c \ 28 patch-procinfo.c 20 29 21 30 use_configure no 31 32 build.args CC="${configure.cc} ${configure.cc_archflags}" 22 33 23 34 destroot.destdir prefix=${destroot}${prefix} -
trunk/dports/mail/pop3proxy/files/patch-clamav.c
r21488 r79427 1 --- clamav.c Mon Nov 22 21:50:51 20042 +++ ../../pop3proxy-1.3.0-beta3/clamav.c Tue Jan 11 22:33:27 20051 --- clamav.c.orig 2007-01-15 11:35:31.000000000 -0600 2 +++ clamav.c 2011-06-13 03:20:33.000000000 -0500 3 3 @@ -27,7 +27,7 @@ 4 4 -
trunk/dports/mail/pop3proxy/files/patch-main.c
r21488 r79427 1 --- main.c Tue Nov 23 23:26:12 20042 +++ ../../pop3proxy-1.3.0-beta3/main.c Tue Jan 11 22:34:30 20051 --- main.c.orig 2007-01-15 11:33:37.000000000 -0600 2 +++ main.c 2011-06-13 03:20:33.000000000 -0500 3 3 @@ -34,6 +34,7 @@ 4 4 #include <syslog.h> … … 7 7 +#include <sys/time.h> 8 8 9 #include "pop3.h"10 9 #include "ip-lib.h" 10 #include "procinfo.h" -
trunk/dports/mail/pop3proxy/files/patch-makefile
r21488 r79427 1 --- makefile Mon Nov 22 21:11:22 20042 +++ makefile .new Tue Jan 11 22:38:14 20053 @@ -1 7,8 +17,8 @@1 --- makefile.orig 2007-01-15 11:37:25.000000000 -0600 2 +++ makefile 2011-06-13 03:20:33.000000000 -0500 3 @@ -18,8 +18,8 @@ 4 4 5 5 install: all -
trunk/dports/mail/pop3proxy/files/patch-pop3.c
r21488 r79427 1 --- pop3.c Thu Nov 18 00:06:38 20042 +++ ../../pop3proxy-1.3.0-beta3/pop3.c Tue Jan 11 22:33:14 20051 --- pop3.c.orig 2007-01-15 11:35:59.000000000 -0600 2 +++ pop3.c 2011-06-13 03:20:33.000000000 -0500 3 3 @@ -37,7 +37,7 @@ 4 4 #include <netinet/in.h> … … 8 8 +#include <sys/wait.h> 9 9 10 #i nclude "pop3.h"11 # include "ip-lib.h"10 #if defined (__linux__) 11 # include <linux/netfilter_ipv4.h>
Note: See TracChangeset
for help on using the changeset viewer.

