From kubito@gmail.com  Sat Jun  9 02:24:01 2012
Return-Path: <kubito@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 613E6106566B;
	Sat,  9 Jun 2012 02:24:01 +0000 (UTC)
	(envelope-from kubito@gmail.com)
Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182])
	by mx1.freebsd.org (Postfix) with ESMTP id EB5D28FC0C;
	Sat,  9 Jun 2012 02:24:00 +0000 (UTC)
Received: by ggnm2 with SMTP id m2so1975978ggn.13
        for <multiple recipients>; Fri, 08 Jun 2012 19:24:00 -0700 (PDT)
Received: by 10.236.74.74 with SMTP id w50mr10255499yhd.34.1339208640215;
        Fri, 08 Jun 2012 19:24:00 -0700 (PDT)
Received: from localhost ([177.160.177.90])
        by mx.google.com with ESMTPS id y66sm27739647yhi.10.2012.06.08.19.23.54
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 08 Jun 2012 19:23:59 -0700 (PDT)
Message-Id: <4fd2b3bf.e689ec0a.5bc6.ffffd904@mx.google.com>
Date: Fri, 08 Jun 2012 19:23:59 -0700 (PDT)
From: Raphael Kubo da Costa <rakuco@FreeBSD.org>
Sender: Raphael Kubo da Costa <kubito@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: novel@FreeBSD.org, johans@FreeBSD.org
Subject: [PATCH] mail/msmtp: Chase gsasl shlib bump.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168872
>Category:       ports
>Synopsis:       [PATCH] mail/msmtp: Chase gsasl shlib bump.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    novel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 09 02:30:11 UTC 2012
>Closed-Date:    Sat Jun 09 06:06:38 UTC 2012
>Last-Modified:  Sat Jun  9 06:50:21 UTC 2012
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
FreeBSD Project
>Environment:
System: FreeBSD gibbon 9.0-STABLE FreeBSD 9.0-STABLE #44: Wed Jun  6 21:06:42 BRT
>Description:
Chase the shlib bump in security/gsasl. I've bumped PORTREVISION, but
feel free not to do it, as GSASL is off by default.

Port maintainer (novel@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- msmtp-1.4.28_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/msmtp/Makefile,v
retrieving revision 1.67
diff -u -u -r1.67 Makefile
--- Makefile	2 May 2012 11:48:24 -0000	1.67
+++ Makefile	9 Jun 2012 02:22:58 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	msmtp
 PORTVERSION=	1.4.28
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF
 
@@ -49,7 +50,7 @@
 .endif
 
 .if defined(WITH_GSASL)
-LIB_DEPENDS+=	gsasl.15:${PORTSDIR}/security/gsasl
+LIB_DEPENDS+=	gsasl.16:${PORTSDIR}/security/gsasl
 CONFIGURE_ARGS+=	--with-libgsasl
 .else
 CONFIGURE_ARGS+=	--without-libgsasl
--- msmtp-1.4.28_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Jun 9 06:06:37 UTC 2012 
State-Changed-Why:  
shlib bumps dont need maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168872 
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: novel 
Responsible-Changed-When: Sat Jun 9 06:38:27 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168872 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168872: commit references a PR
Date: Sat,  9 Jun 2012 06:37:05 +0000 (UTC)

 novel       2012-06-09 06:36:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/msmtp           Makefile 
   Log:
   - Chase security/gsasl shlib version bump
   - Bump PORTREVISION
   
   PR:             168872
   Submitted by:   rakuco
   
   Revision  Changes    Path
   1.68      +2 -1      ports/mail/msmtp/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: Roman Bogorodskiy <novel@FreeBSD.org>
To: bug-followup@FreeBSD.org, rakuco@FreeBSD.org, miwi@FreeBSD.org
Cc:  
Subject: Re: ports/168872: [PATCH] mail/msmtp: Chase gsasl shlib bump.
Date: Sat, 9 Jun 2012 10:46:14 +0400

 --0eh6TmSyL6TZE2Uz
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 The patch was committed, thanks!
 
 Martin, please don't close such PRs in future. While shlib bumps
 do not require maintainer approval indeed, you just create an extra work
 for the maintainer.
 
 Instead of comitting the change and notifying a submitter that typically
 such things don't need an approval I have to search through the database
 for the PR (as I've seen that it came because I was CCed, but
 auto-assigner script didn't chase it cause you closed it), have to check
 if the patch in question was committed, if it wasn't committed I'd need
 to make sure that the submitter has ports commit bit and is able to
 commit things. That makes no sense.
 
 Roman Bogorodskiy
 
 --0eh6TmSyL6TZE2Uz
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.12 (FreeBSD)
 
 iQEcBAEBAgAGBQJP0vEuAAoJEMltX/4IwiJqPdkIAIEaI/QOCOf18ksCqW8knwid
 K2WoAflZGgd8KWjBnVYp6Otb5vl98VaBnMmmGiI8Bty5j87itRtpvuouFcAy8GRM
 F05EMgpFIEP+VtEAG/K8ZuJsu+mV+ScB1pHV44An4dnqOJkwxdSEJo/jBgYsbuZZ
 xjC81GyJLdTCcA0aCh3EAl3YNKJhFxUzbXSPURgo9xmeq14DNjBk2PxEtqurC70F
 UAptrDNuzVIbm21EJo7cpFDjOEjHzJkfJiRV7n/oeFOxWUaEZfBqPGG1xUqRh6G3
 VbWoJSJq3VgzSHpJSw+0QjhOJUHinE07AlIFnbrq+LRUJMUbjNq6WPb7E6N9wvc=
 =gikb
 -----END PGP SIGNATURE-----
 
 --0eh6TmSyL6TZE2Uz--
>Unformatted:
