From jaap@bela.nlnetlabs.nl  Sat Mar 15 16:43:09 2014
Return-Path: <jaap@bela.nlnetlabs.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 71ABC93
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 16:43:09 +0000 (UTC)
Received: from bela.nlnetlabs.nl (bela.nlnetlabs.nl [IPv6:2001:7b8:206:1:222:4dff:fe55:4ccb])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 1600DC01
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Mar 2014 16:43:08 +0000 (UTC)
Received: from bela.nlnetlabs.nl (localhost [127.0.0.1])
	by bela.nlnetlabs.nl (8.14.8/8.14.8) with ESMTP id s2FGh4KA076467
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
	Sat, 15 Mar 2014 17:43:04 +0100 (CET)
	(envelope-from jaap@bela.nlnetlabs.nl)
Received: (from jaap@localhost)
	by bela.nlnetlabs.nl (8.14.8/8.14.8/Submit) id s2FGh3SF076464;
	Sat, 15 Mar 2014 17:43:03 +0100 (CET)
	(envelope-from jaap)
Message-Id: <201403151643.s2FGh3SF076464@bela.nlnetlabs.nl>
Date: Sat, 15 Mar 2014 17:43:03 +0100 (CET)
From: Jaap Akkerhuis <jaap@NLnetLabs.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jaap@NLnetlabs.nl
Subject: [MAINTAINER] mail/opendmarc: update to 1.2.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         187608
>Category:       ports
>Synopsis:       [MAINTAINER] mail/opendmarc: update to 1.2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pawel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 15 16:50:00 UTC 2014
>Closed-Date:    Sun Mar 16 11:23:10 UTC 2014
>Last-Modified:  Sun Mar 16 11:23:10 UTC 2014
>Originator:     Jaap Akkerhuis
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
NLnet Labs
>Environment:
System: FreeBSD bela.nlnetlabs.nl 9.2-STABLE FreeBSD 9.2-STABLE #19 r262971: Mon Mar 10 12:51:39 CET
>Description:
- Update to 1.2.0

Added STAGING support as well

Generated with FreeBSD Port Tools 1.00.2014.03.03 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- opendmarc-1.2.0.patch begins here ---
diff -ruN /usr/ports/mail/opendmarc/Makefile ./Makefile
--- /usr/ports/mail/opendmarc/Makefile	2013-09-30 00:00:45.441913482 +0200
+++ ./Makefile	2014-03-15 16:41:39.459052516 +0100
@@ -2,14 +2,14 @@
 # $FreeBSD: head/mail/opendmarc/Makefile 327742 2013-09-20 19:59:12Z bapt $
 
 PORTNAME=	opendmarc
-PORTVERSION=	1.1.3
+PORTVERSION=	1.2.0
 CATEGORIES=	mail security
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	${PORTNAME} \
 			${PORTNAME}/Previous%20Releases
 
 MAINTAINER=	jaap@NLnetLabs.nl
-COMMENT=	DMARC library an milter implementation
+COMMENT=	DMARC library and milter implementation
 
 LICENSE=		BSD SENDMAIL
 LICENSE_COMB=		multi
@@ -25,14 +25,10 @@
 GNU_CONFIGURE=		yes
 
 PORTDOCS=	*
-MAN5=		opendmarc.conf.5
-MAN8=		opendmarc-check.8 opendmarc-expire.8 opendmarc-import.8 \
-		opendmarc-params.8 opendmarc-reports.8 opendmarc.8
 
-NO_STAGE=	yes
 post-install:
-	@${MKDIR} ${PREFIX}/etc/mail
+	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail
 	${INSTALL_DATA} \
-		${WRKSRC}/opendmarc/opendmarc.conf.sample ${PREFIX}/etc/mail
+		${WRKSRC}/opendmarc/opendmarc.conf.sample ${STAGEDIR}${PREFIX}/etc/mail
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/mail/opendmarc/distinfo ./distinfo
--- /usr/ports/mail/opendmarc/distinfo	2013-07-01 11:29:06.784715009 +0200
+++ ./distinfo	2014-03-15 14:24:06.983051384 +0100
@@ -1,2 +1,2 @@
-SHA256 (opendmarc-1.1.3.tar.gz) = 4f9511ebd8cefb6e5a4d836f6285a1b6e4d682daec79fdba9fc7925b5f4fcfca
-SIZE (opendmarc-1.1.3.tar.gz) = 586574
+SHA256 (opendmarc-1.2.0.tar.gz) = 9cd68634a3ac5e0c9108edc8a5aa0d60f1edab62de5e03845e6fcae6109dc448
+SIZE (opendmarc-1.2.0.tar.gz) = 616670
diff -ruN /usr/ports/mail/opendmarc/pkg-plist ./pkg-plist
--- /usr/ports/mail/opendmarc/pkg-plist	2013-07-01 11:29:06.782714924 +0200
+++ ./pkg-plist	2014-03-15 16:57:15.784051694 +0100
@@ -1,3 +1,11 @@
+man/man5/opendmarc.conf.5.gz
+man/man8/opendmarc-check.8.gz
+man/man8/opendmarc-expire.8.gz
+man/man8/opendmarc-import.8.gz
+man/man8/opendmarc-params.8.gz
+man/man8/opendmarc-reports.8.gz
+man/man8/opendmarc.8.gz
+man/man8/opendmarc-importstats.8.gz
 etc/mail/opendmarc.conf.sample
 include/opendmarc/dmarc.h
 lib/libopendmarc.a
