From nobody@FreeBSD.org  Sat Feb  4 23:10:09 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 595F0106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  4 Feb 2012 23:10:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 446688FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  4 Feb 2012 23:10:09 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q14NA9mS085396
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 4 Feb 2012 23:10:09 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q14NA9aI085395;
	Sat, 4 Feb 2012 23:10:09 GMT
	(envelope-from nobody)
Message-Id: <201202042310.q14NA9aI085395@red.freebsd.org>
Date: Sat, 4 Feb 2012 23:10:09 GMT
From: Mikolaj Golub <to.my.trociny@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/mk-configure: update to 0.21.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         164776
>Category:       ports
>Synopsis:       devel/mk-configure: update to 0.21.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 04 23:20:10 UTC 2012
>Closed-Date:    Sun Feb 05 18:02:27 UTC 2012
>Last-Modified:  Sun Feb 05 18:02:27 UTC 2012
>Originator:     Mikolaj Golub
>Release:        
>Organization:
>Environment:
>Description:
- update to 0.21.2;

- change MAINTAINER email address;

- add devel/bmkdep to RUN_DEPENDS and set MKDEP to it by default: `mkcmake depend' does not work correctly with FreeBSD's mkdep [1].

[1] Reported by: avg.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur devel/mk-configure.orig/Makefile devel/mk-configure/Makefile
--- devel/mk-configure.orig/Makefile	2012-02-05 00:51:48.000000000 +0200
+++ devel/mk-configure/Makefile	2012-02-05 00:59:16.000000000 +0200
@@ -6,15 +6,16 @@
 #
 
 PORTNAME=	mk-configure
-PORTVERSION=	0.21.1
+PORTVERSION=	0.21.2
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	to.my.trociny@gmail.com
+MAINTAINER=	trociny@freebsd.org
 COMMENT=	Lightweight, easy to use replacement for GNU autotools
 
 BUILD_DEPENDS=	${BMAKE}:${PORTSDIR}/devel/bmake
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS} \
+		bmkdep:${PORTSDIR}/devel/bmkdep
 
 LICENSE=	BSD
 
@@ -35,6 +36,9 @@
 MAKE_ENV+=	EXTRAFILES=""
 .endif
 
+post-patch:
+	@${ECHO_CMD} "MKDEP ?= bmkdep" >> ${WRKSRC}/sys.mk
+
 do-build:
 	@${SETENV} ${MAKE_ENV} ${BMAKE} -C ${BUILD_WRKSRC} ${MAKE_FLAGS} ${MAKEFILE} \
 		${_MAKE_JOBS} ${MAKE_ARGS} ${ALL_TARGET}
diff -Nur devel/mk-configure.orig/distinfo devel/mk-configure/distinfo
--- devel/mk-configure.orig/distinfo	2012-02-05 00:51:48.000000000 +0200
+++ devel/mk-configure/distinfo	2012-02-05 00:54:53.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (mk-configure-0.21.1.tar.gz) = 02cbb2932cd29eac2ed3d1a151e3c976d186593b303c588bf7bb8ccd3be44dc9
-SIZE (mk-configure-0.21.1.tar.gz) = 256381
+SHA256 (mk-configure-0.21.2.tar.gz) = a212264b09c0f26555a09eb3e2ae8c51eebcea4869376a6459d47900ad0c7351
+SIZE (mk-configure-0.21.2.tar.gz) = 256732


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Sun Feb 5 17:55:43 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164776: commit references a PR
Date: Sun,  5 Feb 2012 17:59:35 +0000 (UTC)

 rm          2012-02-05 17:59:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/mk-configure   Makefile distinfo 
   Log:
   - update to 0.21.2
   - change maintainer's email
   - add devel/bmkdep to RUN_DEPENDS and set MKDEP to it by default:
     `mkcmake depend' does not work correctly with FreeBSD's mkdep.
     This is reported by avg@
   - pet portlint while i'm here
   
   PR:             164776
   Submitted by:   trociny (maintainer)
   
   Revision  Changes    Path
   1.13      +9 -5      ports/devel/mk-configure/Makefile
   1.11      +2 -2      ports/devel/mk-configure/distinfo
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: rm 
State-Changed-When: Sun Feb 5 18:02:26 UTC 2012 
State-Changed-Why:  
Committed, thank you! 

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