[79427] trunk/dports/mail/pop3proxy

ryandesign at macports.org ryandesign at macports.org
Mon Jun 13 01:30:29 PDT 2011


Revision: 79427
          http://trac.macports.org/changeset/79427
Author:   ryandesign at macports.org
Date:     2011-06-13 01:30:28 -0700 (Mon, 13 Jun 2011)
Log Message:
-----------
pop3proxy: update to 2.0.0-beta8, indicate license, ensure we're UsingTheRightCompiler and build_arch

Modified Paths:
--------------
    trunk/dports/mail/pop3proxy/Portfile
    trunk/dports/mail/pop3proxy/files/patch-clamav.c
    trunk/dports/mail/pop3proxy/files/patch-main.c
    trunk/dports/mail/pop3proxy/files/patch-makefile
    trunk/dports/mail/pop3proxy/files/patch-pop3.c

Added Paths:
-----------
    trunk/dports/mail/pop3proxy/files/patch-procinfo.c

Modified: trunk/dports/mail/pop3proxy/Portfile
===================================================================
--- trunk/dports/mail/pop3proxy/Portfile	2011-06-13 08:14:22 UTC (rev 79426)
+++ trunk/dports/mail/pop3proxy/Portfile	2011-06-13 08:30:28 UTC (rev 79427)
@@ -3,10 +3,12 @@
 PortSystem 1.0
 
 name			pop3proxy
-version			1.3.0-beta3
+version             2.0.0-beta8
 categories		mail
 platforms		darwin
 maintainers		nomaintainer
+license             GPL-2+
+
 description		application level gateway for the POP3 protocol
 long_description	pop3.proxy is an application level gateway for the POP3 \
 				protocol. Unlike generic TCP proxys (like tcpproxy) it looks \
@@ -14,12 +16,21 @@
 				the protocol specification. pop3.proxy is based on RFC 1939.
 
 homepage		http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/Pop3Proxy
-master_sites	http://quietsche-entchen.de/cgi-bin/wiki.cgi/download/
-checksums		md5 56cc718203b4e8dd6cca81dd91e3619a
-patchfiles		patch-main.c patch-pop3.c patch-clamav.c patch-makefile
+master_sites        http://quietsche-entchen.de/download/
 
+checksums           sha1    e3ad7b8a2d309ab9f68f1bc446d7e312245147eb \
+                    rmd160  b8265282ceb4ddb1967f91dc3402229589b21d21
+
+patchfiles          patch-clamav.c \
+                    patch-main.c \
+                    patch-makefile \
+                    patch-pop3.c \
+                    patch-procinfo.c
+
 use_configure	no
 
+build.args          CC="${configure.cc} ${configure.cc_archflags}"
+
 destroot.destdir	prefix=${destroot}${prefix}
 
 post-destroot {

Modified: trunk/dports/mail/pop3proxy/files/patch-clamav.c
===================================================================
--- trunk/dports/mail/pop3proxy/files/patch-clamav.c	2011-06-13 08:14:22 UTC (rev 79426)
+++ trunk/dports/mail/pop3proxy/files/patch-clamav.c	2011-06-13 08:30:28 UTC (rev 79427)
@@ -1,5 +1,5 @@
---- clamav.c	Mon Nov 22 21:50:51 2004
-+++ ../../pop3proxy-1.3.0-beta3/clamav.c	Tue Jan 11 22:33:27 2005
+--- clamav.c.orig	2007-01-15 11:35:31.000000000 -0600
++++ clamav.c	2011-06-13 03:20:33.000000000 -0500
 @@ -27,7 +27,7 @@
  
  #include <errno.h>

Modified: trunk/dports/mail/pop3proxy/files/patch-main.c
===================================================================
--- trunk/dports/mail/pop3proxy/files/patch-main.c	2011-06-13 08:14:22 UTC (rev 79426)
+++ trunk/dports/mail/pop3proxy/files/patch-main.c	2011-06-13 08:30:28 UTC (rev 79427)
@@ -1,10 +1,10 @@
---- main.c	Tue Nov 23 23:26:12 2004
-+++ ../../pop3proxy-1.3.0-beta3/main.c	Tue Jan 11 22:34:30 2005
+--- main.c.orig	2007-01-15 11:33:37.000000000 -0600
++++ main.c	2011-06-13 03:20:33.000000000 -0500
 @@ -34,6 +34,7 @@
  #include <syslog.h>
  #include <signal.h>
  #include <time.h>
 +#include <sys/time.h>
  
- #include "pop3.h"
  #include "ip-lib.h"
+ #include "procinfo.h"

Modified: trunk/dports/mail/pop3proxy/files/patch-makefile
===================================================================
--- trunk/dports/mail/pop3proxy/files/patch-makefile	2011-06-13 08:14:22 UTC (rev 79426)
+++ trunk/dports/mail/pop3proxy/files/patch-makefile	2011-06-13 08:30:28 UTC (rev 79427)
@@ -1,6 +1,6 @@
---- makefile	Mon Nov 22 21:11:22 2004
-+++ makefile.new	Tue Jan 11 22:38:14 2005
-@@ -17,8 +17,8 @@
+--- makefile.orig	2007-01-15 11:37:25.000000000 -0600
++++ makefile	2011-06-13 03:20:33.000000000 -0500
+@@ -18,8 +18,8 @@
  
  install:	all
  	strip $(TARGETS)

Modified: trunk/dports/mail/pop3proxy/files/patch-pop3.c
===================================================================
--- trunk/dports/mail/pop3proxy/files/patch-pop3.c	2011-06-13 08:14:22 UTC (rev 79426)
+++ trunk/dports/mail/pop3proxy/files/patch-pop3.c	2011-06-13 08:30:28 UTC (rev 79427)
@@ -1,5 +1,5 @@
---- pop3.c	Thu Nov 18 00:06:38 2004
-+++ ../../pop3proxy-1.3.0-beta3/pop3.c	Tue Jan 11 22:33:14 2005
+--- pop3.c.orig	2007-01-15 11:35:59.000000000 -0600
++++ pop3.c	2011-06-13 03:20:33.000000000 -0500
 @@ -37,7 +37,7 @@
  #include <netinet/in.h>
  #include <syslog.h>
@@ -7,5 +7,5 @@
 -#include <wait.h>
 +#include <sys/wait.h>
  
- #include "pop3.h"
- #include "ip-lib.h"
+ #if defined (__linux__)
+ #  include <linux/netfilter_ipv4.h>

Added: trunk/dports/mail/pop3proxy/files/patch-procinfo.c
===================================================================
--- trunk/dports/mail/pop3proxy/files/patch-procinfo.c	                        (rev 0)
+++ trunk/dports/mail/pop3proxy/files/patch-procinfo.c	2011-06-13 08:30:28 UTC (rev 79427)
@@ -0,0 +1,11 @@
+--- procinfo.c.orig	2006-01-07 08:03:10.000000000 -0600
++++ procinfo.c	2011-06-13 03:23:49.000000000 -0500
+@@ -29,7 +29,7 @@
+ 
+ #include <ctype.h>
+ #include <signal.h>
+-#include <wait.h>
++#include <sys/wait.h>
+ #include <errno.h>
+ #include <time.h>
+ 


Property changes on: trunk/dports/mail/pop3proxy/files/patch-procinfo.c
___________________________________________________________________
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110613/e3306610/attachment.html>


More information about the macports-changes mailing list