Date: Tue, 23 Dec 2014 12:55:21 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375321 - head/sysutils/sievelog Message-ID: <201412231255.sBNCtLIk013604@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Dec 23 12:55:20 2014 New Revision: 375321 URL: https://svnweb.freebsd.org/changeset/ports/375321 QAT: https://qat.redports.org/buildarchive/r375321/ Log: samples should be named .sample Modified: head/sysutils/sievelog/Makefile head/sysutils/sievelog/pkg-plist Modified: head/sysutils/sievelog/Makefile ============================================================================== --- head/sysutils/sievelog/Makefile Tue Dec 23 12:23:01 2014 (r375320) +++ head/sysutils/sievelog/Makefile Tue Dec 23 12:55:20 2014 (r375321) @@ -3,7 +3,7 @@ PORTNAME= sievelog PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ USE_PYTHON= distutils SUB_FILES= pkg-message post-install: - @${CP} -p ${WRKSRC}/test.sv ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.example + @${CP} -p ${WRKSRC}/test.sv ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample @${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${INSTALL_MAN} ${WRKSRC}/man/man5/${PORTNAME}.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5 Modified: head/sysutils/sievelog/pkg-plist ============================================================================== --- head/sysutils/sievelog/pkg-plist Tue Dec 23 12:23:01 2014 (r375320) +++ head/sysutils/sievelog/pkg-plist Tue Dec 23 12:55:20 2014 (r375321) @@ -1,4 +1,4 @@ bin/sievelog -@sample etc/sievelog.conf.example +@sample etc/sievelog.conf.sample man/man1/sievelog.1.gz man/man5/sievelog.conf.5.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412231255.sBNCtLIk013604>