ports/176875: devel/mk-configure: update to 0.24.0
Mikolaj Golub
trociny at FreeBSD.org
Tue Mar 12 11:00:00 UTC 2013
>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 at gmail.com>
-#
+# Created by: Mikolaj Golub <to.my.trociny at 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:
More information about the freebsd-ports-bugs
mailing list