diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-11 05:19:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-11 05:19:57 +0800 |
commit | 1a66b7ba3ed357a16ae4632875f2c7b332aee7e0 (patch) | |
tree | 7be16f13250d58dd01cbf091b2db221ef68e0142 /ftp/twoftpd | |
parent | 84118eaff60656b482ec3be3e77f74e8168ea241 (diff) | |
download | freebsd-ports-gnome-1a66b7ba3ed357a16ae4632875f2c7b332aee7e0.tar.gz freebsd-ports-gnome-1a66b7ba3ed357a16ae4632875f2c7b332aee7e0.tar.zst freebsd-ports-gnome-1a66b7ba3ed357a16ae4632875f2c7b332aee7e0.zip |
- Update to 1.30
PR: 126241
Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'ftp/twoftpd')
-rw-r--r-- | ftp/twoftpd/Makefile | 5 | ||||
-rw-r--r-- | ftp/twoftpd/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/ftp/twoftpd/Makefile b/ftp/twoftpd/Makefile index 758db57be153..00f43871346f 100644 --- a/ftp/twoftpd/Makefile +++ b/ftp/twoftpd/Makefile @@ -6,17 +6,18 @@ # PORTNAME= twoftpd -PORTVERSION= 1.21 -PORTREVISION= 1 +PORTVERSION= 1.41 CATEGORIES= ftp MASTER_SITES= http://untroubled.org/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= A simple, secure, efficient FTP server +BUILD_DEPENDS= ${LOCALBASE}/bin/bg-installer:${PORTSDIR}/devel/bglibs LIB_DEPENDS= cvm-v2client.1:${PORTSDIR}/security/cvm CFLAGS+= -I${LOCALBASE}/include +#-I${LOCALBASE}/include/bglibs LDFLAGS+= -s -L${LOCALBASE}/lib BGLIBS_LIB= ${LOCALBASE}/lib/bglibs BGLIBS_INCLUDE= ${LOCALBASE}/include/bglibs diff --git a/ftp/twoftpd/distinfo b/ftp/twoftpd/distinfo index d68a61c58f82..fd105022995a 100644 --- a/ftp/twoftpd/distinfo +++ b/ftp/twoftpd/distinfo @@ -1,3 +1,3 @@ -MD5 (twoftpd-1.21.tar.gz) = aea76c06d38b50c9a230def0f16475c0 -SHA256 (twoftpd-1.21.tar.gz) = 1fc52b20e48d4ef8e18816836b3c2c9a807ef177e6036dd9e1dae102ff48ef29 -SIZE (twoftpd-1.21.tar.gz) = 61205 +MD5 (twoftpd-1.41.tar.gz) = f571be79ad30e74a2aafa6559d3f7503 +SHA256 (twoftpd-1.41.tar.gz) = 1b269fdcef6a351ca339aa3516cda593c29c9bb2522eee1233f3815f0f59d683 +SIZE (twoftpd-1.41.tar.gz) = 84923 |