diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-07-31 22:17:27 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-07-31 22:17:27 +0000 |
commit | 15074aff9732983c0c0ee83c9d5a69a837c2f7b8 (patch) | |
tree | f3904f5fd61e2819b094c6be23d811e628a00c85 /ftp/bftpd | |
parent | Cleanup libtorrent-rasterbar-16 and unbreak libtorrent-rasterbar-16-python (diff) |
ftp/bftpd: update to 4.0
- Update to 4.0 [1]
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Trim Makefile header
Changes: http://bftpd.sourceforge.net/downloads/CHANGELOG
PR: ports/179563 [1]
Submitted by: Jesse <jessefrgsmith yahoo.ca>
Approved by: maintainer (timeout)
Notes
Notes:
svn path=/head/; revision=324067
Diffstat (limited to 'ftp/bftpd')
-rw-r--r-- | ftp/bftpd/Makefile | 12 | ||||
-rw-r--r-- | ftp/bftpd/distinfo | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index 365da8bbd948..ed708d7379d7 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: bftpd -# Date created: 7 April 2001 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= bftpd -PORTVERSION= 3.8 +PORTVERSION= 4.0 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -27,7 +23,7 @@ PORTDOCS= en pl sk .include <bsd.port.pre.mk> .if ${OSVERSION} < 900000 -BROKEN= does not compile on FreeBSD 7.x and 8.x +BROKEN= does not compile on and 8.x .endif post-patch: @@ -40,7 +36,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MAN8PREFIX}/man/man8/ ${INSTALL_DATA} ${WRKSRC}/bftpd.conf ${PREFIX}/etc/bftpd.conf.sample -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} .endif diff --git a/ftp/bftpd/distinfo b/ftp/bftpd/distinfo index 36a1d1beae20..5082e63b6708 100644 --- a/ftp/bftpd/distinfo +++ b/ftp/bftpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (bftpd-3.8.tar.gz) = 4670488d81ffed2853fbcee9902162c8aff28d611829e0d58758579576313fc6 -SIZE (bftpd-3.8.tar.gz) = 169701 +SHA256 (bftpd-4.0.tar.gz) = e7bac8f277ed0ad2ce9ee0ef6df12908512a8442242ae32241dfe8d0ad836cda +SIZE (bftpd-4.0.tar.gz) = 164173 |