From owner-svn-ports-all@freebsd.org Sat Sep 5 14:51:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A5719CA3BC; Sat, 5 Sep 2015 14:51:23 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E551C1F2A; Sat, 5 Sep 2015 14:51:22 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t85EpMh1099942; Sat, 5 Sep 2015 14:51:22 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t85EpMi9099939; Sat, 5 Sep 2015 14:51:22 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509051451.t85EpMi9099939@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Sat, 5 Sep 2015 14:51:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396179 - head/devel/dmake X-SVN-Group: ports-head 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.20 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: Sat, 05 Sep 2015 14:51:23 -0000 Author: truckman Date: Sat Sep 5 14:51:21 2015 New Revision: 396179 URL: https://svnweb.freebsd.org/changeset/ports/396179 Log: Upgrade to 4.12.20150309. Fetch distfile from GitHub. PR: 198569 Submitted by: pfg Modified: head/devel/dmake/Makefile head/devel/dmake/distinfo head/devel/dmake/pkg-descr Modified: head/devel/dmake/Makefile ============================================================================== --- head/devel/dmake/Makefile Sat Sep 5 14:50:54 2015 (r396178) +++ head/devel/dmake/Makefile Sat Sep 5 14:51:21 2015 (r396179) @@ -2,17 +2,20 @@ # $FreeBSD$ PORTNAME= dmake -PORTVERSION= 4.12.2 +PORTVERSION= 4.12.20150309 CATEGORIES= devel -MASTER_SITES= http://dmake.apache-extras.org.codespot.com/files/ MAINTAINER= office@FreeBSD.org COMMENT= Another hyper make utility LICENSE= GPLv1 -USES= tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= mohawk2 +GH_PROJECT= dmake +GH_TAGNAME= e5588b0 +USES= autoreconf:autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datarootdir=${DATADIR} Modified: head/devel/dmake/distinfo ============================================================================== --- head/devel/dmake/distinfo Sat Sep 5 14:50:54 2015 (r396178) +++ head/devel/dmake/distinfo Sat Sep 5 14:51:21 2015 (r396179) @@ -1,2 +1,2 @@ -SHA256 (dmake-4.12.2.tar.bz2) = 2fcbf389a9baaec25a973bd0d9e338069ad427b17d2adc7dc023efb034e96057 -SIZE (dmake-4.12.2.tar.bz2) = 461738 +SHA256 (mohawk2-dmake-4.12.20150309-e5588b0_GH0.tar.gz) = c8dc88afe474b0aa672b2300788551fb1bbc9edfe900a6467e411d1cb7715bc9 +SIZE (mohawk2-dmake-4.12.20150309-e5588b0_GH0.tar.gz) = 582477 Modified: head/devel/dmake/pkg-descr ============================================================================== --- head/devel/dmake/pkg-descr Sat Sep 5 14:50:54 2015 (r396178) +++ head/devel/dmake/pkg-descr Sat Sep 5 14:51:21 2015 (r396179) @@ -6,7 +6,7 @@ significant enhancements. The original author(s) were WTICorp.com, but they appear to have lost interest in maintaining the code. -This port installs the version maintained by the Apache OpenOffice.org -project. +This port installs the version previously maintained by the Apache +OpenOffice project. -WWW: http://code.google.com/a/apache-extras.org/p/dmake/ +WWW: https://github.com/mohawk2/dmake/