--- opendmarc-1.2.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pawel 
Responsible-Changed-By: pawel 
Responsible-Changed-When: Sun Mar 16 10:47:54 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187608: commit references a PR
Date: Sun, 16 Mar 2014 10:59:22 +0000 (UTC)

 Author: pawel
 Date: Sun Mar 16 10:59:17 2014
 New Revision: 348403
 URL: http://svnweb.freebsd.org/changeset/ports/348403
 QAT: https://qat.redports.org/buildarchive/r348403/
 
 Log:
   - Update to version 1.2.0, support staging [1]
   - More precise LICENSE
   - Fix shebangs in perl scripts
   - Strip library
   
   PR:		ports/187608 [1]
   Submitted by:	maintainer
 
 Modified:
   head/mail/opendmarc/Makefile
   head/mail/opendmarc/distinfo
   head/mail/opendmarc/pkg-plist
 
 Modified: head/mail/opendmarc/Makefile
 ==============================================================================
 --- head/mail/opendmarc/Makefile	Sun Mar 16 10:50:14 2014	(r348402)
 +++ head/mail/opendmarc/Makefile	Sun Mar 16 10:59:17 2014	(r348403)
 @@ -2,16 +2,16 @@
  # $FreeBSD$
  
  PORTNAME=	opendmarc
 -PORTVERSION=	1.1.3
 +PORTVERSION=	1.2.0
  CATEGORIES=	mail security
  MASTER_SITES=	SF
  MASTER_SITE_SUBDIR=	${PORTNAME} \
  			${PORTNAME}/Previous%20Releases
  
  MAINTAINER=	jaap@NLnetLabs.nl
 -COMMENT=	DMARC library an milter implementation
 +COMMENT=	DMARC library and milter implementation
  
 -LICENSE=		BSD SENDMAIL
 +LICENSE=		BSD3CLAUSE SENDMAIL
  LICENSE_COMB=		multi
  
  LICENSE_FILE_SENDMAIL=	${WRKSRC}/LICENSE.Sendmail
 @@ -19,20 +19,23 @@ LICENSE_GROUPS_SENDMAIL=	FSF OSI
  LICENSE_NAME_SENDMAIL=	Sendmail Open Source License
  LICENSE_PERMS_SENDMAIL=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
  
 +USES=		shebangfix
 +SHEBANG_FILES=	reports/opendmarc-expire.in \
 +		reports/opendmarc-import.in \
 +		reports/opendmarc-params.in \
 +		reports/opendmarc-reports.in
 +
  USE_RC_SUBR=	opendmarc
  USE_LDCONFIG=	yes
  
  GNU_CONFIGURE=		yes
  
  PORTDOCS=	*
 -MAN5=		opendmarc.conf.5
 -MAN8=		opendmarc-check.8 opendmarc-expire.8 opendmarc-import.8 \
 -		opendmarc-params.8 opendmarc-reports.8 opendmarc.8
  
 -NO_STAGE=	yes
  post-install:
 -	@${MKDIR} ${PREFIX}/etc/mail
 +	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail
  	${INSTALL_DATA} \
 -		${WRKSRC}/opendmarc/opendmarc.conf.sample ${PREFIX}/etc/mail
 +		${WRKSRC}/opendmarc/opendmarc.conf.sample ${STAGEDIR}${PREFIX}/etc/mail
 +	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopendmarc.so.1
  
  .include <bsd.port.mk>
 
 Modified: head/mail/opendmarc/distinfo
 ==============================================================================
 --- head/mail/opendmarc/distinfo	Sun Mar 16 10:50:14 2014	(r348402)
 +++ head/mail/opendmarc/distinfo	Sun Mar 16 10:59:17 2014	(r348403)
 @@ -1,2 +1,2 @@
 -SHA256 (opendmarc-1.1.3.tar.gz) = 4f9511ebd8cefb6e5a4d836f6285a1b6e4d682daec79fdba9fc7925b5f4fcfca
 -SIZE (opendmarc-1.1.3.tar.gz) = 586574
 +SHA256 (opendmarc-1.2.0.tar.gz) = 9cd68634a3ac5e0c9108edc8a5aa0d60f1edab62de5e03845e6fcae6109dc448
 +SIZE (opendmarc-1.2.0.tar.gz) = 616670
 
 Modified: head/mail/opendmarc/pkg-plist
 ==============================================================================
 --- head/mail/opendmarc/pkg-plist	Sun Mar 16 10:50:14 2014	(r348402)
 +++ head/mail/opendmarc/pkg-plist	Sun Mar 16 10:59:17 2014	(r348403)
 @@ -1,3 +1,11 @@
 +man/man5/opendmarc.conf.5.gz
 +man/man8/opendmarc-check.8.gz
 +man/man8/opendmarc-expire.8.gz
 +man/man8/opendmarc-import.8.gz
 +man/man8/opendmarc-params.8.gz
 +man/man8/opendmarc-reports.8.gz
 +man/man8/opendmarc.8.gz
 +man/man8/opendmarc-importstats.8.gz
  etc/mail/opendmarc.conf.sample
  include/opendmarc/dmarc.h
  lib/libopendmarc.a
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: pawel 
State-Changed-When: Sun Mar 16 11:23:09 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187608 
>Unformatted:
