Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2008 03:48:04 +0800 (CST)
From:      Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123740: [MAINTAINER] ftp/smbftpd: update to 2.0r3
Message-ID:  <20080516194804.20DF9A1022@Florence.tamama.org>
Resent-Message-ID: <200805161950.m4GJo3Kl059486@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123740
>Category:       ports
>Synopsis:       [MAINTAINER] ftp/smbftpd: update to 2.0r3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 16 19:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Jui-Nan Lin
>Release:        FreeBSD 7.0-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD Florence.tamama.org 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #5: Mon May  5 00:36:32 CST
>Description:
- Update to 2.0r3
- Added OPTIONS: MySQL, PGSQL, SSL, ICONV
- Added sourceforge as master sites

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- smbftpd-2.0r3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ftp/smbftpd/Makefile /home/users/jnlin/ports/smbftpd/Makefile
--- /usr/ports/ftp/smbftpd/Makefile	2007-12-13 11:11:02.000000000 +0800
+++ /home/users/jnlin/ports/smbftpd/Makefile	2008-05-17 03:44:45.149583568 +0800
@@ -2,21 +2,50 @@
 # Date created:		2006-01-22
 # Whom:			Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
 #
-# $FreeBSD: ports/ftp/smbftpd/Makefile,v 1.2 2007/12/13 03:11:02 beech Exp $
+# $FreeBSD: ports/ftp/smbftpd/Makefile,v 1.1 2006/01/23 19:37:26 pav Exp $
 #
 
 PORTNAME=	smbftpd
-PORTVERSION=	0.97
+PORTVERSION=	2.0r3
 CATEGORIES=	ftp
-MASTER_SITES=	http://www.twbsd.org/download/download.php?file=smbftpd/
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
+		http://www.twbsd.org/download/download.php?file=smbftpd/
+MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	smbftpd-2.0rc3
 
 MAINTAINER=	jnlin@csie.nctu.edu.tw
 COMMENT=	FTP daemon using Samba-like share management mechanism
 
+OPTIONS=	MYSQL "Users database is a MySQL database" off \
+		PGSQL "Users database is a PostgreSQL database" off \
+		SSL "Enable SSL/TLS support" off \
+		ICONV "Enable codepage to unicode conversion for UTF-8 FTP" off
+
 HAS_CONFIGURE=	yes
-USE_OPENSSL=	yes
+MAKE_ENV=	OSTYPE=FreeBSD
+CONFIGURE_ARGS=	"--with-prefix=${PREFIX}"
+
+.include <bsd.port.pre.mk>
+
 USE_PERL5=	yes
 
-MAKE_ENV=	OSTYPE=FreeBSD
+.if defined(WITH_MYSQL)
+USE_MYSQL=	yes
+CONFIGURE_ARGS+=	"--with-mysql"
+.endif
+
+.if defined(WITH_PGSQL)
+USE_PGSQL=	yes
+CONFIGURE_ARGS+=	"--with-pgsql"
+.endif
+
+.if defined(WITH_ICONV)
+USE_ICONV=	yes
+CONFIGURE_ARGS+=	"--with-iconv"
+.endif
+
+.if defined(WITH_SSL)
+CONFIGURE_ARGS+=	"--with-ssl"
+.endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/ftp/smbftpd/distinfo /home/users/jnlin/ports/smbftpd/distinfo
--- /usr/ports/ftp/smbftpd/distinfo	2007-12-13 11:11:02.000000000 +0800
+++ /home/users/jnlin/ports/smbftpd/distinfo	2008-05-17 03:33:52.898786266 +0800
@@ -1,3 +1,3 @@
-MD5 (smbftpd-0.97.tar.gz) = e4c7e4f3b432d79cfd5b3cfafdbff069
-SHA256 (smbftpd-0.97.tar.gz) = 6e4508f885a08e07c744f5861cccdc6d1813e079ce9d6fa9f3eae55cf5635819
-SIZE (smbftpd-0.97.tar.gz) = 123190
+MD5 (smbftpd-2.0rc3.tar.gz) = 5928d4ab77f6cd46bfe5a19d7115201d
+SHA256 (smbftpd-2.0rc3.tar.gz) = c64f9de1000c83380cc892aca7b65afd04b17a89e890ddef3ccc79e9d9b9ef8f
+SIZE (smbftpd-2.0rc3.tar.gz) = 138172
diff -ruN --exclude=CVS /usr/ports/ftp/smbftpd/pkg-plist /home/users/jnlin/ports/smbftpd/pkg-plist
--- /usr/ports/ftp/smbftpd/pkg-plist	2006-01-24 03:37:26.000000000 +0800
+++ /home/users/jnlin/ports/smbftpd/pkg-plist	2008-05-17 03:45:39.381402069 +0800
@@ -1,6 +1,9 @@
 @comment $FreeBSD: ports/ftp/smbftpd/pkg-plist,v 1.1 2006/01/23 19:37:26 pav Exp $
+bin/smbftpd-user
 etc/rc.d/smbftpd.sh
 etc/smbftpd/smbftpd.conf
 etc/smbftpd/smbftpd_share.conf
+etc/smbftpd/smbftpd_mysql.conf
+etc/smbftpd/smbftpd_pgsql.conf
 sbin/smbftpd
 @dirrmtry etc/smbftpd
--- smbftpd-2.0r3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080516194804.20DF9A1022>