Date: Thu, 09 Apr 2015 19:28:51 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199192] [NEW PORT] mail/emailrelay: Simple SMTP proxy and store-and-forward MTA Message-ID: <bug-199192-13-L7gOZvwhY7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-199192-13@https.bugs.freebsd.org/bugzilla/> References: <bug-199192-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199192 --- Comment #4 from Robert Nelson <robertn@the-nelsons.org> --- (In reply to Kubilay Kocak from comment #3) I've implemented all your changes and I'm working on poudriere. I just have one comment on your suggestion to use DISTNAME/DISTFILES instead of EXTRACT_SUFX. The source archive is called emailrelay-1.9-src.tar.gz and extracts into the emailrelay-1.9 directory. So the default DISTNAME is fine, however when I specify DISTFILES I get the following warnings from portlint -AC: WARN: Makefile: use of DISTFILES with single file discouraged. distribution filename should be set by DISTNAME and EXTRACT_SUFX. WARN: Makefile: DISTFILES/DISTNAME affects WRKSRC. take caution when changing them. So portlint tells me to use EXTRACT_SUFX! :-) -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199192-13-L7gOZvwhY7>