ports/139853: [PATCH] ftp/proftpd-devel: update to 1.3.3rc2
Sylvio Cesar
scjamorim at bsd.com.br
Thu Oct 22 23:50:02 UTC 2009
>Number: 139853
>Category: ports
>Synopsis: [PATCH] ftp/proftpd-devel: update to 1.3.3rc2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Oct 22 23:50:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Sylvio Cesar
>Release: FreeBSD 9.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fbsd9i386.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Oct 20 23:13:42 BRST 2009
>Description:
- Update to 1.3.3rc2
- Removed USE_BZIP2 because of problem with mod_clamav
- Added more MASTER_SITES to mod_clamav
- Changed directory of mod_clamav to stay equal the release of mod_clamav
Port maintainer (chris at officialunix.com) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- proftpd-devel-1.3.3.r2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/ftp/proftpd-devel/Makefile,v
retrieving revision 1.148
diff -u -u -r1.148 Makefile
--- Makefile 12 Oct 2009 14:01:23 -0000 1.148
+++ Makefile 22 Oct 2009 23:37:30 -0000
@@ -6,12 +6,14 @@
#
PORTNAME= proftpd
-DISTVERSION= 1.3.3rc1
+DISTVERSION= 1.3.3rc2
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
ftp://ftp1.at.proftpd.org/distrib/source/ \
ftp://ftp1.ca.proftpd.org/distrib/source/ \
ftp://ftp1.us.proftpd.org/distrib/source/ \
+ https://secure.thrallingpenguin.com/redmine/attachments/download/1/:clam \
+ http://www.smartftp.com/oss/proftpd/:digest \
LOCAL/beech \
LOCAL/beech:clam \
LOCAL/beech:digest
@@ -48,7 +50,6 @@
FXP.html Regex.html Tracing.html
USE_GMAKE= yes
-USE_BZIP2= yes
USE_AUTOTOOLS= autoconf:262
GNU_CONFIGURE= yes
@@ -289,7 +290,7 @@
post-extract:
.if defined(WITH_CLAMAV)
- @${CP} ${WRKDIR}/mod_clamav-0.10/mod_clamav.* ${WRKSRC}/contrib
+ @${CP} ${WRKDIR}/mod_clamav-0.11rc/mod_clamav.* ${WRKSRC}/contrib
.endif
.if defined(WITH_DIGEST)
@${CP} ${DISTDIR}/${DIST_SUBDIR}/mod_digest.c ${WRKSRC}/modules/
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/ftp/proftpd-devel/distinfo,v
retrieving revision 1.48
diff -u -u -r1.48 distinfo
--- distinfo 12 Oct 2009 14:01:23 -0000 1.48
+++ distinfo 22 Oct 2009 23:37:30 -0000
@@ -1,12 +1,9 @@
-MD5 (proftpd-1.3.3rc1.tar.bz2) = 23b8674208cceba595512c5d188a5f5d
-SHA256 (proftpd-1.3.3rc1.tar.bz2) = db0f658ca261f8bf8b8724b669d89d4ebe1ad26b32de4f30f7beba93a674f811
-SIZE (proftpd-1.3.3rc1.tar.bz2) = 4077391
+MD5 (proftpd-1.3.3rc2.tar.gz) = e0bae299772c9405d79306936fc981a5
+SHA256 (proftpd-1.3.3rc2.tar.gz) = 5052461f8c2c509ce28d9197988ffe09fd6e197ffcaae49e011db2f4269af9b5
+SIZE (proftpd-1.3.3rc2.tar.gz) = 4869722
MD5 (mod_clamav-0.11rc.tar.gz) = 42e560ec0bd5964e13fad1b2bb7afe21
SHA256 (mod_clamav-0.11rc.tar.gz) = 87630eb1866066d6320ee711897d8998b8f4915c0498b2e78cc0464abd34855a
SIZE (mod_clamav-0.11rc.tar.gz) = 5115
MD5 (mod_digest.c) = e706e66fa4d82cf7875a1a5d6767fe00
SHA256 (mod_digest.c) = 18174e3d3c1d61367d78c228e6510b0a21c11458f389630df281bb84d467d399
SIZE (mod_digest.c) = 39073
-MD5 (mod_sql_tds-4.11.tar.bz2) = 217d85806093f71cfe746838a7a9970d
-SHA256 (mod_sql_tds-4.11.tar.bz2) = 0fea4bc2107fb61d7ee45f3913007876f5d95d95dff00a3f355ad50437f1ecff
-SIZE (mod_sql_tds-4.11.tar.bz2) = 11254
--- proftpd-devel-1.3.3.r2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list