Date: Thu, 5 Oct 2017 19:44:15 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451343 - in head/security/clamsmtp: . files Message-ID: <201710051944.v95JiFOu029135@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cs Date: Thu Oct 5 19:44:15 2017 New Revision: 451343 URL: https://svnweb.freebsd.org/changeset/ports/451343 Log: * Take maintainership. * Add license information. * Regenerate patch to fix portlint warning. * Remove wrong @undexec line from pkg-plist. * Use @sample macro to handle configuration file. * Bump PORTREVISION because of pkg-plist change. PR: 222316 Submitted by: Yasuhiro Kimura <yasu@utahime.org> Modified: head/security/clamsmtp/Makefile head/security/clamsmtp/files/patch-configure head/security/clamsmtp/pkg-plist Modified: head/security/clamsmtp/Makefile ============================================================================== --- head/security/clamsmtp/Makefile Thu Oct 5 19:38:08 2017 (r451342) +++ head/security/clamsmtp/Makefile Thu Oct 5 19:44:15 2017 (r451343) @@ -3,12 +3,15 @@ PORTNAME= clamsmtp PORTVERSION= 1.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://thewalter.net/stef/software/clamsmtp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yasu@utahime.org COMMENT= ClamAV anti-virus SMTP Filter + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= gmake Modified: head/security/clamsmtp/files/patch-configure ============================================================================== --- head/security/clamsmtp/files/patch-configure Thu Oct 5 19:38:08 2017 (r451342) +++ head/security/clamsmtp/files/patch-configure Thu Oct 5 19:44:15 2017 (r451343) @@ -1,6 +1,6 @@ ---- configure.orig Fri Apr 15 07:18:10 2005 -+++ configure Wed Apr 20 15:45:54 2005 -@@ -3156,7 +3156,7 @@ +--- configure.orig 2008-06-30 17:03:01 UTC ++++ configure +@@ -3643,7 +3643,7 @@ fi # which indicates that we try without any flags at all, and "pthread-config" # which is a program returning the flags for the Pth emulation library. Modified: head/security/clamsmtp/pkg-plist ============================================================================== --- head/security/clamsmtp/pkg-plist Thu Oct 5 19:38:08 2017 (r451342) +++ head/security/clamsmtp/pkg-plist Thu Oct 5 19:44:15 2017 (r451343) @@ -1,5 +1,4 @@ -@unexec [ ! -f %%CLAMAV_PID_DIR%%/clamsmtpd.pid ] || %%PREFIX%%/etc/rc.d/clamsmtpd.sh stop || true -etc/clamsmtpd.conf.sample +@sample etc/clamsmtpd.conf.sample man/man5/clamsmtpd.conf.5.gz man/man8/clamsmtpd.8.gz sbin/clamsmtpd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710051944.v95JiFOu029135>