ports/164776: devel/mk-configure: update to 0.21.2

Mikolaj Golub to.my.trociny at gmail.com
Sat Feb 4 23:20:10 UTC 2012


>Number:         164776
>Category:       ports
>Synopsis:       devel/mk-configure: update to 0.21.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 04 23:20:10 UTC 2012
>Closed-Date:
>Last-Modified:
>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 at gmail.com
+MAINTAINER=	trociny at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list