1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Update to 1.3.3e

This commit is contained in:
Martin Matuska 2011-05-03 11:17:50 +00:00
parent 74c2437e28
commit 974c3041c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273557
3 changed files with 3 additions and 25 deletions

View File

@ -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/ \

View File

@ -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

View File

@ -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)