New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79427


Ignore:
Timestamp:
06/13/11 01:30:28 (4 years ago)
Author:
ryandesign@…
Message:

pop3proxy: update to 2.0.0-beta8, indicate license, ensure we're UsingTheRightCompiler and build_arch

Location:
trunk/dports/mail/pop3proxy
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/mail/pop3proxy/Portfile

    r30236 r79427  
    44 
    55name                    pop3proxy 
    6 version                 1.3.0-beta3 
     6version             2.0.0-beta8 
    77categories              mail 
    88platforms               darwin 
    99maintainers             nomaintainer 
     10license             GPL-2+ 
     11 
    1012description             application level gateway for the POP3 protocol 
    1113long_description        pop3.proxy is an application level gateway for the POP3 \ 
     
    1517 
    1618homepage                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 
     19master_sites        http://quietsche-entchen.de/download/ 
     20 
     21checksums           sha1    e3ad7b8a2d309ab9f68f1bc446d7e312245147eb \ 
     22                    rmd160  b8265282ceb4ddb1967f91dc3402229589b21d21 
     23 
     24patchfiles          patch-clamav.c \ 
     25                    patch-main.c \ 
     26                    patch-makefile \ 
     27                    patch-pop3.c \ 
     28                    patch-procinfo.c 
    2029 
    2130use_configure   no 
     31 
     32build.args          CC="${configure.cc} ${configure.cc_archflags}" 
    2233 
    2334destroot.destdir        prefix=${destroot}${prefix} 
  • trunk/dports/mail/pop3proxy/files/patch-clamav.c

    r21488 r79427  
    1 --- clamav.c    Mon Nov 22 21:50:51 2004 
    2 +++ ../../pop3proxy-1.3.0-beta3/clamav.c        Tue Jan 11 22:33:27 2005 
     1--- clamav.c.orig       2007-01-15 11:35:31.000000000 -0600 
     2+++ clamav.c    2011-06-13 03:20:33.000000000 -0500 
    33@@ -27,7 +27,7 @@ 
    44  
  • trunk/dports/mail/pop3proxy/files/patch-main.c

    r21488 r79427  
    1 --- main.c      Tue Nov 23 23:26:12 2004 
    2 +++ ../../pop3proxy-1.3.0-beta3/main.c  Tue Jan 11 22:34:30 2005 
     1--- main.c.orig 2007-01-15 11:33:37.000000000 -0600 
     2+++ main.c      2011-06-13 03:20:33.000000000 -0500 
    33@@ -34,6 +34,7 @@ 
    44 #include <syslog.h> 
     
    77+#include <sys/time.h> 
    88  
    9  #include "pop3.h" 
    109 #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 2004 
    2 +++ makefile.new        Tue Jan 11 22:38:14 2005 
    3 @@ -17,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 @@ 
    44  
    55 install:       all 
  • trunk/dports/mail/pop3proxy/files/patch-pop3.c

    r21488 r79427  
    1 --- pop3.c      Thu Nov 18 00:06:38 2004 
    2 +++ ../../pop3proxy-1.3.0-beta3/pop3.c  Tue Jan 11 22:33:14 2005 
     1--- pop3.c.orig 2007-01-15 11:35:59.000000000 -0600 
     2+++ pop3.c      2011-06-13 03:20:33.000000000 -0500 
    33@@ -37,7 +37,7 @@ 
    44 #include <netinet/in.h> 
     
    88+#include <sys/wait.h> 
    99  
    10  #include "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.