svn commit: r451343 - in head/security/clamsmtp: . files
Carlo Strub
cs at FreeBSD.org
Thu Oct 5 19:44:16 UTC 2017
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 at 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 at FreeBSD.org
+MAINTAINER= yasu at 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 @@
- at unexec [ ! -f %%CLAMAV_PID_DIR%%/clamsmtpd.pid ] || %%PREFIX%%/etc/rc.d/clamsmtpd.sh stop || true
-etc/clamsmtpd.conf.sample
+ at sample etc/clamsmtpd.conf.sample
man/man5/clamsmtpd.conf.5.gz
man/man8/clamsmtpd.8.gz
sbin/clamsmtpd
More information about the svn-ports-head
mailing list