svn commit: r454701 - head/devel/mk-configure

Mikolaj Golub trociny at FreeBSD.org
Wed Nov 22 19:30:41 UTC 2017


Author: trociny
Date: Wed Nov 22 19:30:39 2017
New Revision: 454701
URL: https://svnweb.freebsd.org/changeset/ports/454701

Log:
  update to 0.29.3
  
  and remove the workaround for the issue introduced in 0.29.2 and
  fixed in 0.29.3

Modified:
  head/devel/mk-configure/Makefile
  head/devel/mk-configure/distinfo

Modified: head/devel/mk-configure/Makefile
==============================================================================
--- head/devel/mk-configure/Makefile	Wed Nov 22 18:55:30 2017	(r454700)
+++ head/devel/mk-configure/Makefile	Wed Nov 22 19:30:39 2017	(r454701)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mk-configure
-PORTVERSION=	0.29.2
+PORTVERSION=	0.29.3
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -21,9 +21,6 @@ INSTALL_TARGET=	installdirs install install-doc
 PORTEXAMPLES=	*
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
-
-MAKE_ENV+=	PROG.awk=/usr/bin/awk PROG.nm=/usr/bin/nm \
-		PROG.makedepend=/usr/bin/mkdep
 
 post-patch:
 	@${ECHO_CMD} "MKDEP ?= bmkdep" >> ${WRKSRC}/mk/sys.mk

Modified: head/devel/mk-configure/distinfo
==============================================================================
--- head/devel/mk-configure/distinfo	Wed Nov 22 18:55:30 2017	(r454700)
+++ head/devel/mk-configure/distinfo	Wed Nov 22 19:30:39 2017	(r454701)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511209557
-SHA256 (mk-configure-0.29.2.tar.gz) = 3f9790c3aca2e16be1b9a64be16ab2c5a4d66ad8ac469f1adc01204b595ecc99
-SIZE (mk-configure-0.29.2.tar.gz) = 296412
+TIMESTAMP = 1511378243
+SHA256 (mk-configure-0.29.3.tar.gz) = 1f483f717a09d06c82a6f3f284dd34234f54ead032e6987d33f3cf8109490c05
+SIZE (mk-configure-0.29.3.tar.gz) = 298662


More information about the svn-ports-head mailing list