From owner-svn-ports-all@freebsd.org Fri Nov 1 19:05:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D5D7717EDD4; Fri, 1 Nov 2019 19:05:20 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 474Wq45Kstz4dHj; Fri, 1 Nov 2019 19:05:20 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9A007F98A; Fri, 1 Nov 2019 19:05:20 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA1J5K31032164; Fri, 1 Nov 2019 19:05:20 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA1J5KXB032162; Fri, 1 Nov 2019 19:05:20 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201911011905.xA1J5KXB032162@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Fri, 1 Nov 2019 19:05:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516263 - head/devel/dmake X-SVN-Group: ports-head X-SVN-Commit-Author: pfg X-SVN-Commit-Paths: head/devel/dmake X-SVN-Commit-Revision: 516263 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2019 19:05:20 -0000 Author: pfg Date: Fri Nov 1 19:05:19 2019 New Revision: 516263 URL: https://svnweb.freebsd.org/changeset/ports/516263 Log: devel/dmake: update to version 4.12.3 An Apache developer has taken back the maintainance of Dmake so point to his latest revision on github. Also point back the WWW URL to the old homepage. PR: 223153 Approved by: thierry (mentor) Modified: head/devel/dmake/Makefile head/devel/dmake/distinfo head/devel/dmake/pkg-descr Modified: head/devel/dmake/Makefile ============================================================================== --- head/devel/dmake/Makefile Fri Nov 1 19:03:24 2019 (r516262) +++ head/devel/dmake/Makefile Fri Nov 1 19:05:19 2019 (r516263) @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= dmake -PORTVERSION= 4.12.20150309 +PORTVERSION= 4.12.3 +PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= office@FreeBSD.org @@ -11,11 +12,12 @@ COMMENT= Another hyper make utility LICENSE= GPLv1 LICENSE_FILE= ${WRKSRC}/readme/license.txt +USES= autoreconf + USE_GITHUB= yes -GH_ACCOUNT= mohawk2 -GH_TAGNAME= e5588b0 +GH_ACCOUNT= jimjag +GH_TAGNAME= b4e5352 -USES= autoreconf GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datarootdir=${DATADIR} Modified: head/devel/dmake/distinfo ============================================================================== --- head/devel/dmake/distinfo Fri Nov 1 19:03:24 2019 (r516262) +++ head/devel/dmake/distinfo Fri Nov 1 19:05:19 2019 (r516263) @@ -1,2 +1,3 @@ -SHA256 (mohawk2-dmake-4.12.20150309-e5588b0_GH0.tar.gz) = c8dc88afe474b0aa672b2300788551fb1bbc9edfe900a6467e411d1cb7715bc9 -SIZE (mohawk2-dmake-4.12.20150309-e5588b0_GH0.tar.gz) = 582477 +TIMESTAMP = 1572116833 +SHA256 (jimjag-dmake-4.12.3-b4e5352_GH0.tar.gz) = 3c7c96aab26be3762cbdf54aad20be394a9b6bd6a92965bba7c9e0abd374264a +SIZE (jimjag-dmake-4.12.3-b4e5352_GH0.tar.gz) = 659050 Modified: head/devel/dmake/pkg-descr ============================================================================== --- head/devel/dmake/pkg-descr Fri Nov 1 19:03:24 2019 (r516262) +++ head/devel/dmake/pkg-descr Fri Nov 1 19:05:19 2019 (r516263) @@ -9,4 +9,4 @@ interest in maintaining the code. This port installs the version previously maintained by the Apache OpenOffice project. -WWW: https://github.com/mohawk2/dmake +WWW: https://www.openoffice.org/tools/dmake/