Date: Sun, 19 Jan 2014 13:03:41 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340278 - head/ftp/proftpd Message-ID: <201401191303.s0JD3fhk010382@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Sun Jan 19 13:03:40 2014 New Revision: 340278 URL: http://svnweb.freebsd.org/changeset/ports/340278 QAT: https://qat.redports.org/buildarchive/r340278/ Log: Fix pkg-plist for proftpd Modified: head/ftp/proftpd/Makefile head/ftp/proftpd/pkg-plist Modified: head/ftp/proftpd/Makefile ============================================================================== --- head/ftp/proftpd/Makefile Sun Jan 19 12:57:48 2014 (r340277) +++ head/ftp/proftpd/Makefile Sun Jan 19 13:03:40 2014 (r340278) @@ -3,7 +3,7 @@ PORTNAME?= proftpd PORTVERSION?= 1.3.4d -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ https://github.com/downloads/proftpd/proftpd.github.com/ \ @@ -23,7 +23,6 @@ LICENSE?= GPLv2 LICENSE_FILE?= ${WRKSRC}/COPYING .if defined(_BUILDING_PROFTPD_MODULE) -BUILD_DEPENDS+= ${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd .endif @@ -40,10 +39,6 @@ DISTFILES+= ${_PROFTPD_MODULE_DISTFILES} .endif .if !defined(_BUILDING_PROFTPD_MODULE) -MAN1= ftpcount.1 ftpmail.1 ftpasswd.1 ftpquota.1 ftpwho.1 ftptop.1 -MAN5= xferlog.5 -MAN8= proftpd.8 ftpscrub.8 ftpshut.8 ftpdctl.8 - PORTDOCS= * .endif Modified: head/ftp/proftpd/pkg-plist ============================================================================== --- head/ftp/proftpd/pkg-plist Sun Jan 19 12:57:48 2014 (r340277) +++ head/ftp/proftpd/pkg-plist Sun Jan 19 13:03:40 2014 (r340278) @@ -180,6 +180,17 @@ libexec/proftpd/mod_wrap2_file.so libexec/proftpd/mod_wrap2_sql.a libexec/proftpd/mod_wrap2_sql.la libexec/proftpd/mod_wrap2_sql.so +man/man1/ftpcount.1.gz +man/man1/ftpmail.1.gz +man/man1/ftpasswd.1.gz +man/man1/ftpquota.1.gz +man/man1/ftpwho.1.gz +man/man1/ftptop.1.gz +man/man5/xferlog.5.gz +man/man8/proftpd.8.gz +man/man8/ftpscrub.8.gz +man/man8/ftpshut.8.gz +man/man8/ftpdctl.8.gz sbin/ftpscrub sbin/ftpshut sbin/in.proftpd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401191303.s0JD3fhk010382>