Index: devel/gmake/Makefile =================================================================== --- devel/gmake/Makefile (revision 415543) +++ devel/gmake/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gmake -PORTVERSION= 4.1 -PORTREVISION= 2 +PORTVERSION= 4.2 CATEGORIES= devel MASTER_SITES= GNU/make DISTNAME= make-${PORTVERSION} @@ -15,10 +14,14 @@ MAINTAINER= tijl@FreeBSD.org COMMENT= GNU version of 'make' utility LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--program-prefix=g \ +CONFIGURE_ARGS= --program-prefix=g \ --without-guile +CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" +# fmake does not like PO_DEPENDS_ON_POT being undefined +MAKE_ARGS= PO_DEPENDS_ON_POT= USES= cpe makeinfo tar:bzip2 CPE_VENDOR= gnu @@ -31,8 +34,6 @@ NLS_CONFIGURE_ON= ${ICONV_CONFIGURE_ARG} --with-libintl-prefix=${LOCALBASE} NLS_CONFIGURE_ENABLE= nls -CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split" - INFO= make .include Index: devel/gmake/distinfo =================================================================== --- devel/gmake/distinfo (revision 415543) +++ devel/gmake/distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (make-4.1.tar.bz2) = 0bc7613389650ee6a24554b52572a272f7356164fd2c4132b0bcf13123e4fca5 -SIZE (make-4.1.tar.bz2) = 1327342 +TIMESTAMP = 1464634898 +SHA256 (make-4.2.tar.bz2) = 4e5ce3b62fe5d75ff8db92b7f6df91e476d10c3aceebf1639796dc5bfece655f +SIZE (make-4.2.tar.bz2) = 1400539 Index: devel/gmake/pkg-descr =================================================================== --- devel/gmake/pkg-descr (revision 415543) +++ devel/gmake/pkg-descr (working copy) @@ -2,4 +2,4 @@ GNU make is a tool that controls the gen non-source files from source files. Its purpose is the same as that of the utility make(1). -WWW: http://www.gnu.org/software/make/make.html +WWW: https://www.gnu.org/software/make/