diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-05-03 11:17:50 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-05-03 11:17:50 +0000 |
commit | 974c3041c1744c6076877476bb66fc526bebebfe (patch) | |
tree | f211bf5e5f88b2ec02c2b90d07fcfffa6c5a5718 /ftp | |
parent | 74c2437e2806e545983001168499562ae7582226 (diff) | |
download | ports-974c3041c1744c6076877476bb66fc526bebebfe.tar.gz ports-974c3041c1744c6076877476bb66fc526bebebfe.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/proftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/proftpd/distinfo | 4 | ||||
-rw-r--r-- | ftp/proftpd/files/patch-src-inet.c | 22 |
3 files changed, 3 insertions, 25 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index d732ab4a151d..ac4d0a606e1c 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proftpd -PORTVERSION= 1.3.3d +PORTVERSION= 1.3.3e CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ diff --git a/ftp/proftpd/distinfo b/ftp/proftpd/distinfo index c94b47c78d97..c05863e5af6a 100644 --- a/ftp/proftpd/distinfo +++ b/ftp/proftpd/distinfo @@ -1,5 +1,5 @@ -SHA256 (proftpd-1.3.3d.tar.bz2) = 667fdf757f426517cb5fd69c3830f2b9f996febff51f59a208e46f5f1bd66606 -SIZE (proftpd-1.3.3d.tar.bz2) = 4177511 +SHA256 (proftpd-1.3.3e.tar.bz2) = f6c65fe9fea6577ac309f4e9e36c80def271fa5c91c4053fb0758824506127b6 +SIZE (proftpd-1.3.3e.tar.bz2) = 4180369 SHA256 (mod_sql_tds-4.13.tar.bz2) = b32b1d4539b1b2e7e4f44161d12ab81a56ddf292ccd125307a9b2900fdd000a8 SIZE (mod_sql_tds-4.13.tar.bz2) = 11207 SHA256 (mod_clamav-0.11rc.tar.gz) = 87630eb1866066d6320ee711897d8998b8f4915c0498b2e78cc0464abd34855a diff --git a/ftp/proftpd/files/patch-src-inet.c b/ftp/proftpd/files/patch-src-inet.c deleted file mode 100644 index 485e231cbe33..000000000000 --- a/ftp/proftpd/files/patch-src-inet.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/inet.c.orig 2010-04-08 16:31:54.398256052 +0200 -+++ src/inet.c 2010-04-08 16:33:21.513206951 +0200 -@@ -226,7 +226,8 @@ - - #if defined(SOLARIS2) || defined(FREEBSD2) || defined(FREEBSD3) || \ - defined(FREEBSD4) || defined(FREEBSD5) || defined(FREEBSD6) || \ -- defined(FREEBSD7) || defined(__OpenBSD__) || defined(__NetBSD__) || \ -+ defined(FREEBSD7) || defined(FREEBSD8) || defined(FREEBSD9) || \ -+ defined(__OpenBSD__) || defined(__NetBSD__) || \ - defined(DARWIN6) || defined(DARWIN7) || defined(DARWIN8) || defined(DARWIN9) || defined(DARWIN10) || \ - defined(SCO3) || defined(CYGWIN) || defined(SYSV4_2MP) || \ - defined(SYSV5SCO_SV6) || defined(SYSV5UNIXWARE7) -@@ -244,7 +245,8 @@ - - #if defined(SOLARIS2) || defined(FREEBSD2) || defined(FREEBSD3) || \ - defined(FREEBSD4) || defined(FREEBSD5) || defined(FREEBSD6) || \ -- defined(FREEBSD7) || defined(__OpenBSD__) || defined(__NetBSD__) || \ -+ defined(FREEBSD7) || defined(FREEBSD8) || defined(FREEBSD9) || \ -+ defined(__OpenBSD__) || defined(__NetBSD__) || \ - defined(DARWIN6) || defined(DARWIN7) || defined(DARWIN8) || defined(DARWIN9) || defined(DARWIN10) || \ - defined(SCO3) || defined(CYGWIN) || defined(SYSV4_2MP) || \ - defined(SYSV5SCO_SV6) || defined(SYSV5UNIXWARE7) |