Date: Tue, 12 Mar 2013 10:54:07 GMT From: Mikolaj Golub <trociny@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/176875: devel/mk-configure: update to 0.24.0 Message-ID: <201303121054.r2CAs78s087060@red.freebsd.org> Resent-Message-ID: <201303121100.r2CB00LX067081@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 176875 >Category: ports >Synopsis: devel/mk-configure: update to 0.24.0 >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: Tue Mar 12 11:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mikolaj Golub >Release: >Organization: >Environment: >Description: * Update to 0.24.0 * Fix the Makefile header 0.24.0 changes: ====================================================================== Version 0.24.0, by Aleksey Cheusov, Fri, 8 Mar 2013 13:18:00 +0300 mkc.sub{dir,prj}.mk: - support for subprojects containing / symbol was added. In OBJDIR_<dir> variable slashes are replaced with underlines. In addition OBJDIR_<dir:T> variable is set. - now also run the target "errorcheck" - now work correctly with non-empty MAKEOBJDIR and MAKEOBJDIRPREFIX. Minor improvements in examples/*/linkme.mk DPLIBS is deprecated, use LDADD instead. ${MKC_SOURCE_FUNCLIBS}.o is added to CLEANFILES if it is set. Minor fixes in mkc_imp.lua.mk (LUA_MODULES vs. LUA_LMODULES). Some improvements and fixes in man page and FAQ. Thanks to Jeremy Reed, Min Sik Kim and Jan Smydke. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: devel/mk-configure/distinfo =================================================================== --- devel/mk-configure/distinfo (revision 313956) +++ devel/mk-configure/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (mk-configure-0.23.0.tar.gz) = a17d6c573183eaab0c41cea5844a59e041fb92ee8bebbbdd4894012f94572d9e -SIZE (mk-configure-0.23.0.tar.gz) = 312410 +SHA256 (mk-configure-0.24.0.tar.gz) = 1a4e524622f153bd543422aea3dfc39d26339af8540b0c966bb70a55ef648e9e +SIZE (mk-configure-0.24.0.tar.gz) = 237471 Index: devel/mk-configure/Makefile =================================================================== --- devel/mk-configure/Makefile (revision 313956) +++ devel/mk-configure/Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: mk-configure -# Date created: 16 September 2009 -# Whom: Mikolaj Golub <to.my.trociny@gmail.com> -# +# Created by: Mikolaj Golub <to.my.trociny@gmail.com> # $FreeBSD$ -# PORTNAME= mk-configure -PORTVERSION= 0.23.0 +PORTVERSION= 0.24.0 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303121054.r2CAs78s087060>