Bug 181652 - [patch] mail/ssmtp: missing options (typo)
Summary: [patch] mail/ssmtp: missing options (typo)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 15:00 UTC by David Demelier
Modified: 2013-08-29 18:40 UTC (History)
0 users

See Also:


Attachments
ssmtp.diff (334 bytes, patch)
2013-08-29 15:00 UTC, David Demelier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Demelier 2013-08-29 15:00:00 UTC
There are twice OPTIONs_DEFINE which remove the first variable.

How-To-Repeat: Can't set IPV6 nor LOGFILE
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-29 15:00:07 UTC
Maintainer of mail/ssmtp,

Please note that PR ports/181652 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181652

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-29 15:00:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Aragon Gouveia 2013-08-29 17:57:32 UTC
Please commit this patch - looks good.  Thanks David!
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-08-29 18:37:30 UTC
State Changed
From-To: feedback->closed

Committed. Thanks! 


Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-08-29 18:37:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-08-29 18:37:36 UTC
Author: sunpoet
Date: Thu Aug 29 17:37:23 2013
New Revision: 325613
URL: http://svnweb.freebsd.org/changeset/ports/325613

Log:
  - Remove wrong OPTIONS_DEFINE
  
  PR:		ports/181652
  Submitted by:	David Demelier <demelier.david@gmail.com>
  Approved by:	Aragon Gouveia <aragon@phat.za.net> (maintainer)

Modified:
  head/mail/ssmtp/Makefile   (contents, props changed)

Modified: head/mail/ssmtp/Makefile
==============================================================================
--- head/mail/ssmtp/Makefile	Thu Aug 29 17:33:11 2013	(r325612)
+++ head/mail/ssmtp/Makefile	Thu Aug 29 17:37:23 2013	(r325613)
@@ -32,7 +32,6 @@ MAN8=		ssmtp.8
 MAN5=		ssmtp.conf.5
 
 OPTIONS_DEFINE=	LOGFILE IPV6 USERPREFS XORIGIP
-OPTIONS_DEFINE= USERPREFS XORIGIP
 LOGFILE_DESC=	log file
 USERPREFS_DESC=	user defined revaliases
 XORIGIP_DESC=	Add X-Originating-IP header
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"