- Update to 1.3.2c
- Take maintainership
This commit is contained in:
parent
15401e6291
commit
aae7460272
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247692
3 changed files with 7 additions and 6 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= proftpd
|
||||
PORTVERSION= 1.3.2b
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3.2c
|
||||
CATEGORIES?= ftp
|
||||
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
|
||||
ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
|
||||
|
@ -24,7 +23,7 @@ MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
|
|||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER?= ports@FreeBSD.org
|
||||
MAINTAINER?= mm@FreeBSD.org
|
||||
COMMENT?= Highly configurable ftp daemon
|
||||
|
||||
MAN1= ftpcount.1 ftpwho.1 ftptop.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
MD5 (proftpd-1.3.2b.tar.bz2) = 0d6777839f37115654ce384841f68131
|
||||
SHA256 (proftpd-1.3.2b.tar.bz2) = ac99969b0bb12f02098dcdf5c23d45c85b05ba2453b78f56fce5e7352d0ac192
|
||||
SIZE (proftpd-1.3.2b.tar.bz2) = 2507569
|
||||
MD5 (proftpd-1.3.2c.tar.bz2) = 559fd3fb6959d42ddd66b333a03b0c49
|
||||
SHA256 (proftpd-1.3.2c.tar.bz2) = 4238ade6978ff578735b070667ff798ac10edf97af9d56d33528ebdc500916f9
|
||||
SIZE (proftpd-1.3.2c.tar.bz2) = 2536105
|
||||
MD5 (mod_clamav-0.11rc.tar.gz) = 42e560ec0bd5964e13fad1b2bb7afe21
|
||||
SHA256 (mod_clamav-0.11rc.tar.gz) = 87630eb1866066d6320ee711897d8998b8f4915c0498b2e78cc0464abd34855a
|
||||
SIZE (mod_clamav-0.11rc.tar.gz) = 5115
|
||||
|
|
|
@ -70,6 +70,7 @@ sbin/in.proftpd
|
|||
sbin/proftpd
|
||||
%%CTRLS_ADMIN%%sbin/ftpdctl
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/proftpd.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/proftpd.mo
|
||||
%%NLS%%share/locale/en_US/LC_MESSAGES/proftpd.mo
|
||||
%%NLS%%share/locale/it_IT/LC_MESSAGES/proftpd.mo
|
||||
%%NLS%%share/locale/ru_RU/LC_MESSAGES/proftpd.mo
|
||||
|
@ -83,6 +84,7 @@ sbin/proftpd
|
|||
%%NLS%%@dirrmtry share/locale/bg_BG/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/ko_KR/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/zh_CN
|
||||
%%NLS%%@dirrmtry share/locale/zh_TW
|
||||
%%NLS%%@dirrmtry share/locale/en_US
|
||||
%%NLS%%@dirrmtry share/locale/it_IT
|
||||
%%NLS%%@dirrmtry share/locale/ru_RU
|
||||
|
|
Loading…
Reference in a new issue