View | Details | Raw Unified | Return to bug 169025 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-5 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	smbftpd
8
PORTNAME=	smbftpd
9
PORTVERSION=	2.3
9
PORTVERSION=	2.4
10
CATEGORIES=	ftp
10
CATEGORIES=	ftp
11
MASTER_SITES=	SF/${PORTNAME}/SmbFTPD/${PORTVERSION}	\
11
MASTER_SITES=	SF/${PORTNAME}/SmbFTPD/${PORTVERSION}	\
12
		http://www.twbsd.org/download/download.php?file=smbftpd/
12
		http://www.twbsd.org/download/download.php?file=smbftpd/
Lines 48-57 Link Here
48
CONFIGURE_ARGS+=	"--with-ssl"
48
CONFIGURE_ARGS+=	"--with-ssl"
49
.endif
49
.endif
50
50
51
.if ${OSVERSION} > 900007
52
BROKEN=		fails to build with new utmpx
53
.endif
54
55
post-patch:
51
post-patch:
56
	@${REINPLACE_CMD} -e '/^CONFIGS = / s|\.conf|&.sample|g' ${WRKSRC}/Makefile
52
	@${REINPLACE_CMD} -e '/^CONFIGS = / s|\.conf|&.sample|g' ${WRKSRC}/Makefile
57
	@cd ${WRKSRC}/conf/ && (${LS} *.conf | ${XARGS} -I % ${MV} % %.sample)
53
	@cd ${WRKSRC}/conf/ && (${LS} *.conf | ${XARGS} -I % ${MV} % %.sample)
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (smbftpd-2.3.tar.gz) = e80f30623b75a343eb3e35da4340e6d600b07eaf510eda6813955a1ba8c21fdc
1
SHA256 (smbftpd-2.4.tar.gz) = 2ed59e76d1e30b7a930954a5585a30eeaf8a5d7da11670e5fcf7bbc4d20d20d5
2
SIZE (smbftpd-2.3.tar.gz) = 139472
2
SIZE (smbftpd-2.4.tar.gz) = 139650
(-)./pkg-plist (-2 / +1 lines)
Lines 1-8 Link Here
1
@comment $FreeBSD: ports/ftp/smbftpd/pkg-plist,v 1.3 2010/11/09 12:33:00 sunpoet Exp $
2
bin/smbftpd-user
1
bin/smbftpd-user
3
%%ETCDIR%%/smbftpd.conf.sample
2
%%ETCDIR%%/smbftpd.conf.sample
4
%%ETCDIR%%/smbftpd_share.conf.sample
5
%%ETCDIR%%/smbftpd_mysql.conf.sample
3
%%ETCDIR%%/smbftpd_mysql.conf.sample
6
%%ETCDIR%%/smbftpd_pgsql.conf.sample
4
%%ETCDIR%%/smbftpd_pgsql.conf.sample
5
%%ETCDIR%%/smbftpd_share.conf.sample
7
sbin/smbftpd
6
sbin/smbftpd

Return to bug 169025